aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-11[release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number tableRuss Cox
2014-06-11[release-branch.go1.3] nacltest.bash, misc/nacl/README: update NaCl docs.Russ Cox
2014-06-11[release-branch.go1.3] docs: link to the assembler document from the Document...Russ Cox
2014-06-06[release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox
2014-06-06[release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox
2014-06-06[release-branch.go1.3] doc: fix happens-before rules for buffered channelsRuss Cox
2014-06-06[release-branch.go1.3] cmd/cgo: for typedef of untagged struct, use typedef n...Russ Cox
2014-06-04[release-branch.go1.3] doc/install-source.html: document that GO386 will be a...Shenghou Ma
2014-06-04[release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386David Symonds
2014-06-04[release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReaderDavid Symonds
2014-06-03[release-branch.go1.3] crypto/tls: fix typo referencing the required Config f...Russ Cox
2014-06-03[release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...Russ Cox
2014-06-03[release-branch.go1.3] time: support version 3 zone recordsDavid Symonds
2014-06-03[release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds
2014-06-03[release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds
2014-06-03[release-branch.go1.3] cmd/gc: don't generate zillions of linehists for wrapp...David Symonds
2014-06-03[release-branch.go1.3] cmd/cgo: use same Go type for typedef to anonymous structDavid Symonds