aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-16net/http: fix data race in TestTransportResponseHeaderTimeoutBrad Fitzpatrick
2014-04-16cmd/5g, cmd/6g, cmd/8g: preserve wide values in large functionsRuss Cox
2014-04-16doc/go1.3.html: document the state of FreeBSDRob Pike
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-16reflect: correct type descriptor for call of interface methodRuss Cox
2014-04-16runtime: adjust GC debug print to include source pointersRuss Cox
2014-04-16cmd/ld: cast PE32 absolute addend to int32.Shenghou Ma
2014-04-16cmd/ld: correct comment.Shenghou Ma
2014-04-16doc/debugging_with_gdb: use -w to strip debug info.Shenghou Ma
2014-04-16doc: remove outdated MakefileShenghou Ma
2014-04-15run.bash: fix build on netbsd builders.Shenghou Ma
2014-04-16doc: edit documentation that uses "satisfies reads" and "satisfies writes"Billie Harold Cleek
2014-04-16A+C: Billie Harold Cleek (individual CLA)Andrew Gerrand
2014-04-15crypto/tls: don't block on Read of zero bytesBrad Fitzpatrick
2014-04-16image/png: fix crash when an alleged PNG has too much pixel data,Nigel Tao
2014-04-15cmd/ld: record complete runtime-gdb.py path againRuss Cox
2014-04-15build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox
2014-04-15os/exec: make TestPipeLookPathLeak more verbose when it failsBrad Fitzpatrick
2014-04-15io: document that a Writer must not write to pBrad Fitzpatrick
2014-04-15addr2line, objdump: write doc commentsRuss Cox
2014-04-15cmd/pack: print error along with usageRuss Cox
2014-04-15doc/install.html: FreeBSD 8 and higher only are supportedRob Pike
2014-04-15doc/asm.html: remove mention of 6l -aRob Pike
2014-04-16net/http: skip TestTransportClosesBodyOnError on Plan 9David du Colombier
2014-04-15math/big: fix doc typos.Shenghou Ma
2014-04-15cmd/ld: attempt at fixing openbsd buildRuss Cox
2014-04-15build: disable static cgo linking test on netbsdRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-15text/template: say more often that templates are safe for parallel executionRob Pike
2014-04-15runtime: fix program termination when main goroutine calls GoexitDmitriy Vyukov
2014-04-15cmd/dist: use GOHOSTARCH/GOHOSTOS instead of GOOS/GOARCH for host libraries a...Jan Ziak
2014-04-14os/exec: quiet distracting log output during testBrad Fitzpatrick
2014-04-15undo CL 87300043 / 1dc800571456Andrew Gerrand
2014-04-14net/http: clarify Response.Body Close responsibilityBrad Fitzpatrick
2014-04-14doc: simplify a go1.3 change descriptionBrad Fitzpatrick
2014-04-14crypto/x509: fix Windows build.Adam Langley
2014-04-14doc/help.html: fix typo in word orderAndrew Szeto
2014-04-14cmd/go: do not miss an error if import path contains "cmd/something"Jan Ziak
2014-04-14A+C: Andrew Szeto (individual CLA)Brad Fitzpatrick
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-14crypto/x509: support SHA-512 by default.Adam Langley
2014-04-14net/http: make race detector happy for recently-added testBrad Fitzpatrick
2014-04-14A+C: Guillaume J. Charmes (individual CLA)Ian Lance Taylor
2014-04-14liblink, cmd/link: add version number to object fileRuss Cox
2014-04-14doc: add go1.3 note about the http Transport closing Request.BodyBrad Fitzpatrick
2014-04-14sync: less agressive local caching in PoolDmitriy Vyukov
2014-04-14libbio: add casts to eliminate -Wconversion warningIan Lance Taylor
2014-04-14cmd/dist: mark cmd/link and debug/goobj as unreleasedRuss Cox