aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2013-01-28cmd/api: normalize byte to uint8 and rune to int32Brad Fitzpatrick
2013-01-22cmd/api: fix type scrubbingBrad Fitzpatrick
2013-01-19cmd/api: sort featuresAnthony Martin
2012-11-19cmd/api: speed up API check by 2x, caching parser.ParseFile callsBrad Fitzpatrick
2012-11-13cmd/api: use one token.FileSet for all contextsBrad Fitzpatrick
2012-11-08cmd/api: bug fix for goapi's lame type checkerBrad Fitzpatrick
2012-10-30cmd/api: handle contexts re-convergingBrad Fitzpatrick
2012-10-30cmd/api: add more testsBrad Fitzpatrick
2012-10-04cmd/api: add exception fileRob Pike
2012-09-27cmd/api: delete redundant text from deletion messageRob Pike
2012-09-24cmd/dist: new version for string for development branchRuss Cox
2012-09-19cmd/api: fix signatures like func(x, y, z int)Mikio Hara
2012-09-18cmd/api: allow extension of interfaces with unexported methodsRuss Cox
2012-08-28cmd/api: recognize version "devel" as dev. branch and apply -nextShenghou Ma
2012-06-08cmd/api: handle empty API file, ignore -next in releaseRuss Cox
2012-06-04api: add Linux/ARM to go1 APIShenghou Ma
2012-06-01api: add FreeBSD to go1 APIBrad Fitzpatrick
2012-05-23cmd/api: add flag to specify contextsBrad Fitzpatrick
2012-05-22cmd/api: add api/next.txtBrad Fitzpatrick
2012-04-10cmd/api: allow addition of APIShenghou Ma
2012-03-17build: catch API changes during buildBrad Fitzpatrick
2012-03-11cmd/api: work on Windows again, and make gccgo files work a bit moreBrad Fitzpatrick
2012-03-12cmd/api: set compiler for all build contexts.David Symonds
2012-03-01go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, PackageRuss Cox
2012-02-21cmd/api: record return type of functions for variable typecheck.Rémy Oudompheng
2012-02-18cmd/api: s/ideal-bool/bool/Russ Cox
2012-02-14cmd/api: fix typo.Nigel Tao
2012-02-10cmd/api: follow constant referencesBrad Fitzpatrick
2012-02-07cmd/api: compare multiple contextsBrad Fitzpatrick
2012-02-01all packages: fix various typosRobert Griesemer
2012-01-31go/doc: enable AllMethods flag (and fix logic)Robert Griesemer
2012-01-31build: move goapi, quietgcc, cgo, gotype, ebnflint into go-toolRuss Cox