1. e5b7674 go/importer: added go/importer package, adjusted go/types by Robert Griesemer · 10 years ago
  2. a50b24c cmd/api: make the test more robust by Shenghou Ma · 10 years ago
  3. b2a1fb7 cmd/api: update api checker to use go/types from std repo by Robert Griesemer · 10 years ago
  4. c71b3e0 Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes" by David Symonds · 10 years ago
  5. 11d1c05 cmd/api: treat a hex-y VERSION as devel and permit API changes by Brad Fitzpatrick · 10 years ago
  6. bd807711 [release-branch.go1.4] cmd/api: make API check fail for undeclared API in release branch by Russ Cox · 10 years ago
  7. dcb2ec3 runtime: generate windows callback list with go generate by Russ Cox · 10 years ago
  8. b53bdd4 undo CL 169000043 / 05b838013df9 by Andrew Gerrand · 10 years ago
  9. 68e2dbe cmd/api: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  10. fc46931 runtime: remove untyped allocation of ParFor by Russ Cox · 11 years ago
  11. d2574e2 runtime: remove duplicated Go constants by Russ Cox · 11 years ago
  12. 2bb0a5e cmd/api: internal debugging supprt by Robert Griesemer · 11 years ago
  13. 4475347 runtime: remove a few untyped allocations by Russ Cox · 11 years ago
  14. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  15. 8217b4a runtime: convert panic/recover to Go by Keith Randall · 11 years ago
  16. db58ab9 runtime: more C to Go conversion adjustments by Russ Cox · 11 years ago
  17. 81ed684 runtime: reconvert sigqueue.goc from C to Go by Russ Cox · 11 years ago
  18. 91a670d runtime: convert netpoll to Go by Dmitriy Vyukov · 11 years ago
  19. f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
  20. 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
  21. 1d8fa7f runtime: convert select implementation to Go. by Keith Randall · 11 years ago
  22. fa2af44 runtime: convert traceback*.c to Go by Russ Cox · 11 years ago
  23. 548d080 runtime: convert mprof.goc to mprof.go by Russ Cox · 11 years ago
  24. 1e47854 cmd/api: more runtime fixes by Russ Cox · 11 years ago
  25. fee7c69 cmd/api: fix for Lock⇒Mutex change by Russ Cox · 11 years ago
  26. 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
  27. 38ce599 runtime: convert NewCallback and NewCallbackCDecl to Go by Alex Brainman · 11 years ago
  28. 9a1e142 runtime: convert channel operations to Go, part 1 (chansend1). by Keith Randall · 11 years ago
  29. afb2260 runtime: convert note to Go Note is required for timers and heap scavenger. by Dmitriy Vyukov · 11 years ago
  30. d27dfd2 cmd/api: reduce stutter in runtime type stubs by Josh Bleecher Snyder · 11 years ago
  31. 684de04 runtime: convert common scheduler functions to Go by Dmitriy Vyukov · 11 years ago
  32. e249b0f cmd/api: add missing runtime struct Fixes build. by Dmitriy Vyukov · 11 years ago
  33. 30940cf runtime: don't acquirem on malloc fast path by Dmitriy Vyukov · 11 years ago
  34. 483cb61 runtime: convert interface routines from C to Go. by Keith Randall · 11 years ago
  35. ea3ac6b runtime: shorten hash declarations by Keith Randall · 11 years ago
  36. cc9ec52 runtime: convert slice operations to Go. by Keith Randall · 11 years ago
  37. 4aa5043 runtime: rewrite malloc in Go. by Keith Randall · 11 years ago
  38. 4676e26 cmd/api: ignore internal packages by Brad Fitzpatrick · 11 years ago
  39. 0c6b55e runtime: convert map implementation to Go. by Keith Randall · 11 years ago
  40. f391362 std lib: fix various typos in comments by Robert Griesemer · 11 years ago
  41. cdc5356 cmd/api: fix tool for recent go/build change by Russ Cox · 12 years ago
  42. 6624b70 undo CL 13632053 / dc7bfe0f022d by Russ Cox · 12 years ago
  43. 89a6a8f cmd/api: break the builds by Russ Cox · 12 years ago
  44. 8a70b50 cmd/api: include constant values by Brad Fitzpatrick · 12 years ago
  45. b78410b cmd/api: eliminate duplicate package import work by Russ Cox · 12 years ago
  46. 9449c18 cmd/api: rewrite using go/types by Robert Griesemer · 12 years ago
  47. f5d06da cmd/api: add more platforms by Shenghou Ma · 12 years ago
  48. 2184282 cmd/api: don't print out except.txt removed features to stdout by Brad Fitzpatrick · 12 years ago
  49. 9e93d50 api: add go1.1.txt; update cmd/api to use it by Brad Fitzpatrick · 12 years ago
  50. e15c0ac all: remove now-unnecessary unreachable panics by Brad Fitzpatrick · 12 years ago
  51. bcb1da7 all: delete a couple of mentions of the exp and old trees by Rob Pike · 12 years ago
  52. e515d80 bytes, strings: add TrimPrefix and TrimSuffix by Brad Fitzpatrick · 12 years ago
  53. 0e1305a cmd/api: normalize byte to uint8 and rune to int32 by Brad Fitzpatrick · 12 years ago
  54. 93d92d5 cmd/api: fix type scrubbing by Brad Fitzpatrick · 12 years ago
  55. 42c8682 cmd/api: sort features by Anthony Martin · 12 years ago
  56. aeca7a7 cmd/api: speed up API check by 2x, caching parser.ParseFile calls by Brad Fitzpatrick · 12 years ago
  57. 0eb42fa cmd/api: use one token.FileSet for all contexts by Brad Fitzpatrick · 12 years ago
  58. a384b5b cmd/api: bug fix for goapi's lame type checker by Brad Fitzpatrick · 12 years ago
  59. 71d9e95 cmd/api: handle contexts re-converging by Brad Fitzpatrick · 12 years ago
  60. e53a2c4 cmd/api: add more tests by Brad Fitzpatrick · 12 years ago
  61. d87d488 cmd/api: add exception file Fixes build. by Rob Pike · 12 years ago
  62. b46dd48 cmd/api: delete redundant text from deletion message by Rob Pike · 13 years ago
  63. 5c4e257 cmd/dist: new version for string for development branch by Russ Cox · 13 years ago
  64. 1ad5f87 cmd/api: fix signatures like func(x, y, z int) by Mikio Hara · 13 years ago
  65. a29f313 cmd/api: allow extension of interfaces with unexported methods by Russ Cox · 13 years ago
  66. f653dfe cmd/api: recognize version "devel" as dev. branch and apply -next by Shenghou Ma · 13 years ago
  67. 0c2f0cc cmd/api: handle empty API file, ignore -next in release by Russ Cox · 13 years ago
  68. 5612fd7 api: add Linux/ARM to go1 API by Shenghou Ma · 13 years ago
  69. b7c2ade api: add FreeBSD to go1 API by Brad Fitzpatrick · 13 years ago
  70. f430d0e cmd/api: add flag to specify contexts by Brad Fitzpatrick · 13 years ago
  71. 71c1a7b cmd/api: add api/next.txt by Brad Fitzpatrick · 13 years ago
  72. edf8b03 cmd/api: allow addition of API by Shenghou Ma · 13 years ago
  73. f69132d build: catch API changes during build by Brad Fitzpatrick · 13 years ago
  74. e31fa68 cmd/api: work on Windows again, and make gccgo files work a bit more by Brad Fitzpatrick · 13 years ago
  75. 764880e cmd/api: set compiler for all build contexts. by David Symonds · 13 years ago
  76. ebe1664 go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, Package by Russ Cox · 13 years ago
  77. d75023e cmd/api: record return type of functions for variable typecheck. by Rémy Oudompheng · 13 years ago
  78. 95b0fe1 cmd/api: s/ideal-bool/bool/ by Russ Cox · 13 years ago
  79. e8d30eb cmd/api: fix typo. by Nigel Tao · 13 years ago
  80. c15a42e cmd/api: follow constant references by Brad Fitzpatrick · 13 years ago
  81. f23a6db cmd/api: compare multiple contexts by Brad Fitzpatrick · 13 years ago
  82. f3f5239 all packages: fix various typos by Robert Griesemer · 13 years ago
  83. 3c6bebf go/doc: enable AllMethods flag (and fix logic) by Robert Griesemer · 13 years ago
  84. 9a15c21 build: move goapi, quietgcc, cgo, gotype, ebnflint into go-tool by Russ Cox · 13 years ago[Renamed (99%) from src/cmd/goapi/goapi.go]
  85. a94bd4d cmd/goapi: expand embedded interfaces by Brad Fitzpatrick · 13 years ago
  86. 5c04272 cmd/goapi: new tool for tracking exported API over time by Brad Fitzpatrick · 13 years ago