aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
2014-09-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-15cmd/api: internal debugging supprtRobert Griesemer
2014-09-12runtime: remove a few untyped allocationsRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-09-04runtime: more C to Go conversion adjustmentsRuss Cox
2014-09-04cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick
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-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