aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-01go1.3.3go1.3.3release-branch.go1.3Andrew Gerrand
2014-10-01[release-branch.go1.3] doc: document go1.3.3Andrew Gerrand
2014-09-30[release-branch.go1.3] cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox
2014-09-30[release-branch.go1.3] nacltest.bash: unset GOROOTRuss Cox
2014-09-29[release-branch.go1.3] runtime: fix GOTRACEBACK reading on Windows, Plan 9Russ Cox
2014-09-29[release-branch.go1.3] runtime: hide cgocallback_gofunc calling cgocallbackg ...Russ Cox
2014-09-29[release-branch.go1.3] net: temporarily skip TestAcceptIgnoreSomeErrorsAndrew Gerrand
2014-09-29[release-branch.go1.3] time: removed from tests now obsolete assumption about...Andrew Gerrand
2014-09-25go1.3.2go1.3.2Andrew Gerrand
2014-09-25[release-branch.go1.3] doc: document Go 1.3.2Andrew Gerrand
2014-09-25[release-branch.go1.3] crypto/tls: ensure that we don't resume when tickets a...Andrew Gerrand
2014-09-26[release-branch.go1.3] runtime: keep g->syscallsp consistent after cgo->Go ca...Russ Cox
2014-09-25[release-branch.go1.3] net/http/httptest: disable TestIssue7264Russ Cox
2014-08-15[release-branch.go1.3] doc: make it point to correct go1.3.1 change historyAndrew Gerrand
2014-08-15[release-branch.go1.3] doc: remove the "the" in "the the" in the release notesAndrew Gerrand
2014-08-13[release-branch.go1.3] undo 941ef9ddbada / 125150044Andrew Gerrand
2014-08-13[release-branch.go1.3] runtime: fix GC bitmap corruptionAndrew Gerrand
2014-08-13[release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...go1.3.1Andrew Gerrand
2014-08-13[release-branch.go1.3] doc: document go1.3.1Andrew Gerrand
2014-08-13go1.3.1Andrew Gerrand
2014-08-13[release-branch.go1.3] cmd/gc: make liveness ~10x fasterAndrew Gerrand
2014-08-12[release-branch.go1.3] cmd/8g: fix buildAndrew Gerrand
2014-08-12[release-branch.go1.3] runtime: ignore exceptions from foreign threads.Andrew Gerrand
2014-08-12[release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiplyAndrew Gerrand
2014-08-12[release-branch.go1.3] doc: document new ParseMultipartForm behaviorAndrew Gerrand
2014-08-12[release-branch.go1.3] runtime: turn off 'unexpected return pc' print on arm ...Andrew Gerrand
2014-08-12[release-branch.go1.3] crypto/rsa: fix out-of-bound access with short session...Andrew Gerrand
2014-08-12[release-branch.go1.3] cmd/cgo: fix recursive type mappingAndrew Gerrand
2014-08-12[release-branch.go1.3] include/u.h: define _DEFAULT_SOURCE for new glibcAndrew Gerrand
2014-08-12[release-branch.go1.3] net: Don't read beyond end of slice when parsing resol...Andrew Gerrand
2014-08-12[release-branch.go1.3] runtime: fix nacl amd64p32 flakinessAndrew Gerrand
2014-08-01compress/{gzip,zlib}: mention that Close flushesAndrew Gerrand
2014-07-25[release-branch.go1.3] doc: drop scheme from links that are known to support ...Andrew Gerrand
2014-06-19go1.3go1.3Andrew Gerrand
2014-06-19doc: document Go 1.3Andrew Gerrand
2014-06-19[release-branch.go1.3] fmt: fix signs when zero padding.Andrew Gerrand
2014-06-18[release-branch.go1.3] go/build: update doc.go for go1.3 build tag.Russ Cox
2014-06-18[release-branch.go1.3] doc: link to new downloads pageAndrew Gerrand
2014-06-18[release-branch.go1.3] doc: add release note for 'godoc -analysis'Andrew Gerrand
2014-06-13go1.3rc2go1.3rc2Andrew Gerrand
2014-06-12[release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...Russ Cox
2014-06-13revert go1.3rc2Andrew Gerrand
2014-06-13go1.3rc2Andrew Gerrand
2014-06-12[release-branch.go1.3] runtime: do not trace past jmpdefer during pprof trace...Russ Cox
2014-06-12[release-branch.go1.3] runtime: fix defer of nil funcRuss Cox
2014-06-12[release-branch.go1.3] doc: link to release history from /doc/Russ Cox
2014-06-11[release-branch.go1.3] runtime: add test for issue 8047.Russ Cox
2014-06-11[release-branch.go1.3] net/http: fix double Content-Length in responseRuss Cox
2014-06-11[release-branch.go1.3] doc/install.html: fix erroneous HTML annotationRuss Cox
2014-06-11[release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox