aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-08go1.1rc3go1.1rc3Andrew Gerrand
2013-05-08[release-branch.go1.1] runtime: fix crash in selectAndrew Gerrand
2013-05-08[release-branch.go1.1] spec: fix incorrect exampleAndrew Gerrand
2013-05-08[release-branch.go1.1] doc: pull front page featured articles using new blog ...Andrew Gerrand
2013-05-08[release-branch.go1.1] cmd/cgo: pass -Wsystem-headers when looking for errorsAndrew Gerrand
2013-05-08[release-branch.go1.1] net: fix dial race on plan9 and windowsAndrew Gerrand
2013-05-08[release-branch.go1.1] effective_go.html: be more accepting in the guidelines...Andrew Gerrand
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2013-05-06api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick
2013-05-06runtime: fix crash in badsignal()Dmitriy Vyukov
2013-05-07runtime: reduce max arena size on windows/amd64 to 32 GiBShenghou Ma
2013-05-06database/sql: remove an unused field from RowsBrad Fitzpatrick
2013-05-06doc: add FAQ entry about language changesAndrew Gerrand
2013-05-07syscall: fix prototype of Fchflags (API change)Shenghou Ma
2013-05-06go/doc/example: Fix bug causing false negatives for Example playability.Jeremiah Harmsen
2013-05-06C: add Jeremiah Harmsen (Google CLA)Andrew Gerrand
2013-05-06image/png: fix error message to not return width twiceBrad Fitzpatrick
2013-05-05go/build: document GOOS.go also has implicit GOOS build constraintShenghou Ma
2013-05-03text/template: comment fixKeith Randall
2013-05-03doc: fix formatting in effective go code snippetAndrew Gerrand
2013-05-03runtime/cgo: fix build for ARMShenghou Ma
2013-05-03cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma
2013-05-02regexp: doc fixBrad Fitzpatrick
2013-05-02doc: only U+FEFF is a byte-order mark; U+FFFE is notRuss Cox
2013-05-02cmd/ld: fix SDYNIMPORT symbol testAlex Brainman
2013-05-01cmd/ld: fix another unsigned value causing bugs on Plan 9Rob Pike
2013-05-01libmach: fix build on Plan 9David du Colombier
2013-05-01cmd/cgo: correct pragma name in commentIan Lance Taylor
2013-05-01runtime/cgo: export symbols in both internal and external link modeIan Lance Taylor
2013-05-01cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor
2013-05-01doc: link to Go 1.1 release notesAndrew Gerrand
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