summaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi.go
Commit message (Expand)AuthorAgeFilesLines
* all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick2016-07-131-1/+1
* cmd/api: ignore vendored packagesBrad Fitzpatrick2016-04-221-0/+5
* all: delete dead non-test codeDominik Honnef2016-03-251-9/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* go/constant: switch to floating-point representation when fractions become to...Robert Griesemer2015-12-141-1/+8
* net/http: enable automatic HTTP/2 if TLSNextProto is nilBrad Fitzpatrick2015-10-141-2/+7
* go/importer: added go/importer package, adjusted go/typesRobert Griesemer2015-04-151-12/+9
* cmd/api: make the test more robustShenghou Ma2015-04-081-3/+4
* cmd/api: update api checker to use go/types from std repoRobert Griesemer2015-04-081-16/+15
* Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes"David Symonds2015-02-081-13/+3
* cmd/api: treat a hex-y VERSION as devel and permit API changesBrad Fitzpatrick2014-12-121-3/+13
* [release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox2014-12-121-5/+9
* 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