1. 1dcb583 cmd/go: accept only limited compiler and linker flags in #cgo directives by Russ Cox · 7 years ago
  2. 4a7334b cmd/dist: only run swig tests when a go directory is present in swiglib by Martin Möhrmann · 7 years ago
  3. 8396015 cmd/link: set runtime.GOROOT default during link by Russ Cox · 7 years ago
  4. 1a9f27d encoding/gob: avoid race on idToType by Ian Lance Taylor · 7 years ago
  5. f2ddcca cmd/dist: let misc/cgo/testshared test timeout be scaled by slow builder by Brad Fitzpatrick · 7 years ago
  6. 9d5f8ea cmd/dist: increase default cmd/go test timeout by Brad Fitzpatrick · 7 years ago
  7. 44f241b cmd/dist: only test SWIG if we have a new enough version by Ian Lance Taylor · 7 years ago
  8. 49fec9b cmd/dist: disable test caching during run.bash by Russ Cox · 7 years ago
  9. 12abacb cmd/go, cmd/dist: introduce GOMIPS environment variable by Vladimir Stefanovic · 8 years ago
  10. ac0f890 cmd/dist: omit dragonfly/386 GOOS/GOARCH pair by Tobias Klauser · 7 years ago
  11. aad9289 cmd/dist: skip SWIG tests on Android by Elias Naur · 7 years ago
  12. 12e2933 cmd/dist: return dropped tests from misc/cgo/test by Lynn Boger · 7 years ago
  13. b868616 cmd/cgo: special case C ptr types to use uintptr by Keith Randall · 7 years ago
  14. c2efb2f cmd/link: enable c-shared and c-archive mode on s390x by Bill O'Farrell · 7 years ago
  15. 62dc3c3 cmd/go: fix swig support and run swig tests during run.bash by Russ Cox · 7 years ago
  16. 85c3ebf cmd/cgo: modify source as text, not as AST by Russ Cox · 7 years ago
  17. f1966de cmd/dist: adjust package doc by Russ Cox · 7 years ago
  18. 5993251 cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags by Russ Cox · 7 years ago
  19. e4a3808 cmd/dist: correct default C++ compiler when using gcc by Ian Lance Taylor · 7 years ago
  20. 0838c0f cmd/dist: include "cmd/buildid" in toolchain in debug mode by Cherry Zhang · 7 years ago
  21. fa62ea6 cmd/dist: do not reinstall runtime/cgo with -tags lldb on ios builders by Russ Cox · 7 years ago
  22. 1ca4768 cmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make.bash work better by Russ Cox · 7 years ago
  23. 4739c0d cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC by Russ Cox · 7 years ago
  24. e247f46 cmd/dist: read dependencies from source files by Russ Cox · 7 years ago
  25. e5f6051 cmd/go: skip "exclude all Go files" error in fmt by Daniel Martí · 7 years ago
  26. 8f70e1f cmd/go: do not install dependencies during "go install" by Russ Cox · 7 years ago
  27. bd95f88 cmd/go: cache successful test results by Russ Cox · 7 years ago
  28. efb1a75 cmd/go: prefer $GOTMPDIR over operating system tmp dir for temp files by Russ Cox · 7 years ago
  29. de4b6eb cmd/go: cache built packages by Russ Cox · 7 years ago
  30. 3392c07 cmd/go: add README and access log to cache directory by Russ Cox · 7 years ago
  31. a2b4402 cmd/go: add "go clean -cache" by Russ Cox · 7 years ago
  32. 15f07db cmd/go: add cache verification mode by Russ Cox · 7 years ago
  33. c604792 cmd/go: add "go env GOCACHE" by Russ Cox · 7 years ago
  34. b66a294 cmd/dist: set GOCACHE during make.bash/run.bash by Russ Cox · 7 years ago
  35. 1114d40 cmd/go/internal/cache: implement build artifact cache by Russ Cox · 7 years ago
  36. 731b632 crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementations by Tim Cooper · 7 years ago
  37. 5617864 cmd/go: pass package config to vet during "go vet" by Russ Cox · 7 years ago
  38. 6eb8076 cmd/dist: reach fixed point in rebuild during run.bash by Russ Cox · 7 years ago
  39. 51daa25 cmd/dist: avoid darwin_amd64 assumption in debug prints by Russ Cox · 7 years ago
  40. fc768da cmd/vet: tighten printf format error messages by Russ Cox · 7 years ago
  41. c1e026a build: quiet make.bash, make.bat, make.rc by Russ Cox · 7 years ago
  42. 94471f6 runtime: shorten tests in all.bash by Russ Cox · 7 years ago
  43. 6c8418f cmd/dist: log timing to $GOBUILDTIMELOGFILE by Russ Cox · 7 years ago
  44. 7dea509 cmd/go: switch to entirely content-based staleness determination by Russ Cox · 7 years ago
  45. 2beb173 all: respect $GO_GCFLAGS during run.bash by Russ Cox · 7 years ago
  46. b09e2de cmd/dist: force non-devel version for cross-build buildlets by Russ Cox · 7 years ago
  47. 47c868d Revert "cmd/dist: translate /private/var to /var on darwin builders" by Russ Cox · 7 years ago
  48. 4f2ee49 cmd/dist: translate /private/var to /var on darwin builders by Russ Cox · 7 years ago
  49. a93bc1d cmd/dist: use latest heap, sort packages for compiler bootstrap by Russ Cox · 7 years ago
  50. aedb79f build: move final steps of make.bash, make.bat, make.rc into cmd/dist by Russ Cox · 7 years ago
  51. 1992ab7 cmd/go: move internal/load.PluginPath to internal/work by Russ Cox · 7 years ago
  52. d06815b cmd/link: split PE loader into its own package by David Crawshaw · 7 years ago
  53. ecfa737 cmd/link: move ELF reader to its own package by David Crawshaw · 7 years ago
  54. d19ced0 cmd/dist: refresh deps.go after recent package io changes by Russ Cox · 7 years ago
  55. 3189633 cmd/dist: reenable TestDeps by Russ Cox · 7 years ago
  56. cdbc363 cmd/go: record both build ID and content ID in archives and binaries by Russ Cox · 7 years ago
  57. 9ad2319 cmd/buildid: add new tool factoring out code needed by go command by Russ Cox · 7 years ago
  58. bb0bfd0 cmd/dist, cmd/link, cmd/go: make c-shared work on windows by Alex Brainman · 7 years ago
  59. 244c98f encoding/base64: optimize DecodeString by Josselin Costanzi · 8 years ago
  60. f7ad3a0 cmd/link: move ldmacho to its own package by David Crawshaw · 7 years ago
  61. 9f9bb97 cmd/link: give the object reader its own package by David Crawshaw · 7 years ago
  62. 90d71fe all: revert "all: prefer strings.IndexByte over strings.Index" by Marvin Stenger · 7 years ago
  63. 555c16d cmd/dist, cmd/go: treat cmd/cgo like other build tools by Russ Cox · 7 years ago
  64. 475d92b cmd/link: put symbol data types in new package by David Crawshaw · 7 years ago
  65. b4f21d6 cmd/dist: fix mkdeps again by Marvin Stenger · 7 years ago
  66. ca8c361 cmd/dist: use -buildmode=pie for pie testing by Lynn Boger · 7 years ago
  67. 9f52b5a cmd/dist: fix mkdeps by Russ Cox · 7 years ago
  68. 94e6d3d cmd/dist: change mkdeps to be more merge-friendly by Russ Cox · 7 years ago
  69. f22ba1f all: prefer strings.IndexByte over strings.Index by Marvin Stenger · 7 years ago
  70. 9daee93 cmd/compile,cmd/link: export int global consts to DWARF by Alessandro Arzilli · 7 years ago
  71. 1b548dc5 cmd/dist: rename variables + functions by Marvin Stenger · 7 years ago
  72. fb54abe all: correct location of go tool by Hiroshi Ioka · 7 years ago
  73. 88ced02 cmd/dist: use bytes.Buffer for code generation by Marvin Stenger · 7 years ago
  74. 3844e70 cmd/dist: simplify code segments by Marvin Stenger · 7 years ago
  75. c100a0f cmd/dist: test: use existing globals rather than environment variables by Hiroshi Ioka · 7 years ago
  76. d02477e misc/cgo/errors: port test.bash to Go by Bryan C. Mills · 7 years ago
  77. 9f1a719 misc/cgo/test: set the traceback level instead of failing the test by Bryan C. Mills · 7 years ago
  78. e9cbabb cmd/link: enable -buildmode=plugin for ppc64le by Lynn Boger · 7 years ago
  79. 753bac3 misc/cgo/testplugin: pass GO_GCFLAGS by David Crawshaw · 7 years ago
  80. 1134411 cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64 by Hiroshi Ioka · 7 years ago
  81. 06f4d93 cmd/go: put computed GOROOT in built binaries by David Crawshaw · 7 years ago
  82. 401609c cmd/dist: move functions for the better by Marvin Stenger · 7 years ago
  83. 6ea4cfb cmd/dist: remove trivial variables + functions by Marvin Stenger · 7 years ago
  84. e86c067 cmd/dist: use standard generated code header by Marvin Stenger · 7 years ago
  85. fe2f509 cmd/dist: unleash bootstrap optimization for windows by Marvin Stenger · 7 years ago
  86. b57413d cmd/dist: restore behavior of branchtag by Marvin Stenger · 7 years ago
  87. e27c6c3 cmd/dist: apply minor fixes by Marvin Stenger · 7 years ago
  88. 645ecf5 cmd/dist: rearrange a couple of tests by Ian Lance Taylor · 7 years ago
  89. 6f0b1aa cmd/go: test and fix missing deep dependencies in list Deps output by Russ Cox · 7 years ago
  90. a2b70eb cmd/dist: disable broken TestDeps by Russ Cox · 7 years ago
  91. ef94870 misc/cgo/testcshared: rewrite test.bash in Go by Christopher Nelson · 8 years ago
  92. 39d4693 misc/cgo/testsanitizers: convert test.bash to Go by Bryan C. Mills · 7 years ago
  93. 8e52a5e cmd/dist: add test that deps.go is up to date by Ian Lance Taylor · 7 years ago
  94. b70adbf cmd/dist: update deps.go for current dependencies by Ian Lance Taylor · 7 years ago
  95. adc28cb cmd/dist: add doc file to fix go doc dist by Alberto Donizetti · 7 years ago
  96. 3e7abf8 cmd/go,cmd/link: support buildmode c-shared on ppc64le by Lynn Boger · 7 years ago
  97. 45a4609 cmd/dist: skip moved GOROOT on Go's Windows builders when not sharding tests by Brad Fitzpatrick · 7 years ago
  98. 2a2a283 cmd/dist: don't run moved_goroot test on android, iOS, Plan 9 by Ian Lance Taylor · 7 years ago
  99. 7914369 cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOT by Ian Lance Taylor · 7 years ago
  100. 5d16f97 Revert "cmd/dist: disable plugin test on linux-arm with GOARM=5" by Austin Clements · 8 years ago