aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-20cmd/api: fix benchmark to ignore internal packagesIan Lance Taylor
2015-12-17api: create go1.6.txtgo1.6beta1Brad Fitzpatrick
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-10-14net/http: enable automatic HTTP/2 if TLSNextProto is nilBrad Fitzpatrick
2015-07-21api: add go1.5.txt API file, reset next.txtBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-08cmd/api: make the test more robustShenghou Ma
2015-04-08cmd/api: re-enable TestGolden on naclShenghou Ma
2015-04-08cmd/api: update api checker to use go/types from std repoRobert Griesemer
2015-02-08Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes"David Symonds
2014-12-23cmd/api: work around Windows rename issue on the buildersBrad Fitzpatrick
2014-12-22cmd/api: fix race in run.go with multiple builders on a machineBrad Fitzpatrick
2014-12-12cmd/api: treat a hex-y VERSION as devel and permit API changesBrad Fitzpatrick
2014-12-12cmd/api: update the API checker to Go 1.4 and gitBrad Fitzpatrick
2014-12-12[release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox
2014-12-12[release-branch.go1.4] api: create go1.4.txtRuss Cox
2014-12-05runtime: generate windows callback list with go generateRuss Cox
2014-11-10undo CL 169000043 / 05b838013df9Andrew Gerrand
2014-11-10undo CL 166380043 / 0b54a0927656Andrew Gerrand
2014-11-10cmd/api: bump go.tools golden CL hashAndrew Gerrand
2014-11-10cmd/api: use golang.org/x/... import pathsAndrew Gerrand
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