| Commit message (Expand) | Author | Age | Files | Lines |
* | misc/makerelease: set version number in Windows installer | Jens Frederich | 2014-10-22 | 2 | -4/+20 |
* | cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl... | Chris Manghane | 2014-10-15 | 3 | -0/+31 |
* | cmd/ld: do not assume that only pe section names start with '.' | Alex Brainman | 2014-10-11 | 3 | -0/+31 |
* | misc/cgo/test: add Test8517 | Alex Brainman | 2014-10-09 | 4 | -0/+83 |
* | runtime: fix _cgo_allocate(0) | Russ Cox | 2014-10-07 | 2 | -0/+17 |
* | misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2 | Russ Cox | 2014-10-03 | 1 | -0/+4 |
* | misc/nacl/README: fix typo | Mikio Hara | 2014-10-01 | 1 | -3/+3 |
* | cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. | Alan Donovan | 2014-09-30 | 1 | -0/+5 |
* | cgo: adjust return value location to account for stack copies. | Keith Randall | 2014-09-25 | 3 | -48/+111 |
* | debug/dwarf: correct name for clang-generated complex type | Russ Cox | 2014-09-24 | 2 | -0/+33 |
* | cmd/go: prohibit C sources files unless using cgo | Russ Cox | 2014-09-24 | 4 | -61/+1 |
* | runtime: keep g->syscallsp consistent after cgo->Go callbacks | Hector Martin Cantero | 2014-09-24 | 2 | -0/+100 |
* | runtime: remove untyped allocation of ParFor | Russ Cox | 2014-09-16 | 5 | -0/+107 |
* | build: more adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -80/+79 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 2 | -3/+3 |
* | misc/makerelease: make goimports-safe | Russ Cox | 2014-09-06 | 1 | -1/+1 |
* | runtime: get rid of other Go->C calls in test exports. | Keith Randall | 2014-09-06 | 2 | -14/+16 |
* | runtime: use reflect.call during panic instead of newstackcall | Russ Cox | 2014-09-05 | 2 | -0/+4 |
* | misc/cgo/test: make issue5548 test pickier | Russ Cox | 2014-09-05 | 1 | -4/+5 |
* | runtime: refactor/fix asmcgocall/asmcgocall_errno | Russ Cox | 2014-09-04 | 1 | -2/+7 |
* | cmd/cgo, runtime: write cgo stub wrappers in Go, not C | Russ Cox | 2014-09-03 | 1 | -3/+4 |
* | 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 |