summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* go1.1rc3go1.1rc3Andrew Gerrand2013-05-081-1/+1
* [release-branch.go1.1] runtime: fix crash in selectAndrew Gerrand2013-05-081-9/+20
* [release-branch.go1.1] spec: fix incorrect exampleAndrew Gerrand2013-05-081-2/+2
* [release-branch.go1.1] doc: pull front page featured articles using new blog ...Andrew Gerrand2013-05-081-20/+21
* [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
* [release-branch.go1.1] effective_go.html: be more accepting in the guidelines...Andrew Gerrand2013-05-081-2/+4
* go1.1rc2go1.1rc2Andrew Gerrand2013-05-069-1781/+1
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-065-1773/+1780
* 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
* doc: add FAQ entry about language changesAndrew Gerrand2013-05-061-0/+28
* syscall: fix prototype of Fchflags (API change)Shenghou Ma2013-05-0714-61/+35
* go/doc/example: Fix bug causing false negatives for Example playability.Jeremiah Harmsen2013-05-062-0/+87
* C: add Jeremiah Harmsen (Google CLA)Andrew Gerrand2013-05-061-0/+1
* 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