| Commit message (Expand) | Author | Age | Files | Lines |
* | misc/cgo/testcdefs: comment out test of packed structs | Ian Lance Taylor | 2014-08-31 | 2 | -3/+9 |
* | misc/cgo/test: disable issue 8428 regress test on darwin | Matthew Dempsky | 2014-08-28 | 1 | -0/+4 |
* | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky | 2014-08-27 | 2 | -0/+37 |
* | misc/nacl: fix build | Dave Cheney | 2014-08-22 | 1 | -0/+2 |
* | misc/nacl: add debugging instructions | Dmitriy Vyukov | 2014-08-15 | 1 | -3/+31 |
* | cmd/cgo: check for compiler errors in the C preamble | Matthew Dempsky | 2014-08-14 | 2 | -0/+18 |
* | cmd/cgo, debug/dwarf: fix translation of zero-size arrays | Matthew Dempsky | 2014-08-13 | 1 | -0/+48 |
* | misc/makerelease: exit with nonzero status code on error | Andrew Gerrand | 2014-08-13 | 1 | -0/+5 |
* | cmd/cgo: make C function pointers non-assignable | Matthew Dempsky | 2014-08-12 | 2 | -0/+15 |
* | cmd/cgo: fix default alignment for empty structs | Matthew Dempsky | 2014-08-11 | 2 | -0/+32 |
* | misc/nacl/testzip.proto: add fewer files to the zip | Shenghou Ma | 2014-08-11 | 1 | -1/+2 |
* | misc/nacl/testzip.proto: include cmd/internal/* to fix build | Shenghou Ma | 2014-08-07 | 1 | -0/+2 |
* | cmd/go: pass --build-id=none when generating a cgo .o | Ian Lance Taylor | 2014-08-07 | 2 | -2/+80 |
* | misc/nacl: wrap lines in README file | Andrew Gerrand | 2014-08-07 | 1 | -15/+42 |
* | cmd/cgo: consistently map void* to *byte under -{c,go}defs | Matthew Dempsky | 2014-08-06 | 3 | -1/+24 |
* | cmd/cgo: fix recursive type mapping | Matthew Dempsky | 2014-08-05 | 1 | -0/+27 |
* | cmd/cgo: fix handling of defs_linux.go | Matthew Dempsky | 2014-08-05 | 3 | -0/+42 |
* | cmd/cgo: for -godefs, promote first field of anonymous union | Ian Lance Taylor | 2014-08-05 | 3 | -0/+58 |
* | misc/pprof: support web profiles on windows/MinGW | ChaiShushan | 2014-07-23 | 1 | -2/+8 |
* | undo CL 109640045 / f97fb06525e5 | Shenghou Ma | 2014-07-18 | 1 | -18/+0 |
* | cmd/cgo: disable inappropriate warnings when the gcc struct is empty | snyh | 2014-07-18 | 1 | -0/+18 |
* | misc/nacl: add go_nacl_arm_exec, update README | Shenghou Ma | 2014-07-10 | 2 | -3/+17 |
* | androidtest.bash, misc/android: build scripts for android | David Crawshaw | 2014-07-09 | 2 | -0/+107 |
* | misc/nacl, syscall: lazily initialize fs on nacl. | Shenghou Ma | 2014-07-01 | 1 | -2/+8 |
* | misc: delete editor and shell support | Rob Pike | 2014-07-01 | 32 | -4335/+5 |
* | misc/emacs: add new function godoc-at-point | Dominik Honnef | 2014-06-17 | 1 | -12/+44 |
* | misc/emacs: replace hacky go--delete-whole-line with own implementation | Dominik Honnef | 2014-06-17 | 1 | -17/+23 |
* | misc/makerelease: update default tag to release-branch.go1.3 | Andrew Gerrand | 2014-06-12 | 1 | -2/+2 |
* | nacltest.bash, misc/nacl/README: update NaCl docs. | Shenghou Ma | 2014-06-10 | 1 | -6/+4 |
* | cmd/cgo: for typedef of untagged struct, use typedef name in C code | Ian Lance Taylor | 2014-06-05 | 1 | -0/+31 |
* | cmd/cgo: use same Go type for typedef to anonymous struct | Ian Lance Taylor | 2014-06-02 | 3 | -0/+35 |
* | misc/makerelease: fix secret | Andrew Gerrand | 2014-06-02 | 1 | -1/+1 |
* | misc/makerelease: report uploads to the new downloads page | Andrew Gerrand | 2014-06-02 | 1 | -7/+50 |
* | misc/goplay: remove program | Andrew Gerrand | 2014-06-02 | 4 | -318/+0 |
* | misc/makerelease: upload files to Google Cloud Storage | Andrew Gerrand | 2014-05-29 | 1 | -120/+57 |
* | cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable | Russ Cox | 2014-05-28 | 1 | -0/+51 |
* | misc: properly spell Chrome in doc | Dmitriy Vyukov | 2014-05-26 | 1 | -1/+1 |
* | cmd/ld: really import runtime/cgo for external link | Ian Lance Taylor | 2014-05-20 | 2 | -0/+36 |
* | build: make nacl pass | Russ Cox | 2014-05-20 | 7 | -0/+1941 |
* | misc/makerelease: handle update tour file layout | Andrew Gerrand | 2014-05-20 | 1 | -1/+0 |
* | misc/pprof: always use go tool objdump on windows | Alex Brainman | 2014-05-15 | 1 | -0/+1 |
* | cmd/cgo: omit misaligned struct fields, like we omit bitfields | Russ Cox | 2014-05-12 | 2 | -0/+45 |
* | cmd/gc: disable link-time copying of un-Go-initialized globals | Russ Cox | 2014-05-09 | 2 | -0/+26 |
* | misc/vim/readme.txt: workaround weird OS X vim bug. | Shenghou Ma | 2014-04-28 | 1 | -3/+5 |
* | misc/cgo/test/backdoor: add gccgo version of backdoor function | Ian Lance Taylor | 2014-04-26 | 1 | -0/+11 |
* | test: demo for issue 7695 | Russ Cox | 2014-04-16 | 3 | -0/+35 |
* | misc/emacs: ignore backquote in comment or string | Rui Ueyama | 2014-04-09 | 1 | -1/+13 |
* | benchcmp: leave a forwarding script | Russ Cox | 2014-03-31 | 1 | -0/+5 |
* | misc/emacs: do not highlight built-in function if not followed by '(' | Rui Ueyama | 2014-03-27 | 1 | -1/+1 |
* | cmd/cgo: enforce typing of 0-sized types | Daniel Morsing | 2014-03-27 | 2 | -0/+19 |