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