aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
2014-08-06runtime: shorten hash declarationsKeith Randall
2014-07-31runtime: convert slice operations to Go.Keith Randall
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2014-07-21cmd/api: ignore internal packagesBrad Fitzpatrick
2014-07-16runtime: convert map implementation to Go.Keith Randall
2014-06-02api: add go1.3.txtBrad Fitzpatrick
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-01-14cmd/api: ensure GOPATH always points to the correct go.toolsAlex Brainman
2013-10-18api: add go1.2.txt, use in testsAndrew Gerrand
2013-10-14cmd/api: make it work even when cgo is disabledShenghou Ma
2013-09-22cmd/api: always do API check if hg is availableBrad Fitzpatrick
2013-09-11cmd/api: fix tool for recent go/build changeRuss Cox
2013-09-11undo CL 13632053 / dc7bfe0f022dRuss Cox
2013-09-11cmd/api: break the buildsRuss Cox
2013-09-11cmd/api: make api check directory per-userRobert Daniel Kortschak
2013-09-06cmd/api: include constant valuesBrad Fitzpatrick
2013-08-24cmd/api: be more robust against OS deleting temp filesBrad Fitzpatrick
2013-08-24cmd/api: ignore GOARCH when building cmd/api.Brad Fitzpatrick
2013-08-12cmd/api: don't fail API check if there's no networkBrad Fitzpatrick
2013-08-09cmd/api: eliminate duplicate package import workRuss Cox
2013-08-08cmd/api: add a benchmark over the standard libraryBrad Fitzpatrick
2013-08-08cmd/api: rewrite using go/typesRobert Griesemer
2013-08-08cmd/api: show output of api tool even if exit status is 0Brad Fitzpatrick
2013-08-08cmd/api: update run.go to fetch from go.tools when neededBrad Fitzpatrick
2013-08-07build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick
2013-05-21cmd/api: add more platformsShenghou Ma
2013-05-14cmd/api: don't print out except.txt removed features to stdoutBrad Fitzpatrick
2013-05-06api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-03-06all: delete a couple of mentions of the exp and old treesRob Pike
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