aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30net: do not call syscall.Bind twice on windowsAlex Brainman
2013-04-30cmd/ld: when linking externally, only generate dwarf info for ELFRob Pike
2013-04-30cmd/go: undo CL 8119049Russ Cox
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-04-30os/exec: disable TestExtraFilesFDShuffleRob Pike
2013-04-30syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...Cosmos Nicolaou
2013-04-30syscall: fix exec_bsd.go to accompany exec_linux.go changesRob Pike
2013-04-30cmd/ld: another attempt at the relocation overflow fixRob Pike
2013-04-30cmd/ld: fix check for address wrap in relocationRob Pike
2013-04-30doc/go1.1: remove discussion of "go run" changeAndrew Gerrand
2013-04-30cmd/ld: disable relocation range check so build can go green while we debug t...Rob Pike
2013-04-29cmd/gc: fix some overflows in the compilerRob Pike
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-04-30encoding/json: document that marshaling invalid utf-8 sequence will return errorShenghou Ma
2013-04-29fmt: fix crash for Printf("%.", 3)Rob Pike
2013-04-30runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma
2013-04-29fmt: document that if String or Error panics, that value is printedIan Lance Taylor
2013-04-29net/http/httptest: fix incorrectly-named ResponseRecorder exampleAndrew Gerrand
2013-04-27math/rand: fix typo and add better crash messageBrad Fitzpatrick
2013-04-28runtime: tune appendCrossover for armDave Cheney
2013-04-26database/sql/driver: try to unstutter Value docsBrad Fitzpatrick
2013-04-26time: stop 1ns timer in testDmitriy Vyukov
2013-04-25database/sql: fix driver Conn refcounting with prepared statementsBrad Fitzpatrick
2013-04-25cmd/gc: initialize t->width in dgcsym() if requiredJan Ziak
2013-04-25undo CL 8954044 / ad3c2ffb16d7Jan Ziak
2013-04-25runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak
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