1. 953d1fe all: introduce and use internal/execabs by Roland Shoemaker · 4 years ago
  2. 7430266 cmd/internal/codesign: new package by Cherry Zhang · 4 years, 2 months ago
  3. 72ee5ba cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpath by Ian Lance Taylor · 4 years, 3 months ago
  4. 2d34f3d cmd/dist: fix tipo in comment by Ian Lance Taylor · 4 years, 5 months ago
  5. 8d91d73 cmd/dist: ignore _test.s files in bootstrap by Cherry Zhang · 4 years, 5 months ago
  6. 27e3778 [dev.link] cmd: remove "2", another round by Cherry Zhang · 4 years, 5 months ago
  7. 27a0012 cmd/dist: don't copy arm64 specific files for bootstap build by fanzha02 · 4 years, 7 months ago
  8. c12d702 cmd/dist: don't copy riscv64 specific files for bootstrap build by Tobias Klauser · 4 years, 8 months ago
  9. da382a3 internal/unsafeheader: consolidate stringHeader and sliceHeader declarations into an internal package by Bryan C. Mills · 4 years, 8 months ago
  10. 9857e5c [dev.link] cmd/link: add telemetry by Jeremy Faller · 5 years ago
  11. ee04d45 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 5 years ago
  12. 76d0977 [dev.link] cmd/link: remove flag FlagNewLdElf by Jeremy Faller · 5 years ago
  13. 98d27174 cmd/compile: implement compiler for riscv64 by Joel Sing · 5 years ago
  14. fa284af [dev.link] cmd/link: convert ELF host object loading to new loader by Than McIntosh · 5 years ago
  15. 27c0aee [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 5 years ago
  16. bf5f641 cmd/internal/objabi,cmd/link: initial linker support for riscv64 by Joel Sing · 5 years ago
  17. 62dfb27 [dev.link] cmd/link: delete old object file format support by Cherry Zhang · 5 years ago
  18. cd53fdd cmd/compile: add framework for logging optimizer (non)actions to LSP by David Chase · 5 years ago
  19. c9470b0 [dev.link] cmd/link/internal/objfile: relocate loader to new package by Than McIntosh · 5 years ago
  20. 2c484c0 [dev.link] cmd/internal/obj: write object file in new format by Cherry Zhang · 5 years ago
  21. e1b1b78 cmd/dist: fix bootstrap failure when GOHOSTARCH is set by Brad Fitzpatrick · 5 years ago
  22. 6c6ad30 cmd/asm,cmd/internal/obj: initial support for riscv64 assembler by Joel Sing · 5 years ago
  23. 4ee4607 cmd/compile: use internal/race by LE Manh Cuong · 6 years ago
  24. a921881 cmd/dist: delete unnecessary dirs from GOROOT on completion by Josh Bleecher Snyder · 6 years ago
  25. 64e29f9 internal/goversion: add new package, move Go 1.x constant there out of go/build by Brad Fitzpatrick · 6 years ago
  26. 80b6812 cmd/compile: move flagalloc op splitting to rewrite rules by Josh Bleecher Snyder · 6 years ago
  27. 781da44 cmd/dist: write and use a go.mod file in the bootstrap directory by Bryan C. Mills · 6 years ago
  28. e256aff all: move cmd/internal/xcoff to internal/xcoff by Clément Chigot · 6 years ago
  29. b171b28 cmd/link: add new loading package for XCOFF files by Clément Chigot · 6 years ago
  30. 47cc59f cmd/dist: copy cmd/internal/xcoff to bootstrap directory by Ian Lance Taylor · 6 years ago
  31. 594eae5 cmd/link: compress DWARF sections in ELF binaries by Heschi Kreinick · 7 years ago
  32. f41dc71 cmd/link: add wasm architecture by Richard Musiol · 7 years ago
  33. 3b137dd cmd/compile: add wasm architecture by Richard Musiol · 7 years ago
  34. 85c3ebf cmd/cgo: modify source as text, not as AST by Russ Cox · 7 years ago
  35. 5993251 cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags by Russ Cox · 7 years ago
  36. c1e026a build: quiet make.bash, make.bat, make.rc by Russ Cox · 7 years ago
  37. 7dea509 cmd/go: switch to entirely content-based staleness determination by Russ Cox · 7 years ago
  38. a93bc1d cmd/dist: use latest heap, sort packages for compiler bootstrap by Russ Cox · 7 years ago
  39. d06815b cmd/link: split PE loader into its own package by David Crawshaw · 7 years ago
  40. ecfa737 cmd/link: move ELF reader to its own package by David Crawshaw · 7 years ago
  41. f7ad3a0 cmd/link: move ldmacho to its own package by David Crawshaw · 7 years ago
  42. 9f9bb97 cmd/link: give the object reader its own package by David Crawshaw · 7 years ago
  43. 555c16d cmd/dist, cmd/go: treat cmd/cgo like other build tools by Russ Cox · 7 years ago
  44. 475d92b cmd/link: put symbol data types in new package by David Crawshaw · 7 years ago
  45. 3844e70 cmd/dist: simplify code segments by Marvin Stenger · 7 years ago
  46. e86c067 cmd/dist: use standard generated code header by Marvin Stenger · 7 years ago
  47. fe2f509 cmd/dist: unleash bootstrap optimization for windows by Marvin Stenger · 7 years ago
  48. 1e3570a cmd/internal/objabi: extract shared functionality from obj by Matthew Dempsky · 8 years ago
  49. 9dbba36 cmd/dist: don't compile unneeded GOARCH SSA rewrite rules during bootstrap by Brad Fitzpatrick · 8 years ago
  50. f68f292 cmd/compile: factor out Pkg, Sym, and Type into package types by Robert Griesemer · 8 years ago
  51. 322fff8 math/big: use math/bits where appropriate by Robert Griesemer · 8 years ago
  52. 592c97f cmd/dist: ignore .#foo.go files created by Emacs by Matthew Dempsky · 8 years ago
  53. 24597c0 [dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbers by Robert Griesemer · 8 years ago
  54. 5b14712 cmd/dist: add support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
  55. 6f4a6fa cmd/dist: disable math/big assembly when using the bootstrap compiler by Michael Munday · 8 years ago
  56. 237d7e3 cmd/dist: use debug/pe directly for cmd/link by Russ Cox · 8 years ago
  57. 15040c1 cmd/dist: copy needed packages from standard library during bootstrap by Russ Cox · 8 years ago
  58. d08c3d1 cmd/link/internal/ld: use debug/pe package to rewrite ldpe.go by Alex Brainman · 9 years ago
  59. 36f61ed cmd/dist: build cmd/compile/internal/syntax by Matthew Dempsky · 9 years ago
  60. 795ad07 cmd: generate DWARF for functions in compile instead of link. by Michael Matloob · 8 years ago
  61. a223cca cmd/compile/internal/s390x: add s390x support by Michael Munday · 9 years ago
  62. 4b7e36c cmd: extract obj's Biobuf code into new bio package by Matthew Dempsky · 9 years ago
  63. c6e11fe cmd: add new common architecture representation by Matthew Dempsky · 9 years ago
  64. 29a6149 cmd/link/internal/s390x: add s390x support by Michael Munday · 9 years ago
  65. 13f97ea cmd/internal/obj/s390x: add s390x support by Michael Munday · 9 years ago
  66. 2a46b08 cmd/dist: build bootstrap toolchain with -l by Matthew Dempsky · 9 years ago
  67. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  68. 4304fbc [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
  69. 704f831 cmd/dist: added support for GOARCH=mips64{,le} by Yao Zhang · 9 years ago
  70. 359747d [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
  71. ba0c142 cmd: delete old[5689]a by Rob Pike · 9 years ago
  72. e707fbe [dev.ssa] Merge remote-tracking branch 'origin/master' into mbranch by Keith Randall · 10 years ago
  73. e346adf cmd/dist: do not rewrite files that already have the correct content by Russ Cox · 10 years ago
  74. 067e8df [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 10 years ago
  75. 0f4132c all: build and use go tool compile, go tool link by Russ Cox · 10 years ago
  76. 512f75e runtime: replace GC programs with simpler encoding, faster decoder by Russ Cox · 10 years ago
  77. 0767461 [dev.ssa] Merge remote-tracking branch 'origin/master' into dev.ssa by Keith Randall · 10 years ago
  78. d2fd43a [dev.ssa] cmd/internal/gc: convert standard IR into SSA. by Keith Randall · 10 years ago
  79. 4da157a cmd/dist, cmd/internal/gc: switch gc from math/big to vendored math/big by Robert Griesemer · 10 years ago
  80. a5e1841 cmd/dist: add //line to copied bootstrap files by Russ Cox · 10 years ago
  81. 5a0c322 cmd/dist: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  82. 8afb396 cmd/8g, cmd/old8a: stop renaming x86 import to i386 by Russ Cox · 10 years ago
  83. 0bf79b2 cmd/internal/obj/x86: take over i386 duty, clean up PINSRQ, CMPSD by Russ Cox · 10 years ago
  84. 621d759 all: mv 5a old5a and so on by Russ Cox · 10 years ago
  85. dca5f2e cmd/5l etc: replace C code with Go code by Russ Cox · 10 years ago
  86. 41f5baf cmd/dist: build linkers written in Go by Russ Cox · 10 years ago
  87. d10ede5 [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers by Russ Cox · 10 years ago
  88. 09d7db3 [dev.cc] cmd/dist, cmd/go: build new6g etc and verify against 6g by Russ Cox · 10 years ago
  89. e59ed47 [dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last package to verify by Rob Pike · 10 years ago
  90. f4d2d71 [dev.cc] cmd/dist: build new5a etc during bootstrap by Russ Cox · 10 years ago
  91. a8e5e80 [dev.cc] cmd/dist: write cmd/internal/obj/zbootstrap.go by Russ Cox · 10 years ago
  92. d6f6e42 [dev.cc] cmd/internal/obj: convert liblink C to Go by Russ Cox · 10 years ago
  93. 328ace9 [dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4 by Russ Cox · 10 years ago