1. 9f34703 cmd/api: disallow silent API additions after api/go1.n.txt is created by Dmitri Shuralyov · 3 years, 11 months ago
  2. d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 4 years, 1 month ago
  3. 953d1fe all: introduce and use internal/execabs by Roland Shoemaker · 4 years, 2 months ago
  4. 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 5 months ago
  5. d4da735 io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs by Russ Cox · 4 years, 8 months ago
  6. 5764653 cmd/api: omit outside dependencies when listing the packages in "std" by Bryan C. Mills · 4 years, 6 months ago
  7. 75e79ad cmd/api: limit concurrent 'go list' calls to GOMAXPROCS by Bryan C. Mills · 5 years ago
  8. 9f40f9f cmd/dist: remove darwin/386, darwin/arm as valid ports by Brad Fitzpatrick · 5 years ago
  9. fcb8f83 cmd/api: make NewWatcher populate its own package and import metadata by Bryan C. Mills · 5 years ago
  10. b864818 cmd/api: read std package info once, not per goos-goarch-cgo by Russ Cox · 6 years ago
  11. d23cba6 all: add start of netbsd/arm64 support by Maya Rashish · 6 years ago
  12. 9b968df all: clean up code with token.IsExported by Daniel Martí · 6 years ago
  13. 361a019 cmd/api: use 'go list' to locate transitive dependencies of std by Bryan C. Mills · 6 years ago
  14. 68eb3cc cmd/api: fix no go files package panic by Baokun Lee · 6 years ago
  15. 2012227 vendor/golang_org/x: move to internal/x by Bryan C. Mills · 6 years ago
  16. 28fa1da cmd/api: explicit tagKey with GOOS and GOARCH by Meng Zhuo · 6 years ago
  17. 4312390 cmd/api: don’t rely on hardcoded go versions by Andrew Bonventre · 7 years ago
  18. 8b13988 api: promote next to go1.10 by Andrew Bonventre · 7 years ago
  19. 90d71fe all: revert "all: prefer strings.IndexByte over strings.Index" by Marvin Stenger · 7 years ago
  20. f22ba1f all: prefer strings.IndexByte over strings.Index by Marvin Stenger · 7 years ago
  21. fb54abe all: correct location of go tool by Hiroshi Ioka · 7 years ago
  22. cf7347a api: promote next to go1.9 by Chris Broadfoot · 8 years ago
  23. 41908a5 api: promote next.txt to go1.8.txt, update go tool by Chris Broadfoot · 8 years ago go1.8beta1
  24. 4d00937 all: rename vendored golang.org/x/net packages to golang_org by Brad Fitzpatrick · 9 years ago
  25. 3c6b668 api: promote next.txt to go1.7.txt and update api tool by Andrew Gerrand · 9 years ago go1.7beta1
  26. 3564ec5 cmd/api: ignore vendored packages by Brad Fitzpatrick · 9 years ago
  27. fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
  28. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  29. 0d5e6a3 cmd/api: fix benchmark to ignore internal packages by Ian Lance Taylor · 9 years ago
  30. 8db371b api: create go1.6.txt by Brad Fitzpatrick · 9 years ago go1.6beta1
  31. d0c1746 go/constant: switch to floating-point representation when fractions become too large by Robert Griesemer · 9 years ago
  32. 20736fc net/http: enable automatic HTTP/2 if TLSNextProto is nil by Brad Fitzpatrick · 9 years ago
  33. 852f383 api: add go1.5.txt API file, reset next.txt by Brad Fitzpatrick · 10 years ago
  34. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  35. e5b7674 go/importer: added go/importer package, adjusted go/types by Robert Griesemer · 10 years ago
  36. a50b24c cmd/api: make the test more robust by Shenghou Ma · 10 years ago
  37. 84b690f cmd/api: re-enable TestGolden on nacl by Shenghou Ma · 10 years ago
  38. b2a1fb7 cmd/api: update api checker to use go/types from std repo by Robert Griesemer · 10 years ago
  39. c71b3e0 Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes" by David Symonds · 10 years ago
  40. 1e4b642 cmd/api: work around Windows rename issue on the builders by Brad Fitzpatrick · 10 years ago
  41. 45eaf50 cmd/api: fix race in run.go with multiple builders on a machine by Brad Fitzpatrick · 10 years ago
  42. 11d1c05 cmd/api: treat a hex-y VERSION as devel and permit API changes by Brad Fitzpatrick · 10 years ago
  43. 082a237 cmd/api: update the API checker to Go 1.4 and git by Brad Fitzpatrick · 10 years ago
  44. bd807711 [release-branch.go1.4] cmd/api: make API check fail for undeclared API in release branch by Russ Cox · 10 years ago
  45. 77e96c9 [release-branch.go1.4] api: create go1.4.txt by Russ Cox · 10 years ago
  46. dcb2ec3 runtime: generate windows callback list with go generate by Russ Cox · 10 years ago
  47. b53bdd4 undo CL 169000043 / 05b838013df9 by Andrew Gerrand · 10 years ago
  48. 9a571de undo CL 166380043 / 0b54a0927656 by Andrew Gerrand · 10 years ago
  49. 18b4f06 cmd/api: bump go.tools golden CL hash by Andrew Gerrand · 10 years ago
  50. 68e2dbe cmd/api: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  51. fc46931 runtime: remove untyped allocation of ParFor by Russ Cox · 10 years ago
  52. d2574e2 runtime: remove duplicated Go constants by Russ Cox · 10 years ago
  53. 2bb0a5e cmd/api: internal debugging supprt by Robert Griesemer · 10 years ago
  54. 4475347 runtime: remove a few untyped allocations by Russ Cox · 11 years ago
  55. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  56. 8217b4a runtime: convert panic/recover to Go by Keith Randall · 11 years ago
  57. db58ab9 runtime: more C to Go conversion adjustments by Russ Cox · 11 years ago
  58. 1a14b5b cmd/api: don't depend on os/user or USER to check api by Brad Fitzpatrick · 11 years ago
  59. 81ed684 runtime: reconvert sigqueue.goc from C to Go by Russ Cox · 11 years ago
  60. 91a670d runtime: convert netpoll to Go by Dmitriy Vyukov · 11 years ago
  61. f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
  62. 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
  63. 1d8fa7f runtime: convert select implementation to Go. by Keith Randall · 11 years ago
  64. fa2af44 runtime: convert traceback*.c to Go by Russ Cox · 11 years ago
  65. 548d080 runtime: convert mprof.goc to mprof.go by Russ Cox · 11 years ago
  66. 1e47854 cmd/api: more runtime fixes by Russ Cox · 11 years ago
  67. fee7c69 cmd/api: fix for Lock⇒Mutex change by Russ Cox · 11 years ago
  68. 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
  69. 38ce599 runtime: convert NewCallback and NewCallbackCDecl to Go by Alex Brainman · 11 years ago
  70. 9a1e142 runtime: convert channel operations to Go, part 1 (chansend1). by Keith Randall · 11 years ago
  71. afb2260 runtime: convert note to Go Note is required for timers and heap scavenger. by Dmitriy Vyukov · 11 years ago
  72. d27dfd2 cmd/api: reduce stutter in runtime type stubs by Josh Bleecher Snyder · 11 years ago
  73. 684de04 runtime: convert common scheduler functions to Go by Dmitriy Vyukov · 11 years ago
  74. e249b0f cmd/api: add missing runtime struct Fixes build. by Dmitriy Vyukov · 11 years ago
  75. 30940cf runtime: don't acquirem on malloc fast path by Dmitriy Vyukov · 11 years ago
  76. 483cb61 runtime: convert interface routines from C to Go. by Keith Randall · 11 years ago
  77. ea3ac6b runtime: shorten hash declarations by Keith Randall · 11 years ago
  78. cc9ec52 runtime: convert slice operations to Go. by Keith Randall · 11 years ago
  79. 4aa5043 runtime: rewrite malloc in Go. by Keith Randall · 11 years ago
  80. 4676e26 cmd/api: ignore internal packages by Brad Fitzpatrick · 11 years ago
  81. 0c6b55e runtime: convert map implementation to Go. by Keith Randall · 11 years ago
  82. 98b6410 api: add go1.3.txt by Brad Fitzpatrick · 11 years ago
  83. f391362 std lib: fix various typos in comments by Robert Griesemer · 11 years ago
  84. fa6ffc6 cmd/api: ensure GOPATH always points to the correct go.tools by Alex Brainman · 11 years ago
  85. 04e95a1 api: add go1.2.txt, use in tests by Andrew Gerrand · 11 years ago
  86. 89ebc28 cmd/api: make it work even when cgo is disabled by Shenghou Ma · 11 years ago
  87. afda774 cmd/api: always do API check if hg is available by Brad Fitzpatrick · 11 years ago
  88. cdc5356 cmd/api: fix tool for recent go/build change by Russ Cox · 12 years ago
  89. 6624b70 undo CL 13632053 / dc7bfe0f022d by Russ Cox · 12 years ago
  90. 89a6a8f cmd/api: break the builds by Russ Cox · 12 years ago
  91. b34ec90 cmd/api: make api check directory per-user by Robert Daniel Kortschak · 12 years ago
  92. 8a70b50 cmd/api: include constant values by Brad Fitzpatrick · 12 years ago
  93. e7b125f cmd/api: be more robust against OS deleting temp files by Brad Fitzpatrick · 12 years ago
  94. cb79c57 cmd/api: ignore GOARCH when building cmd/api. by Brad Fitzpatrick · 12 years ago
  95. 4d24943 cmd/api: don't fail API check if there's no network by Brad Fitzpatrick · 12 years ago
  96. b78410b cmd/api: eliminate duplicate package import work by Russ Cox · 12 years ago
  97. b379b32 cmd/api: add a benchmark over the standard library by Brad Fitzpatrick · 12 years ago
  98. 9449c18 cmd/api: rewrite using go/types by Robert Griesemer · 12 years ago
  99. 9a9e541 cmd/api: show output of api tool even if exit status is 0 by Brad Fitzpatrick · 12 years ago
  100. 9497e5e cmd/api: update run.go to fetch from go.tools when needed by Brad Fitzpatrick · 12 years ago