aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-04-21strings: fix off-by-one error in testgo1.3beta1Rui Ueyama
2014-04-21math/big: fix Int.ExpRobert Griesemer
2014-04-21net: extend TestVariousDeadlines1Proc timeoutJosh Bleecher Snyder
2014-04-21runtime: fix typo in error messageMark Zavislak
2014-04-21runtime/race: add test for issue 7561.Rémy Oudompheng
2014-04-21runtime, go/build: re-enable cgo on FreeBSD.Shenghou Ma
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-04-19cmd/nm: print symbol sizes for windows pe executablesAlex Brainman
2014-04-18pkg/reflect/value.go: Correction in comment, the argument is "typ", not "t".Lucio De Re
2014-04-17os: change return variable name for Getwd to avoid confusionShenghou Ma
2014-04-17net/http/httputil: include Content-Length in DumpResponse outputBrad Fitzpatrick
2014-04-17net: fix probabilities in DNS SRV shuffleByWeightBrad Fitzpatrick
2014-04-16net/http: allow commas and spaces in cookie valuesVolker Dobler
2014-04-16compress/gzip: add Reset method to ReaderRobert Daniel Kortschak
2014-04-16encoding/json: document Encoder will terminate each JSON value with '\n'Shenghou Ma
2014-04-16debug/pe: add optional header to FileAlex Brainman
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16encoding/xml: document NewDecoder bufferingBrad Fitzpatrick
2014-04-16flag: document that Bool also accepts "T" and "F"Rob Pike
2014-04-16all: fix typosRui Ueyama
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-16go/scanner: interpret //line directives sans filename sensibly, second try.Alan Donovan
2014-04-16go/scanner: interpret //line directives sans filename sensiblyAlan Donovan
2014-04-16encoding/base64: don't lose a byte of output when encountering trailing garbageBrad Fitzpatrick
2014-04-16net/http: fix data race in TestTransportResponseHeaderTimeoutBrad Fitzpatrick
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss 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-16doc: edit documentation that uses "satisfies reads" and "satisfies writes"Billie Harold Cleek
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-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-16net/http: skip TestTransportClosesBodyOnError on Plan 9David du Colombier
2014-04-15math/big: fix doc typos.Shenghou Ma
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-14os/exec: quiet distracting log output during testBrad Fitzpatrick
2014-04-14net/http: clarify Response.Body Close responsibilityBrad Fitzpatrick
2014-04-14crypto/x509: fix Windows build.Adam Langley
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-14liblink, cmd/link: add version number to object fileRuss Cox
2014-04-14sync: less agressive local caching in PoolDmitriy Vyukov
2014-04-14net/http: close Body in client code always, even on errors, and documentBrad Fitzpatrick
2014-04-13runtime: increase timeout in TestStackGrowthRuss Cox
2014-04-11net/http: quiet useless warning during shutdownBrad Fitzpatrick
2014-04-11net/http/httptest: add test for issue 7264Dmitriy Vyukov
2014-04-11os/signal: use unique program name during TestCtrlBreakAlex Brainman