aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-25net: deflake raw IP protocol entry test on WindowsMikio Hara
2013-04-24cmd/vet: clean up the testRob Pike
2013-04-24cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor
2013-04-24net: add missing File method documentMikio Hara
2013-04-23cmd/dist: fix line numbers in goc2c generated filesAnthony Martin
2013-04-24all: fix typosShenghou Ma
2013-04-23doc/code.html: remove doubled word; modify the tab to space.Oling Cat
2013-04-23doc: fix typo in race_detector.htmlJeremy Jackins
2013-04-24doc/effective_go.html: fix syntax error in code exampleShenghou Ma
2013-04-23net: fix protocol number for IPv6 testMikio Hara
2013-04-22time: fix typo in commentChristian Himpel
2013-04-22lib/time: update to IANA 2013cRob Pike
2013-04-22time: fix typo in commentRob Pike
2013-04-23misc/cgo/testso: enable test on windowsShenghou Ma
2013-04-22time: improve the explanation of the working of Format and ParseRob Pike
2013-04-22net/http: make CloseNotifier channel buffered to not leak goroutinesBrad Fitzpatrick
2013-04-22doc: fix typo in Effective GoAndrew Gerrand
2013-04-21doc: add missing <code> to go1.1.htmlJonathan Rudenberg
2013-04-20api: update next.txt; add io.ErrNoProgressBrad Fitzpatrick
2013-04-20sort: don't depend on mathBrad Fitzpatrick
2013-04-20net/http: fix a panic in RedirectBrad Fitzpatrick
2013-04-20cmd/ld: do not relocate ignored PE sectionsAlex Brainman
2013-04-20net: enable test for runtime.PollDesc leakMikio Hara
2013-04-19doc: fix another broken linkBrad Fitzpatrick
2013-04-20cmd/ld: don't show cursym in gcc invocation failure messageShenghou Ma
2013-04-18bufio.Scan: don't stop after Read returns 0, nilRob Pike
2013-04-18doc/go1.1.html: document io.ErrNoProgressRob Pike
2013-04-18io: explain what (0,nil) means from ReadRob Pike
2013-04-18doc: fix another broken linkBrad Fitzpatrick
2013-04-18builtin: document true and false.Robert Griesemer
2013-04-18doc: misc tweaks, new links, fix broken linksBrad Fitzpatrick
2013-04-18misc/dashboard/builder: always do a native buildDave Cheney
2013-04-17crypto/rand: better panic message for invalid Int argument.Rémy Oudompheng
2013-04-17mime/multipart: don't strip leading space/tab in quoted-printable decodingBrad Fitzpatrick
2013-04-18misc/dashboard/builder: include $USER in build environment.David Symonds
2013-04-17doc/go1.1.html, mime/multipart: document quoted-printable decodingBrad Fitzpatrick
2013-04-17archive/zip: add docs on type of slashes in pathsBrad Fitzpatrick
2013-04-17go/token: fix grammar for precedence constsAlexei Sholik
2013-04-18misc/cgo/test: fix a gcc warningShenghou Ma
2013-04-16doc: more doubled wordsRob Pike
2013-04-16doc/effective_go: another doubled wordRob Pike
2013-04-17doc/effective_go.html: fix typoShenghou Ma
2013-04-16cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on DarwinShenghou Ma
2013-04-16runtime: if span was scavenged, mark it as needing to be zeroedIan Lance Taylor
2013-04-15database/sql: close driver Stmt before releasing ConnBrad Fitzpatrick
2013-04-16doc/reference.html: update list of sub-repositories.Shenghou Ma
2013-04-16net/http/cookiejar: mention go.net/publicsuffix.Shenghou Ma
2013-04-15test/stress: start of a runtime stress programBrad Fitzpatrick
2013-04-15cmd/ld: ignore PE sections that are not code or dataIan Lance Taylor
2013-04-15runtime: fix build on openbsd/386Joel Sing