summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.1] runtime: fix crash in selectAndrew Gerrand2013-05-081-9/+20
* [release-branch.go1.1] cmd/cgo: pass -Wsystem-headers when looking for errorsAndrew Gerrand2013-05-081-0/+9
* [release-branch.go1.1] net: fix dial race on plan9 and windowsAndrew Gerrand2013-05-082-3/+26
* go1.1rc2go1.1rc2Andrew Gerrand2013-05-068-1781/+0
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-063-6/+7
* runtime: fix crash in badsignal()Dmitriy Vyukov2013-05-065-15/+30
* runtime: reduce max arena size on windows/amd64 to 32 GiBShenghou Ma2013-05-071-2/+10
* database/sql: remove an unused field from RowsBrad Fitzpatrick2013-05-061-4/+0
* syscall: fix prototype of Fchflags (API change)Shenghou Ma2013-05-0712-60/+20
* go/doc/example: Fix bug causing false negatives for Example playability.Jeremiah Harmsen2013-05-062-0/+87
* image/png: fix error message to not return width twiceBrad Fitzpatrick2013-05-061-1/+1
* go/build: document GOOS.go also has implicit GOOS build constraintShenghou Ma2013-05-051-3/+10
* text/template: comment fixKeith Randall2013-05-031-1/+1
* runtime/cgo: fix build for ARMShenghou Ma2013-05-031-1/+1
* cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma2013-05-034-1/+18
* regexp: doc fixBrad Fitzpatrick2013-05-021-3/+3
* cmd/ld: fix SDYNIMPORT symbol testAlex Brainman2013-05-021-1/+1
* cmd/ld: fix another unsigned value causing bugs on Plan 9Rob Pike2013-05-011-1/+7
* libmach: fix build on Plan 9David du Colombier2013-05-011-0/+1
* cmd/cgo: correct pragma name in commentIan Lance Taylor2013-05-011-3/+3
* runtime/cgo: export symbols in both internal and external link modeIan Lance Taylor2013-05-011-2/+4
* cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor2013-05-012-4/+13
* net: do not call syscall.Bind twice on windowsAlex Brainman2013-04-304-14/+50
* cmd/ld: when linking externally, only generate dwarf info for ELFRob Pike2013-04-301-0/+3
* cmd/go: undo CL 8119049Russ Cox2013-04-302-15/+3
* cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor2013-04-305-35/+230
* os/exec: disable TestExtraFilesFDShuffleRob Pike2013-04-301-0/+2
* syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...Cosmos Nicolaou2013-04-302-2/+135
* syscall: fix exec_bsd.go to accompany exec_linux.go changesRob Pike2013-04-302-3/+16
* cmd/ld: another attempt at the relocation overflow fixRob Pike2013-04-301-3/+6
* cmd/ld: fix check for address wrap in relocationRob Pike2013-04-302-3/+2
* cmd/ld: disable relocation range check so build can go green while we debug t...Rob Pike2013-04-301-1/+2
* cmd/gc: fix some overflows in the compilerRob Pike2013-04-2919-36/+71
* cmd/ld: fix some 64-bit issuesRob Pike2013-04-294-30/+58
* encoding/json: document that marshaling invalid utf-8 sequence will return errorShenghou Ma2013-04-301-3/+5
* fmt: fix crash for Printf("%.", 3)Rob Pike2013-04-292-1/+4
* runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma2013-04-301-1/+1
* fmt: document that if String or Error panics, that value is printedIan Lance Taylor2013-04-291-0/+10
* net/http/httptest: fix incorrectly-named ResponseRecorder exampleAndrew Gerrand2013-04-291-1/+1
* math/rand: fix typo and add better crash messageBrad Fitzpatrick2013-04-271-2/+4
* runtime: tune appendCrossover for armDave Cheney2013-04-281-1/+1
* database/sql/driver: try to unstutter Value docsBrad Fitzpatrick2013-04-261-2/+2
* time: stop 1ns timer in testDmitriy Vyukov2013-04-261-2/+3
* database/sql: fix driver Conn refcounting with prepared statementsBrad Fitzpatrick2013-04-253-36/+296
* cmd/gc: initialize t->width in dgcsym() if requiredJan Ziak2013-04-251-0/+8
* undo CL 8954044 / ad3c2ffb16d7Jan Ziak2013-04-251-1/+1
* runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak2013-04-251-1/+1
* net: deflake raw IP protocol entry test on WindowsMikio Hara2013-04-251-3/+2
* cmd/vet: clean up the testRob Pike2013-04-242-3/+9
* cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor2013-04-243-69/+98