summaryrefslogtreecommitdiff
path: root/src/cmd/api
Commit message (Expand)AuthorAgeFilesLines
* runtime: convert slice operations to Go.Keith Randall2014-07-311-1/+1
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-1/+1
* cmd/api: ignore internal packagesBrad Fitzpatrick2014-07-212-1/+27
* runtime: convert map implementation to Go.Keith Randall2014-07-161-0/+13
* api: add go1.3.txtBrad Fitzpatrick2014-06-021-1/+1
* std lib: fix various typos in commentsRobert Griesemer2014-05-021-1/+1
* cmd/api: ensure GOPATH always points to the correct go.toolsAlex Brainman2014-01-141-1/+1
* api: add go1.2.txt, use in testsAndrew Gerrand2013-10-181-1/+1
* cmd/api: make it work even when cgo is disabledShenghou Ma2013-10-141-3/+11
* cmd/api: always do API check if hg is availableBrad Fitzpatrick2013-09-221-10/+3
* cmd/api: fix tool for recent go/build changeRuss Cox2013-09-111-0/+4
* undo CL 13632053 / dc7bfe0f022dRuss Cox2013-09-111-2/+0
* cmd/api: break the buildsRuss Cox2013-09-111-0/+2
* cmd/api: make api check directory per-userRobert Daniel Kortschak2013-09-111-1/+19
* cmd/api: include constant valuesBrad Fitzpatrick2013-09-062-4/+9
* cmd/api: be more robust against OS deleting temp filesBrad Fitzpatrick2013-08-241-2/+29
* cmd/api: ignore GOARCH when building cmd/api.Brad Fitzpatrick2013-08-241-1/+18
* cmd/api: don't fail API check if there's no networkBrad Fitzpatrick2013-08-121-0/+5
* cmd/api: eliminate duplicate package import workRuss Cox2013-08-092-4/+58
* cmd/api: add a benchmark over the standard libraryBrad Fitzpatrick2013-08-081-0/+27
* cmd/api: rewrite using go/typesRobert Griesemer2013-08-085-1045/+394
* cmd/api: show output of api tool even if exit status is 0Brad Fitzpatrick2013-08-081-0/+1
* cmd/api: update run.go to fetch from go.tools when neededBrad Fitzpatrick2013-08-081-1/+53
* build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick2013-08-071-0/+65
* cmd/api: add more platformsShenghou Ma2013-05-211-1/+16
* cmd/api: don't print out except.txt removed features to stdoutBrad Fitzpatrick2013-05-142-2/+7
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-061-4/+5
* all: remove now-unnecessary unreachable panicsBrad Fitzpatrick2013-03-111-1/+0
* all: delete a couple of mentions of the exp and old treesRob Pike2013-03-061-3/+1
* 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