- fc71d7b misc/chrome/gophertool: update for the git/gerrit transition by Shenghou Ma · 10 years ago
- ab96371 misc/makerelease: fix build by Andrew Gerrand · 10 years ago
- e5ee9a8 misc/makerelease: remove mercurial-specific special case by Andrew Gerrand · 10 years ago
- 2d02ff2 misc/chrome/gophertool: update URLs from code.google.com to new homes by Brad Fitzpatrick · 10 years ago
- a56a387 misc/makerelease: handle git sub-repositories by Andrew Gerrand · 10 years ago
- 026b5bb misc/cgo/test: skip test8694 on ARM. by Shenghou Ma · 10 years ago
- 508a22d misc/makerelease: use new storage api, handle git sub-repos by Andrew Gerrand · 10 years ago
- 44ab8d9 undo CL 176900044 / 561398621ba7 by David Symonds · 10 years ago
- bc949b5 misc/nacl: exclude cmd/link from the test zip. by David Symonds · 10 years ago
- f07ea22 misc/makerelease: use release-branch.go1.4 for tools and tour by Andrew Gerrand · 10 years ago
- 9bc842c cmd/dist: remove old misc/pprof by Russ Cox · 10 years ago
- 7f0be1f all: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
- 182ec43 misc/cgo/test: fix freebsd test failure by moving test to its own package. by Alan Donovan · 10 years ago
- 8e01fc7 misc: Increase issue 6997's test timeout to prevent spurious failures. by Benoit Sigoure · 10 years ago
- a14ae44 misc/cgo/test: fix bad C test code that fails on some configurations by Alan Donovan · 10 years ago
- 09f6f05 cmd/cgo: avoid worklist nondeterminism. by Alan Donovan · 10 years ago
- 78082df misc/makerelease/windows: fix 404 help URL in installer by Emil Hessman · 10 years ago
- 1e30bb0 misc/makerelease: set version number in Windows installer by Jens Frederich · 10 years ago
- 343d113 cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts by Chris Manghane · 10 years ago
- d704bb0 cmd/ld: do not assume that only pe section names start with '.' by Alex Brainman · 10 years ago
- 9ca8368 misc/cgo/test: add Test8517 by Alex Brainman · 10 years ago
- 6852047 runtime: fix _cgo_allocate(0) by Russ Cox · 10 years ago
- 4630218 misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2 by Russ Cox · 10 years ago
- 6587557 misc/nacl/README: fix typo by Mikio Hara · 10 years ago
- 74b8693 cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. by Alan Donovan · 10 years ago
- 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 11 years ago
- 5917692 debug/dwarf: correct name for clang-generated complex type by Russ Cox · 11 years ago
- a0785a5 cmd/go: prohibit C sources files unless using cgo by Russ Cox · 11 years ago
- 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 11 years ago
- fc46931 runtime: remove untyped allocation of ParFor by Russ Cox · 11 years ago
- de4964a build: more adjustments for move from src/pkg to src by Russ Cox · 11 years ago
- 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
- 7230db9 misc/makerelease: make goimports-safe by Russ Cox · 11 years ago
- dbed4e9 runtime: get rid of other Go->C calls in test exports. by Keith Randall · 11 years ago
- f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago
- fcbe51c misc/cgo/test: make issue5548 test pickier by Russ Cox · 11 years ago
- cb76724 runtime: refactor/fix asmcgocall/asmcgocall_errno by Russ Cox · 11 years ago
- 54138e1 cmd/cgo, runtime: write cgo stub wrappers in Go, not C by Russ Cox · 11 years ago
- 709096f misc/cgo/testcdefs: comment out test of packed structs by Ian Lance Taylor · 11 years ago
- f2e7fa9 misc/cgo/test: disable issue 8428 regress test on darwin by Matthew Dempsky · 11 years ago
- 2c110a1 cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package by Matthew Dempsky · 11 years ago
- 84b70df misc/nacl: fix build by Dave Cheney · 11 years ago
- fb0b923 misc/nacl: add debugging instructions by Dmitriy Vyukov · 11 years ago
- ba30c08 cmd/cgo: check for compiler errors in the C preamble by Matthew Dempsky · 11 years ago
- 078a9cb cmd/cgo, debug/dwarf: fix translation of zero-size arrays by Matthew Dempsky · 11 years ago
- 00b75a2 misc/makerelease: exit with nonzero status code on error by Andrew Gerrand · 11 years ago
- 11016f6 cmd/cgo: make C function pointers non-assignable by Matthew Dempsky · 11 years ago
- 31a996e cmd/cgo: fix default alignment for empty structs by Matthew Dempsky · 11 years ago
- 2a37efb misc/nacl/testzip.proto: add fewer files to the zip by Shenghou Ma · 11 years ago
- be96e52 misc/nacl/testzip.proto: include cmd/internal/* to fix build by Shenghou Ma · 11 years ago
- 7fdb029 cmd/go: pass --build-id=none when generating a cgo .o by Ian Lance Taylor · 11 years ago
- cfed26c misc/nacl: wrap lines in README file by Andrew Gerrand · 11 years ago
- 2b9f3fc cmd/cgo: consistently map void* to *byte under -{c,go}defs by Matthew Dempsky · 11 years ago
- 0da4b2d cmd/cgo: fix recursive type mapping by Matthew Dempsky · 11 years ago
- f7a8adb cmd/cgo: fix handling of defs_linux.go by Matthew Dempsky · 11 years ago
- f2f17c0 cmd/cgo: for -godefs, promote first field of anonymous union by Ian Lance Taylor · 11 years ago
- 8cb0407 misc/pprof: support web profiles on windows/MinGW by ChaiShushan · 11 years ago
- 040eeff7 undo CL 109640045 / f97fb06525e5 by Shenghou Ma · 11 years ago
- 086df1d cmd/cgo: disable inappropriate warnings when the gcc struct is empty by snyh · 11 years ago
- 0829533 misc/nacl: add go_nacl_arm_exec, update README by Shenghou Ma · 11 years ago
- a5f8e8f androidtest.bash, misc/android: build scripts for android by David Crawshaw · 11 years ago
- bbe5c93 misc/nacl, syscall: lazily initialize fs on nacl. by Shenghou Ma · 11 years ago
- ddbefae misc: delete editor and shell support by Rob Pike · 11 years ago
- 933f272 misc/emacs: add new function godoc-at-point by Dominik Honnef · 11 years ago
- 2005bea misc/emacs: replace hacky go--delete-whole-line with own implementation by Dominik Honnef · 11 years ago
- 09576bc misc/makerelease: update default tag to release-branch.go1.3 by Andrew Gerrand · 11 years ago
- 3ad9df0 nacltest.bash, misc/nacl/README: update NaCl docs. by Shenghou Ma · 11 years ago
- c22ed12 cmd/cgo: for typedef of untagged struct, use typedef name in C code by Ian Lance Taylor · 11 years ago
- 4e65f18 cmd/cgo: use same Go type for typedef to anonymous struct by Ian Lance Taylor · 11 years ago
- bb824b6 misc/makerelease: fix secret by Andrew Gerrand · 11 years ago
- 865904f misc/makerelease: report uploads to the new downloads page by Andrew Gerrand · 11 years ago
- f836082 misc/goplay: remove program by Andrew Gerrand · 11 years ago
- 0627fa8 misc/makerelease: upload files to Google Cloud Storage by Andrew Gerrand · 11 years ago
- 0782ee3 cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable by Russ Cox · 11 years ago
- 0a8ce65c misc: properly spell Chrome in doc by Dmitriy Vyukov · 11 years ago
- f856008 cmd/ld: really import runtime/cgo for external link by Ian Lance Taylor · 11 years ago
- 0c2a727 build: make nacl pass by Russ Cox · 11 years ago
- 9cd759a misc/makerelease: handle update tour file layout by Andrew Gerrand · 11 years ago
- fcfc17f misc/pprof: always use go tool objdump on windows by Alex Brainman · 11 years ago
- 2d1a951 cmd/cgo: omit misaligned struct fields, like we omit bitfields by Russ Cox · 11 years ago
- e5c1050 cmd/gc: disable link-time copying of un-Go-initialized globals by Russ Cox · 11 years ago
- 6be21b9 misc/vim/readme.txt: workaround weird OS X vim bug. by Shenghou Ma · 11 years ago
- 9fc6c05 misc/cgo/test/backdoor: add gccgo version of backdoor function by Ian Lance Taylor · 11 years ago
- dc37099 test: demo for issue 7695 by Russ Cox · 11 years ago
- 3d63ec2 misc/emacs: ignore backquote in comment or string by Rui Ueyama · 11 years ago
- f8c25b6 benchcmp: leave a forwarding script by Russ Cox · 11 years ago
- 5f5e280 misc/emacs: do not highlight built-in function if not followed by '(' by Rui Ueyama · 11 years ago
- 0f82cfd cmd/cgo: enforce typing of 0-sized types by Daniel Morsing · 11 years ago
- 444dd26 misc/emacs: handle backslash in raw string in Emacs 23 by Rui Ueyama · 11 years ago
- 6119dc1 misc/bash, misc/zsh: fix completion rules by Rui Ueyama · 11 years ago
- 3eb591f misc/vim: Disable automatic line wrapping by textwidth. by David Barnett · 11 years ago
- 9cb4963 misc/nacl: add Native Client support scripts and documentation by Dave Cheney · 11 years ago
- 50f1e1a misc/bash/go: remove "doc" subcommand autocompletion by Rui Ueyama · 11 years ago
- 2940dd4 misc/bash/go: Add a completion rule for "go env". by Rui Ueyama · 11 years ago
- e9ba947 misc/emacs: correctly fontify methods when go-fontify-function-calls is nil by Dominik Honnef · 11 years ago
- 9d1940b misc/makerelease: use windows installer resources from local goroot by Andrew Gerrand · 11 years ago
- 8d2465a go/misc/makerelease: pin go-tour repo to a specific revision by Andrew Gerrand · 11 years ago
- bcf3d55 misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD. by Shenghou Ma · 11 years ago
- d4a9bbe cmd/ld: don't emit unreachable dynimport symbols in ELF symtab. by Shenghou Ma · 11 years ago
- cce25c8 misc/emacs: add support for ff-find-other-file by Dominik Honnef · 11 years ago