summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number tableRuss Cox2014-06-111-2/+2
* [release-branch.go1.3] nacltest.bash, misc/nacl/README: update NaCl docs.Russ Cox2014-06-112-7/+11
* [release-branch.go1.3] docs: link to the assembler document from the Document...Russ Cox2014-06-111-0/+1
* [release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox2014-06-062-0/+47
* [release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox2014-06-062-1/+49
* [release-branch.go1.3] doc: fix happens-before rules for buffered channelsRuss Cox2014-06-061-5/+5
* [release-branch.go1.3] cmd/cgo: for typedef of untagged struct, use typedef n...Russ Cox2014-06-062-0/+36
* [release-branch.go1.3] doc/install-source.html: document that GO386 will be a...Shenghou Ma2014-06-041-1/+1
* [release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386David Symonds2014-06-043-2/+62
* [release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReaderDavid Symonds2014-06-042-1/+19
* [release-branch.go1.3] crypto/tls: fix typo referencing the required Config f...Russ Cox2014-06-031-1/+1
* [release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...Russ Cox2014-06-033-11/+67
* [release-branch.go1.3] time: support version 3 zone recordsDavid Symonds2014-06-032-2/+11
* [release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds2014-06-033-0/+72
* [release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds2014-06-032-4/+69
* [release-branch.go1.3] cmd/gc: don't generate zillions of linehists for wrapp...David Symonds2014-06-031-1/+6
* [release-branch.go1.3] cmd/cgo: use same Go type for typedef to anonymous structDavid Symonds2014-06-034-1/+46