summaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-147/+5
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-101-1/+1
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* runtime: remove untyped allocation of ParForRuss Cox2014-09-161-0/+1
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-0/+46
* cmd/api: internal debugging supprtRobert Griesemer2014-09-151-9/+20
* runtime: remove a few untyped allocationsRuss Cox2014-09-121-4/+5
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* runtime: convert panic/recover to GoKeith Randall2014-09-051-0/+1
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-041-0/+1
* runtime: reconvert sigqueue.goc from C to GoRuss Cox2014-09-041-0/+1
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-041-0/+3
* runtime: deferproc/deferreturn in GoKeith Randall2014-09-031-1/+2
* runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox2014-09-031-1/+11
* runtime: convert select implementation to Go.Keith Randall2014-09-021-0/+1
* runtime: convert traceback*.c to GoRuss Cox2014-09-021-7/+24
* runtime: convert mprof.goc to mprof.goRuss Cox2014-09-011-1/+1
* cmd/api: more runtime fixesRuss Cox2014-08-281-1/+1
* cmd/api: fix for Lock?Mutex changeRuss Cox2014-08-271-1/+1
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-0/+1
* runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman2014-08-251-2/+3
* runtime: convert channel operations to Go, part 1 (chansend1).Keith Randall2014-08-241-0/+1
* runtime: convert note to GoDmitriy Vyukov2014-08-221-0/+1
* cmd/api: reduce stutter in runtime type stubsJosh Bleecher Snyder2014-08-211-4/+6
* runtime: convert common scheduler functions to GoDmitriy Vyukov2014-08-211-1/+1
* cmd/api: add missing runtime structDmitriy Vyukov2014-08-211-1/+1
* runtime: don't acquirem on malloc fast pathDmitriy Vyukov2014-08-181-1/+4
* runtime: convert interface routines from C to Go.Keith Randall2014-08-071-1/+1
* runtime: shorten hash declarationsKeith Randall2014-08-061-1/+1
* 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-211-1/+7
* runtime: convert map implementation to Go.Keith Randall2014-07-161-0/+13
* std lib: fix various typos in commentsRobert Griesemer2014-05-021-1/+1
* 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: include constant valuesBrad Fitzpatrick2013-09-061-4/+1
* cmd/api: eliminate duplicate package import workRuss Cox2013-08-091-2/+56
* cmd/api: rewrite using go/typesRobert Griesemer2013-08-081-779/+367
* cmd/api: add more platformsShenghou Ma2013-05-211-1/+16
* cmd/api: don't print out except.txt removed features to stdoutBrad Fitzpatrick2013-05-141-1/+6
* 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-281-0/+12
* cmd/api: fix type scrubbingBrad Fitzpatrick2013-01-221-2/+8
* cmd/api: sort featuresAnthony Martin2013-01-191-0/+1
* cmd/api: speed up API check by 2x, caching parser.ParseFile callsBrad Fitzpatrick2012-11-191-1/+16