summaryrefslogtreecommitdiff
path: root/src/cmd/api
Commit message (Expand)AuthorAgeFilesLines
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-011-2/+1
* cmd/api: normalize byte to uint8 and rune to int32Brad Fitzpatrick2013-01-284-2/+27
* cmd/api: fix type scrubbingBrad Fitzpatrick2013-01-223-5/+17
* cmd/api: sort featuresAnthony Martin2013-01-191-0/+1
* cmd/api: speed up API check by 2x, caching parser.ParseFile callsBrad Fitzpatrick2012-11-193-1/+289
* cmd/api: use one token.FileSet for all contextsBrad Fitzpatrick2012-11-131-6/+6
* cmd/api: bug fix for goapi's lame type checkerBrad Fitzpatrick2012-11-082-20/+11
* cmd/api: handle contexts re-convergingBrad Fitzpatrick2012-10-302-13/+43
* cmd/api: add more testsBrad Fitzpatrick2012-10-302-27/+83
* cmd/api: add exception fileRob Pike2012-10-041-7/+20
* cmd/api: delete redundant text from deletion messageRob Pike2012-09-271-1/+2
* cmd/dist: new version for string for development branchRuss Cox2012-09-241-1/+1
* cmd/api: fix signatures like func(x, y, z int)Mikio Hara2012-09-193-3/+32
* cmd/api: allow extension of interfaces with unexported methodsRuss Cox2012-09-183-7/+45
* cmd/api: recognize version "devel" as dev. branch and apply -nextShenghou Ma2012-08-281-1/+1
* cmd/api: handle empty API file, ignore -next in releaseRuss Cox2012-06-081-1/+13
* api: add Linux/ARM to go1 APIShenghou Ma2012-06-041-0/+1
* api: add FreeBSD to go1 APIBrad Fitzpatrick2012-06-011-0/+2
* cmd/api: add flag to specify contextsBrad Fitzpatrick2012-05-231-6/+36
* cmd/api: add api/next.txtBrad Fitzpatrick2012-05-221-33/+74
* cmd/api: allow addition of APIShenghou Ma2012-04-101-1/+1
* build: catch API changes during buildBrad Fitzpatrick2012-03-171-2/+11
* cmd/api: work on Windows again, and make gccgo files work a bit moreBrad Fitzpatrick2012-03-113-2/+17
* cmd/api: set compiler for all build contexts.David Symonds2012-03-121-0/+6
* go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, PackageRuss Cox2012-03-012-17/+9
* cmd/api: record return type of functions for variable typecheck.R?my Oudompheng2012-02-215-29/+68
* cmd/api: s/ideal-bool/bool/Russ Cox2012-02-181-2/+2
* cmd/api: fix typo.Nigel Tao2012-02-141-1/+1
* cmd/api: follow constant referencesBrad Fitzpatrick2012-02-103-38/+84
* cmd/api: compare multiple contextsBrad Fitzpatrick2012-02-071-14/+71
* all packages: fix various typosRobert Griesemer2012-02-011-1/+1
* go/doc: enable AllMethods flag (and fix logic)Robert Griesemer2012-01-311-1/+1
* build: move goapi, quietgcc, cgo, gotype, ebnflint into go-toolRuss Cox2012-01-316-0/+1156