summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* go1.3.3releasego1.3.3release-branch.go1.3Andrew Gerrand2014-10-011-1/+1
* [release-branch.go1.3] doc: document go1.3.3Andrew Gerrand2014-10-011-0/+5
* [release-branch.go1.3] cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox2014-09-303-10/+10
* [release-branch.go1.3] nacltest.bash: unset GOROOTRuss Cox2014-09-301-0/+1
* [release-branch.go1.3] runtime: fix GOTRACEBACK reading on Windows, Plan 9Russ Cox2014-09-291-2/+10
* [release-branch.go1.3] runtime: hide cgocallback_gofunc calling cgocallbackg ...Russ Cox2014-09-291-1/+2
* [release-branch.go1.3] net: temporarily skip TestAcceptIgnoreSomeErrorsAndrew Gerrand2014-09-291-0/+2
* [release-branch.go1.3] time: removed from tests now obsolete assumption about...Andrew Gerrand2014-09-291-15/+21
* go1.3.2go1.3.2Andrew Gerrand2014-09-251-1/+1
* [release-branch.go1.3] doc: document Go 1.3.2Andrew Gerrand2014-09-251-0/+5
* [release-branch.go1.3] crypto/tls: ensure that we don't resume when tickets a...Andrew Gerrand2014-09-255-1/+206
* [release-branch.go1.3] runtime: keep g->syscallsp consistent after cgo->Go ca...Russ Cox2014-09-267-6/+134
* [release-branch.go1.3] net/http/httptest: disable TestIssue7264Russ Cox2014-09-251-0/+1
* [release-branch.go1.3] doc: make it point to correct go1.3.1 change historyAndrew Gerrand2014-08-151-1/+1
* [release-branch.go1.3] doc: remove the "the" in "the the" in the release notesAndrew Gerrand2014-08-151-1/+1
* [release-branch.go1.3] undo 941ef9ddbada / 125150044Andrew Gerrand2014-08-131-13/+2
* [release-branch.go1.3] runtime: fix GC bitmap corruptionAndrew Gerrand2014-08-131-2/+13
* [release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...go1.3.1Andrew Gerrand2014-08-133-19/+30
* [release-branch.go1.3] doc: document go1.3.1Andrew Gerrand2014-08-131-0/+7
* go1.3.1Andrew Gerrand2014-08-131-1/+1
* [release-branch.go1.3] cmd/gc: make liveness ~10x fasterAndrew Gerrand2014-08-134-35/+69
* [release-branch.go1.3] cmd/8g: fix buildAndrew Gerrand2014-08-121-2/+2
* [release-branch.go1.3] runtime: ignore exceptions from foreign threads.Andrew Gerrand2014-08-122-0/+10
* [release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiplyAndrew Gerrand2014-08-125-2/+43
* [release-branch.go1.3] doc: document new ParseMultipartForm behaviorAndrew Gerrand2014-08-121-0/+9
* [release-branch.go1.3] runtime: turn off 'unexpected return pc' print on arm ...Andrew Gerrand2014-08-121-2/+7
* [release-branch.go1.3] crypto/rsa: fix out-of-bound access with short session...Andrew Gerrand2014-08-123-17/+55
* [release-branch.go1.3] cmd/cgo: fix recursive type mappingAndrew Gerrand2014-08-122-13/+71
* [release-branch.go1.3] include/u.h: define _DEFAULT_SOURCE for new glibcAndrew Gerrand2014-08-121-0/+1
* [release-branch.go1.3] net: Don't read beyond end of slice when parsing resol...Andrew Gerrand2014-08-122-3/+8
* [release-branch.go1.3] runtime: fix nacl amd64p32 flakinessAndrew Gerrand2014-08-121-1/+1
* compress/{gzip,zlib}: mention that Close flushesAndrew Gerrand2014-08-012-2/+4
* [release-branch.go1.3] doc: drop scheme from links that are known to support ...Andrew Gerrand2014-07-2520-124/+124
* go1.3go1.3Andrew Gerrand2014-06-191-1/+1
* doc: document Go 1.3Andrew Gerrand2014-06-191-0/+7
* [release-branch.go1.3] fmt: fix signs when zero padding.Andrew Gerrand2014-06-192-39/+147
* [release-branch.go1.3] go/build: update doc.go for go1.3 build tag.Russ Cox2014-06-181-0/+1
* [release-branch.go1.3] doc: link to new downloads pageAndrew Gerrand2014-06-182-2/+2
* [release-branch.go1.3] doc: add release note for 'godoc -analysis'Andrew Gerrand2014-06-181-1/+17
* go1.3rc2go1.3rc2Andrew Gerrand2014-06-131-1/+1
* [release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...Russ Cox2014-06-121-1/+10
* revert go1.3rc2Andrew Gerrand2014-06-131-1/+1
* go1.3rc2Andrew Gerrand2014-06-131-1/+1
* [release-branch.go1.3] runtime: do not trace past jmpdefer during pprof trace...Russ Cox2014-06-122-0/+17
* [release-branch.go1.3] runtime: fix defer of nil funcRuss Cox2014-06-122-1/+28
* [release-branch.go1.3] doc: link to release history from /doc/Russ Cox2014-06-121-0/+3
* [release-branch.go1.3] runtime: add test for issue 8047.Russ Cox2014-06-111-0/+29
* [release-branch.go1.3] net/http: fix double Content-Length in responseRuss Cox2014-06-113-2/+23
* [release-branch.go1.3] doc/install.html: fix erroneous HTML annotationRuss Cox2014-06-111-3/+3
* [release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox2014-06-112-2/+47