index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
api
Age
Commit message (
Expand
)
Author
2016-12-01
api: promote next.txt to go1.8.txt, update go tool
go1.8beta1
Chris Broadfoot
2016-07-13
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-06-02
api: promote next.txt to go1.7.txt and update api tool
go1.7beta1
Andrew Gerrand
2016-04-22
cmd/api: ignore vendored packages
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-20
cmd/api: fix benchmark to ignore internal packages
Ian Lance Taylor
2015-12-17
api: create go1.6.txt
go1.6beta1
Brad Fitzpatrick
2015-12-14
go/constant: switch to floating-point representation when fractions become to...
Robert Griesemer
2015-10-14
net/http: enable automatic HTTP/2 if TLSNextProto is nil
Brad Fitzpatrick
2015-07-21
api: add go1.5.txt API file, reset next.txt
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-04-15
go/importer: added go/importer package, adjusted go/types
Robert Griesemer
2015-04-08
cmd/api: make the test more robust
Shenghou Ma
2015-04-08
cmd/api: re-enable TestGolden on nacl
Shenghou Ma
2015-04-08
cmd/api: update api checker to use go/types from std repo
Robert Griesemer
2015-02-08
Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes"
David Symonds
2014-12-23
cmd/api: work around Windows rename issue on the builders
Brad Fitzpatrick
2014-12-22
cmd/api: fix race in run.go with multiple builders on a machine
Brad Fitzpatrick
2014-12-12
cmd/api: treat a hex-y VERSION as devel and permit API changes
Brad Fitzpatrick
2014-12-12
cmd/api: update the API checker to Go 1.4 and git
Brad 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.txt
Russ Cox
2014-12-05
runtime: generate windows callback list with go generate
Russ Cox
2014-11-10
undo CL 169000043 / 05b838013df9
Andrew Gerrand
2014-11-10
undo CL 166380043 / 0b54a0927656
Andrew Gerrand
2014-11-10
cmd/api: bump go.tools golden CL hash
Andrew Gerrand
2014-11-10
cmd/api: use golang.org/x/... import paths
Andrew Gerrand
2014-09-16
runtime: remove untyped allocation of ParFor
Russ Cox
2014-09-16
runtime: remove duplicated Go constants
Russ Cox
2014-09-15
cmd/api: internal debugging supprt
Robert Griesemer
2014-09-12
runtime: remove a few untyped allocations
Russ Cox
2014-09-08
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-05
runtime: convert panic/recover to Go
Keith Randall
2014-09-04
runtime: more C to Go conversion adjustments
Russ Cox
2014-09-04
cmd/api: don't depend on os/user or USER to check api
Brad Fitzpatrick
2014-09-04
runtime: reconvert sigqueue.goc from C to Go
Russ Cox
2014-09-04
runtime: convert netpoll to Go
Dmitriy Vyukov
2014-09-03
runtime: deferproc/deferreturn in Go
Keith Randall
2014-09-03
runtime: convert a few traceback-related functions from proc.c to traceback.go
Russ Cox
2014-09-02
runtime: convert select implementation to Go.
Keith Randall
2014-09-02
runtime: convert traceback*.c to Go
Russ Cox
2014-09-01
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-08-28
cmd/api: more runtime fixes
Russ Cox
2014-08-27
cmd/api: fix for Lock⇒Mutex change
Russ Cox
2014-08-27
cmd/cc, runtime: convert C compilers to use Go calling convention
Russ Cox
2014-08-25
runtime: convert NewCallback and NewCallbackCDecl to Go
Alex Brainman
2014-08-24
runtime: convert channel operations to Go, part 1 (chansend1).
Keith Randall
2014-08-22
runtime: convert note to Go
Dmitriy Vyukov
2014-08-21
cmd/api: reduce stutter in runtime type stubs
Josh Bleecher Snyder
[next]