aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi.go
AgeCommit message (Expand)Author
2014-09-04runtime: more C to Go conversion adjustmentsRuss Cox
2014-09-04runtime: reconvert sigqueue.goc from C to GoRuss Cox
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-09-03runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox
2014-09-02runtime: convert select implementation to Go.Keith Randall
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-08-28cmd/api: more runtime fixesRuss Cox
2014-08-27cmd/api: fix for Lock⇒Mutex changeRuss Cox
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-08-25runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman
2014-08-24runtime: convert channel operations to Go, part 1 (chansend1).Keith Randall
2014-08-22runtime: convert note to GoDmitriy Vyukov
2014-08-21cmd/api: reduce stutter in runtime type stubsJosh Bleecher Snyder
2014-08-21runtime: convert common scheduler functions to GoDmitriy Vyukov
2014-08-21cmd/api: add missing runtime structDmitriy Vyukov
2014-08-18runtime: don't acquirem on malloc fast pathDmitriy Vyukov
2014-08-07runtime: convert interface routines from C to Go.Keith Randall
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-05-02std lib: fix various typos in commentsRobert Griesemer
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-06cmd/api: include constant valuesBrad Fitzpatrick
2013-08-09cmd/api: eliminate duplicate package import workRuss Cox
2013-08-08cmd/api: rewrite using go/typesRobert Griesemer
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