summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* doc: fix formatting in effective go code snippetAndrew Gerrand2013-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
* doc: only U+FEFF is a byte-order mark; U+FFFE is notRuss Cox2013-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
* doc: link to Go 1.1 release notesAndrew Gerrand2013-05-011-0/+6
* 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
* doc/go1.1: remove discussion of "go run" changeAndrew Gerrand2013-04-301-10/+0
* 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-302-6/+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-254-0/+68
* undo CL 8954044 / ad3c2ffb16d7Jan Ziak2013-04-252-38/+1
* runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak2013-04-252-1/+38
* 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-244-69/+120
* net: add missing File method documentMikio Hara2013-04-244-0/+16
* cmd/dist: fix line numbers in goc2c generated filesAnthony Martin2013-04-231-1/+2
* all: fix typosShenghou Ma2013-04-247-9/+9
* doc/code.html: remove doubled word; modify the tab to space.Oling Cat2013-04-231-4/+4
* doc: fix typo in race_detector.htmlJeremy Jackins2013-04-231-1/+1
* doc/effective_go.html: fix syntax error in code exampleShenghou Ma2013-04-241-1/+1