summaryrefslogtreecommitdiff
path: root/src/cmd/api
Commit message (Expand)AuthorAgeFilesLines
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-147/+5
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-102-4/+4
* undo CL 166380043 / 0b54a0927656Andrew Gerrand2014-11-101-1/+1
* cmd/api: bump go.tools golden CL hashAndrew Gerrand2014-11-101-1/+1
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-102-4/+4
* 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-082-3/+3
* runtime: convert panic/recover to GoKeith Randall2014-09-051-0/+1
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-041-0/+1
* cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick2014-09-041-3/+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-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