1. 2dc759d cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabled by Elias Naur · 11 years ago
  2. 6b188ef cmd/dist, build: support building statically linked toolchain by Shenghou Ma · 12 years ago
  3. e8140bd make.bash: exit if dist fails by Rob Pike · 12 years ago
  4. a5fe79e cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on Darwin by Shenghou Ma · 12 years ago
  5. 3197be4 cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal by Ian Lance Taylor · 12 years ago
  6. 36ed579 make.bash: delete vestigial TODO, now resolved by Rob Pike · 12 years ago
  7. 4ce7909 go/types: delete from main repo; part of move to go.exp by Rob Pike · 12 years ago
  8. a25486e make.bash,bat: add -tags gotypes to the build by Rob Pike · 12 years ago
  9. 6d888f1 build: clang support by Russ Cox · 12 years ago
  10. fe14ee5 cmd/6c, cmd/6g: add flag to support large-model code generation by Elias Naur · 12 years ago
  11. 3167c12 cmd/dist: support building on debian/kFreeBSD by Dave Cheney · 12 years ago
  12. 7fbef93 build: do more during windows build by Alex Brainman · 13 years ago
  13. fa6d3ab build: update comment about GO_LDFLAGS. by David Symonds · 13 years ago
  14. 7280129 build: build correct cmd/dist matching GOHOSTARCH by Shenghou Ma · 13 years ago
  15. 318465b make.bash: fix old builds by Russ Cox · 13 years ago
  16. 7e19e53 build: add GO_ prefix to LDFLAGS and GCFLAGS by Gustavo Niemeyer · 13 years ago
  17. b03a5f6 cmd/go: fixes by Russ Cox · 13 years ago
  18. 2506fd4 build: add make.bash --no-clean option by Russ Cox · 13 years ago
  19. 0ab3ea9 build: create the correct $GOTOOLDIR. by David Symonds · 13 years ago
  20. 982e6c4 build: set $PATH during make.bash by Russ Cox · 13 years ago
  21. 7b848c6 cmd/dist: cross-compiling fixes by Russ Cox · 13 years ago
  22. b5d81e5 build: reject make.bash on Windows by Russ Cox · 13 years ago
  23. 54f1e1b cmd/dist: fix GOROOT_FINAL by Gustavo Niemeyer · 13 years ago
  24. 1c290fd build: add make.bash --dist-tool by Russ Cox · 13 years ago
  25. b8b2253 cmd/dist: fix build by Russ Cox · 13 years ago
  26. 8290536 build: use cmd/dist by Russ Cox · 13 years ago
  27. b3750ff build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool. by Russ Cox · 13 years ago
  28. 9a15c21 build: move goapi, quietgcc, cgo, gotype, ebnflint into go-tool by Russ Cox · 13 years ago
  29. 2050a9e build: remove Make.pkg, Make.tool by Russ Cox · 13 years ago
  30. 2d6c011 make.bash: don't remove hgpatch by Rob Pike · 13 years ago
  31. 79dc344 cmd/go: first piece of tool rearrangement by Rob Pike · 13 years ago
  32. ed936a3 cmd/go: implement go get + bug fixes by Russ Cox · 13 years ago
  33. fec7aa9 doc: update out-of-date comments about runtime/cgo by Shenghou Ma · 13 years ago
  34. c5f8433 buildscripts: move to buildscript directory Fixes #2717. by Shenghou Ma · 13 years ago
  35. 146a703 cmd/go: add -v flag to build and install by Russ Cox · 13 years ago
  36. b682da3 make.bash: remove old dregs by Alex Brainman · 13 years ago
  37. 0509727 build: fixes for Windows by Russ Cox · 13 years ago
  38. 8f5f347 cmd/go: many improvements by Russ Cox · 13 years ago
  39. a63262b build: fix for freebsd, openbsd by Russ Cox · 13 years ago
  40. 41a6165 build: use go command during build by Russ Cox · 13 years ago
  41. 5588940 runtime: separate out auto-generated files, take 2 by Russ Cox · 13 years ago
  42. 86dcc43 runtime: hg revert -r 6ec0a5c12d75 by Russ Cox · 13 years ago
  43. bd9243d runtime: separate out auto-generated files by Russ Cox · 13 years ago
  44. 90c5070 build: fix check for selinux's allow_execstack on Fedora 16 by Bobby Powers · 13 years ago
  45. 12ece77 build: stop on failed deps.bash by Russ Cox · 13 years ago
  46. 604bd70 make.bash: more robustly detect gold 2.20 by Christopher Wedgwood · 13 years ago
  47. 37dca9d make.bash: remove old bash version of gotest on Windows by Alex Brainman · 14 years ago
  48. eedfc44 build: diagnose Ubuntu's buggy copy of gold by Russ Cox · 14 years ago
  49. 432b4f3 build: convert src/cmd to use make directly and simplify src/make.bash by Dave Cheney · 14 years ago
  50. a1d95de build: remove unused nacl conditional from make.bash by Dave Cheney · 14 years ago
  51. d9f1ddb make.bash: stricter selinux test by Russ Cox · 14 years ago
  52. 3a2ba99 build: add a few missing --no-print-directory by Russ Cox · 14 years ago
  53. 5a8f2ba fix build: more libcgo references by Russ Cox · 14 years ago
  54. 6e87a0a build: only print "You need to add foo to PATH" when needed by Andrew Gerrand · 14 years ago
  55. 5bf658c build: create bin and pkg directories as needed; drop from hg by Russ Cox · 15 years ago
  56. 5c603db build: remove unnecessary references to GOBIN and GOROOT by Christian Himpel · 15 years ago
  57. 15f336b build: let pkg/Makefile coordinate building of Go commands by Russ Cox · 15 years ago
  58. e3034ad build: fix build again - not sure where the " went. sigh. by Russ Cox · 15 years ago
  59. aafe474e build: $GOBIN defaults to $GOROOT/bin by Russ Cox · 15 years ago
  60. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  61. 84f67eb Build libcgo.so with $(CC), not the gcc on PATH. by Ian Lance Taylor · 15 years ago
  62. cffdb1e build; allow MAKEFLAGS to be set outside the build scripts by Christopher Wedgwood · 15 years ago
  63. 69fd2a4 build script tweaks by Russ Cox · 15 years ago
  64. 3e4e4ec goinstall: an experiment in (external) package installation by Russ Cox · 15 years ago
  65. c2cb0d7 arm: toss make-arm.bash by Russ Cox · 15 years ago
  66. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  67. 609eeee make Native Client support build again, by Russ Cox · 15 years ago
  68. cd9d72b Ports of lib9, libbio and libmach to Windows. by Hector Chu · 15 years ago
  69. a0c5543 fix weird all.bash failures by running deps.bash before make clean runs in pkg directory. by Rob Pike · 15 years ago
  70. 6c827cb make.bash: clear CDPATH to avoid output from cd by Russ Cox · 15 years ago
  71. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  72. 69039e5 build Make.deps during make.bash instead by Russ Cox · 15 years ago
  73. 553be84 Build changes to support work on the BSDs. by Devon H. O'Dell · 15 years ago
  74. 2643f74 make.bash: detect and warn about SELinux policy that crashes us. by Adam Langley · 15 years ago
  75. 9188b1f Revert make.bash which slipped into the previous revision. by Adam Langley · 15 years ago
  76. 1941855 Reland a112249da741, this time with missing file. by Adam Langley · 15 years ago
  77. 9ff712e make.bash: check $PATH indirectly via which quietgcc by Russ Cox · 15 years ago
  78. 2d70d60 sanity check environment variables better. by Russ Cox · 15 years ago
  79. d6c3886 test for invalid $GOBIN setting before trying to build by Russ Cox · 15 years ago
  80. 1329012 new command hgpatch, for use by codereview extension by Russ Cox · 15 years ago
  81. 796e29e add goyacc to the build by Rob Pike · 15 years ago
  82. fab7ae1 Use the environment variable CC as the bootstrap compiler used by Ian Lance Taylor · 15 years ago
  83. 219fb02 fix build after Mercurial move. various missing or incorrect files. by Russ Cox · 15 years ago
  84. f0bde7c fix nacl build by Russ Cox · 15 years ago
  85. 133a158 8c, 8l dynamic loading support. by Russ Cox · 16 years ago
  86. 00274a1 rename libmach_amd64 libmach by Rob Pike · 16 years ago
  87. eda49f3 new included Make.pkg for handwritten package makefiles. by Russ Cox · 16 years ago
  88. d6f89c6 Support use of $GOBINDIR to override $HOME/bin by Phil Pennock · 16 years ago
  89. 7b7b83b ebnflint command by Robert Griesemer · 16 years ago
  90. bede992 set -e does not apply to ( ) blocks, so implement the check manually. sigh. by Russ Cox · 16 years ago
  91. d8e4446 - install gofmt in src/cmd/gofmt - remove some left-over files by Robert Griesemer · 16 years ago
  92. d45442e fix build by Robert Griesemer · 16 years ago
  93. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago
  94. b7f0580 move src/runtime -> src/lib/runtime; hand-edited files. by Russ Cox · 16 years ago
  95. 7847056 rewrite gobuild in go. by Russ Cox · 16 years ago
  96. 5a863a4 convert lib to a Makefile, mainly for "make bufio.install". by Russ Cox · 16 years ago
  97. aa1ede1 avoid problem overwriting read-only quietgcc by Russ Cox · 16 years ago
  98. d2dfd76 build with warnings enabled. by Russ Cox · 16 years ago
  99. 6b7dd4c add build step to install debuggers setgid procmod. by Russ Cox · 16 years ago
  100. 047c6ec check $GOROOT before diving into build by Russ Cox · 16 years ago