1. 3c9fa38 cmd/compile/internal/gc: rename Fatal to Fatalf by Håvard Haugen · 10 years ago
  2. af799d9 cmd/link: pass value being relocated to archreloc by Michael Hudson-Doyle · 10 years ago
  3. 3d3bc88 cmd/compile/internal/gc: use slice instead of linked list for nodes to export by Robert Griesemer · 10 years ago
  4. 68f4f96 cmd/compiler/internal/gc: fix argument for Sprintf by Robert Griesemer · 10 years ago
  5. 63862af cmd/internal/rsc.io: delete by Russ Cox · 10 years ago
  6. 90dbd97 cmd/internal/objfile: use golang.org/x/arch instead of rsc.io by Russ Cox · 10 years ago
  7. 10efac8 cmd/vendor/golang.org/x/arch: import arm/armasm and x86/x86asm by Russ Cox · 10 years ago
  8. 499845b cmd/go: -a does apply to the standard library by Ian Lance Taylor · 10 years ago
  9. a82ed3b cmd/go: enable vendoring experiment by default by Russ Cox · 10 years ago
  10. b55c4a0 cmd/go: properly ignore import comments for vendored packages rooted at GOPATH by Vincent Vanackere · 10 years ago
  11. 7437e3f cmd/asm: fix potential infinite loop in parser by Didier Spezia · 10 years ago
  12. af78482 cmd/compile, cmd/link, reflect, runtime: remove type.zero field by Michael Hudson-Doyle · 10 years ago
  13. dc110f2 cmd/cgo: annotate named return struct members in comments by Andy Maloney · 10 years ago
  14. 38519e6 cmd/compile, runtime: stop returning t.zero on hashmap miss by Michael Hudson-Doyle · 10 years ago
  15. 79a3d23 cmd/cgo: change comments in generated C code to be C-style by Andy Maloney · 10 years ago
  16. 7f9e443 cmd/link: call moduledata symbols "local.moduledata" if they are created by the linker by Michael Hudson-Doyle · 10 years ago
  17. 6ec1809 cmd/compile: fix register allocation for == operator by Ulrich Kunitz · 10 years ago
  18. 05a3b1f cmd/compile: fix uninitialized memory in compare of interface value by Austin Clements · 10 years ago
  19. b11c8b9 cmd/go: skip test using external linking on linux/ppc64 too by Shenghou Ma · 10 years ago
  20. 397b4f6 cmd/internal/obj: delete Debugzerostack dead code by Josh Bleecher Snyder · 10 years ago
  21. b3a508c cmd/compile: in usage messages, name the binary "compile" instead of "Xg" by Brad Fitzpatrick · 10 years ago
  22. 2468227 cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literals by Brad Fitzpatrick · 10 years ago
  23. 85de30e cmd/compile: allow huge rsh in constants arithmetic by Alberto Donizetti · 10 years ago
  24. 548041e cmd/compile/internal/big: update vendored math/big by Robert Griesemer · 10 years ago
  25. 9538e4e cmd/trace: don't fail when no browser is available by David du Colombier · 10 years ago
  26. f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
  27. 7c154d9 cmd/go: fix vendoredImportPath comment by David Glasser · 10 years ago
  28. 6f0c7df cmd/vet: power64 is now ppc64 by Russ Cox · 10 years ago
  29. 5acde2d cmd/go: really skip TestNoteReading on linux/ppc64le by Russ Cox · 10 years ago
  30. 92c984e cmd/go: disable TestNoteReading on solaris, linux/ppc64le by Russ Cox · 10 years ago
  31. f68d1df cmd/compile: fix interaction between GOEXPERIMENT=fieldtrack and race detector by Russ Cox · 10 years ago
  32. 9e26cde cmd/go: fix vendor-related index out of range panic on bad file tree by Russ Cox · 10 years ago
  33. d2cf46d cmd/go: fix spurious rebuild of binaries using cgo on OS X by Russ Cox · 10 years ago
  34. 3f01621 cmd/yacc: fix compile error in empty grammar by Russ Cox · 10 years ago
  35. 467a2cb cmd/compile/internal/arm64: remove Reginuse check in clearfat by Dave Cheney · 10 years ago
  36. e8c4a5b cmd/trace: fix static file reference by Dmitry Vyukov · 10 years ago
  37. 5bf1369 cmd/go: make "go test" recognize -exec flag again. by Rahul Chaudhry · 10 years ago
  38. e97ab0a cmd/compile: remove stale register use array by Keith Randall · 10 years ago
  39. cda1fc0 cmd/compile/internal/ppc64: disable DUFFZERO by Dave Cheney · 10 years ago
  40. 58035ec cmd/go: run test binaries in original environment by Russ Cox · 10 years ago
  41. 28fb0d8 cmd/go: fix addition of "math" dependency for arm binaries by Russ Cox · 10 years ago
  42. 8ce80ce cmd/link: make -a output not crash by Russ Cox · 10 years ago
  43. 5468365 cmd/yacc: use %q to print strings in Toknames by Rob Pike · 10 years ago
  44. 0cd2999 cmd/go: replace code.google.com examples in docs with relevant repos by Andrew Gerrand · 10 years ago
  45. 0fb87ab cmd/go: fix handling of vendored imports in foo_test.go files by Russ Cox · 10 years ago
  46. 7d9faaa cmd/go: skip external tests on freebsd-arm builder by Russ Cox · 10 years ago
  47. c2ef8e7 cmd/go: fix documentation for exported functions by Ian Lance Taylor · 10 years ago
  48. bc5a6ce cmd/go: document that functions are exported by cgo by Ian Lance Taylor · 10 years ago
  49. 8ac16b9 cmd/go: re-run mkalldocs.sh after testflag change by Caleb Spare · 10 years ago
  50. a65fa20 cmd/go: documented default value of the -timeout testflag by Caleb Spare · 10 years ago
  51. b3bf38e cmd/go: clean up installHeader action by Russ Cox · 10 years ago
  52. 961f456 cmd/go: document and fix 'go build -o' semantics by Russ Cox · 10 years ago
  53. 384789e cmd/objdump: don't run TestDisasmExtld if cgo is not enabled by Ian Lance Taylor · 10 years ago
  54. 226b28c cmd/go: fix go get x/... matching internal directories by Russ Cox · 10 years ago
  55. 45971c6 cmd/go: fix disallow of p/vendor/x during vendor experiment by Russ Cox · 10 years ago
  56. c5dff72 cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl by Russ Cox · 10 years ago
  57. 782eea0 cmd/internal/obj/arm: fix large stack offsets on nacl/arm by Russ Cox · 10 years ago
  58. 66cb5cd cmd/link: increase ELFRESERVE to a full page by Russ Cox · 10 years ago
  59. 3548a1e cmd/go: permit installing into a subdirectory of $GOPATH/bin by Ian Lance Taylor · 10 years ago
  60. 6f6bcad cmd/compile: add case for ODOTTYPE to escwalk by David Chase · 10 years ago
  61. b2dfacf runtime: change arm software div/mod call sequence not to modify stack by Russ Cox · 10 years ago
  62. 7904946 cmd/cgo: discard trailing zero-sized fields in a non-empty C struct by Ian Lance Taylor · 10 years ago
  63. a1e4220 cmd/internal/obj/arm: fix line numbers after constant pool by Russ Cox · 10 years ago
  64. c4092ac cmd/compile: fix uninitialized memory during type switch assertE2I2 by Russ Cox · 10 years ago
  65. c1ccbab cmd/internal/obj/arm64: fix build by Russ Cox · 10 years ago
  66. 034a10d cmd/internal/obj/arm64: reject misaligned stack frames, except empty frames by Russ Cox · 10 years ago
  67. 767e065 cmd/link: fix nosplit stack overflow checks by Russ Cox · 10 years ago
  68. 3952057 cmd/compile: align arm64 stack frames correctly by Russ Cox · 10 years ago
  69. 861af80 cmd/internal/asm: delete by Mikio Hara · 10 years ago
  70. ba0c142 cmd: delete old[5689]a by Rob Pike · 10 years ago
  71. 6c08213 cmd/dist: cleanup message about building go_bootstrap by Matthew Dempsky · 10 years ago
  72. cd3a5ed cmd/go: fix go get -u with vendoring by Russ Cox · 10 years ago
  73. 17efbfc cmd/doc: extend darwin/arm64 test TODO to arm by David Crawshaw · 10 years ago
  74. ce23729 cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64 by Russ Cox · 10 years ago
  75. a7e81c3 cmd/go: avoid long lines in help messages by Jeff R. Allen · 10 years ago
  76. 669f5be cmd/go: prefer <meta> tags on launchpad.net to the hard-coded logic by Russ Cox · 10 years ago
  77. fd9b9c3 cmd/go: import runtime/cgo into darwin/arm64 tests by David Crawshaw · 10 years ago
  78. 129cfa2 cmd/dist: run misc/cgo/testsovar on darwin and netbsd by Ian Lance Taylor · 10 years ago
  79. ea08541 cmd/go: do not panic on template I/O error by Russ Cox · 10 years ago
  80. 00cf88e cmd/go: use hg repo for code.google.com shutdown check by Russ Cox · 10 years ago
  81. ca2a664 cmd/go: fix custom import path wildcards (go get rsc.io/pdf/...) by Russ Cox · 10 years ago
  82. 3dcfb72 cmd/go: mention go tool compile etc. in the help text for build by Rob Pike · 10 years ago
  83. dc4dd57 cmd/cgo: document how CGO_ENABLED works today by Ian Lance Taylor · 10 years ago
  84. c09d284 cmd/compile: add missing quotation mark by Matthew Dempsky · 10 years ago
  85. d23973d cmd/go: document environment variables by Ian Lance Taylor · 10 years ago
  86. 731dcda cmd/compile: prepend captured args to called-closure params by David Chase · 10 years ago
  87. ad84f84 cmd/link: don't generate .exe extension for external Windows link by Ian Lance Taylor · 10 years ago
  88. 2584974 cmd/compile: adjust annotation of implicit operations. by David Chase · 10 years ago
  89. aad4fe4 cmd/go: document internal and vendor by Russ Cox · 10 years ago
  90. 5659964 cmd/link: write combined dwarf file to same directory as output file by Russ Cox · 10 years ago
  91. 3bab4ef cmd/pprof: fix race between viewer and web command by Russ Cox · 10 years ago
  92. a5caa7c cmd/go: for get -t and list, look up path in vendor directories by Ian Lance Taylor · 10 years ago
  93. 75d7795 runtime/cgo: make compatible with race detector by Russ Cox · 10 years ago
  94. 0acecb7 cmd/link: elide individual gcbits symbols by Russ Cox · 10 years ago
  95. 428ed1e cmd/go: support git.apache.org Git repos by Konstantin Shaposhnikov · 10 years ago
  96. 1e9f59a cmd/dist: add command output for dist tests by Ingo Krabbe · 10 years ago
  97. d709434 cmd/go: fix missing internal import error by Russ Cox · 10 years ago
  98. ae1ea2a runtime/trace: add new package by Dmitry Vyukov · 10 years ago
  99. fc7f6d3 cmd/dist: remove prints during test registration by Brad Fitzpatrick · 10 years ago
  100. c97b499 cmd/go: fix typo in comment by Ian Lance Taylor · 10 years ago