2013-05-08 |
Andrew Gerrand | [release-branch.go1.1] net: fix dial race on plan9... |
commit | commitdiff | tree |
2013-05-08 |
Andrew Gerrand | [release-branch.go1.1] effective_go.html: be more accep... |
commit | commitdiff | tree |
2013-05-07 |
Andrew Gerrand | go1.1rc2 go1.1rc2 |
commit | commitdiff | tree |
2013-05-07 |
Brad Fitzpatrick | api: add go1.1.txt; update cmd/api to use it |
commit | commitdiff | tree |
2013-05-06 |
Dmitriy Vyukov | runtime: fix crash in badsignal() |
commit | commitdiff | tree |
2013-05-06 |
Shenghou Ma | runtime: reduce max arena size on windows/amd64 to... |
commit | commitdiff | tree |
2013-05-06 |
Brad Fitzpatrick | database/sql: remove an unused field from Rows |
commit | commitdiff | tree |
2013-05-06 |
Andrew Gerrand | doc: add FAQ entry about language changes |
commit | commitdiff | tree |
2013-05-06 |
Shenghou Ma | syscall: fix prototype of Fchflags (API change) |
commit | commitdiff | tree |
2013-05-06 |
Jeremiah Harmsen | go/doc/example: Fix bug causing false negatives for... |
commit | commitdiff | tree |
2013-05-06 |
Andrew Gerrand | C: add Jeremiah Harmsen (Google CLA) |
commit | commitdiff | tree |
2013-05-06 |
Brad Fitzpatrick | image/png: fix error message to not return width twice |
commit | commitdiff | tree |
2013-05-04 |
Shenghou Ma | go/build: document GOOS.go also has implicit GOOS build... |
commit | commitdiff | tree |
2013-05-03 |
Keith Randall | text/template: comment fix |
commit | commitdiff | tree |
2013-05-03 |
Andrew Gerrand | doc: fix formatting in effective go code snippet |
commit | commitdiff | tree |
2013-05-03 |
Shenghou Ma | runtime/cgo: fix build for ARM |
commit | commitdiff | tree |
2013-05-03 |
Shenghou Ma | cmd/ld: add .note.GNU-stack section for external linking |
commit | commitdiff | tree |
2013-05-03 |
Brad Fitzpatrick | regexp: doc fix |
commit | commitdiff | tree |
2013-05-02 |
Russ Cox | doc: only U+FEFF is a byte-order mark; U+FFFE is not |
commit | commitdiff | tree |
2013-05-02 |
Alex Brainman | cmd/ld: fix SDYNIMPORT symbol test |
commit | commitdiff | tree |
2013-05-02 |
Rob Pike | cmd/ld: fix another unsigned value causing bugs on... |
commit | commitdiff | tree |
2013-05-01 |
David du Colombier | libmach: fix build on Plan 9 |
commit | commitdiff | tree |
2013-05-01 |
Ian Lance Taylor | cmd/cgo: correct pragma name in comment |
commit | commitdiff | tree |
2013-05-01 |
Ian Lance Taylor | runtime/cgo: export symbols in both internal and extern... |
commit | commitdiff | tree |
2013-05-01 |
Ian Lance Taylor | cmd/ld: fix syms that are both cgo_import_static &... |
commit | commitdiff | tree |
2013-05-01 |
Andrew Gerrand | doc: link to Go 1.1 release notes |
commit | commitdiff | tree |
2013-05-01 |
Alex Brainman | net: do not call syscall.Bind twice on windows |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | cmd/ld: when linking externally, only generate dwarf... |
commit | commitdiff | tree |
2013-04-30 |
Russ Cox | cmd/go: undo CL 8119049 |
commit | commitdiff | tree |
2013-04-30 |
Ian Lance Taylor | cmd/ld: emit relocs for DWARF info when doing an extern... |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | os/exec: disable TestExtraFilesFDShuffle |
commit | commitdiff | tree |
2013-04-30 |
Cosmos Nicolaou | syscall: fix a bug in the shuffling of file descriptors... |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | syscall: fix exec_bsd.go to accompany exec_linux.go... |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | cmd/ld: another attempt at the relocation overflow fix |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | cmd/ld: fix check for address wrap in relocation |
commit | commitdiff | tree |
2013-04-30 |
Andrew Gerrand | doc/go1.1: remove discussion of "go run" change |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | cmd/ld: disable relocation range check so build can... |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | cmd/gc: fix some overflows in the compiler |
commit | commitdiff | tree |
2013-04-30 |
Rob Pike | cmd/ld: fix some 64-bit issues |
commit | commitdiff | tree |
2013-04-30 |
Shenghou Ma | encoding/json: document that marshaling invalid utf... |
commit | commitdiff | tree |
2013-04-29 |
Rob Pike | fmt: fix crash for Printf("%.", 3) |
commit | commitdiff | tree |
2013-04-29 |
Shenghou Ma | runtime: fix stack pointer corruption in runtime.cgocal... |
commit | commitdiff | tree |
2013-04-29 |
Ian Lance Taylor | fmt: document that if String or Error panics, that... |
commit | commitdiff | tree |
2013-04-29 |
Andrew Gerrand | net/http/httptest: fix incorrectly-named ResponseRecord... |
commit | commitdiff | tree |
2013-04-28 |
Brad Fitzpatrick | math/rand: fix typo and add better crash message |
commit | commitdiff | tree |
2013-04-27 |
Dave Cheney | runtime: tune appendCrossover for arm |
commit | commitdiff | tree |
2013-04-26 |
Brad Fitzpatrick | database/sql/driver: try to unstutter Value docs |
commit | commitdiff | tree |
2013-04-26 |
Dmitriy Vyukov | time: stop 1ns timer in test |
commit | commitdiff | tree |
2013-04-25 |
Brad Fitzpatrick | database/sql: fix driver Conn refcounting with prepared... |
commit | commitdiff | tree |
2013-04-25 |
Jan Ziak | cmd/gc: initialize t->width in dgcsym() if required |
commit | commitdiff | tree |
2013-04-25 |
Jan Ziak | undo CL 8954044 / ad3c2ffb16d7 |
commit | commitdiff | tree |
2013-04-25 |
Jan Ziak | runtime: prevent the GC from seeing the content of... |
commit | commitdiff | tree |
2013-04-25 |
Mikio Hara | net: deflake raw IP protocol entry test on Windows |
commit | commitdiff | tree |
2013-04-24 |
Rob Pike | cmd/vet: clean up the test |
commit | commitdiff | tree |
2013-04-24 |
Ian Lance Taylor | cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct... |
commit | commitdiff | tree |
2013-04-23 |
Mikio Hara | net: add missing File method document |
commit | commitdiff | tree |
2013-04-23 |
Anthony Martin | cmd/dist: fix line numbers in goc2c generated files |
commit | commitdiff | tree |
2013-04-23 |
Shenghou Ma | all: fix typos |
commit | commitdiff | tree |
2013-04-23 |
Oling Cat | doc/code.html: remove doubled word; modify the tab... |
commit | commitdiff | tree |
2013-04-23 |
Jeremy Jackins | doc: fix typo in race_detector.html |
commit | commitdiff | tree |
2013-04-23 |
Shenghou Ma | doc/effective_go.html: fix syntax error in code example |
commit | commitdiff | tree |
2013-04-23 |
Mikio Hara | net: fix protocol number for IPv6 test |
commit | commitdiff | tree |
2013-04-23 |
Christian Himpel | time: fix typo in comment |
commit | commitdiff | tree |
2013-04-22 |
Rob Pike | lib/time: update to IANA 2013c |
commit | commitdiff | tree |
2013-04-22 |
Rob Pike | time: fix typo in comment |
commit | commitdiff | tree |
2013-04-22 |
Shenghou Ma | misc/cgo/testso: enable test on windows |
commit | commitdiff | tree |
2013-04-22 |
Rob Pike | time: improve the explanation of the working of Format... |
commit | commitdiff | tree |
2013-04-22 |
Brad Fitzpatrick | net/http: make CloseNotifier channel buffered to not... |
commit | commitdiff | tree |
2013-04-22 |
Andrew Gerrand | doc: fix typo in Effective Go |
commit | commitdiff | tree |
2013-04-21 |
Jonathan Rudenberg | doc: add missing <code> to go1.1.html |
commit | commitdiff | tree |
2013-04-21 |
Brad Fitzpatrick | api: update next.txt; add io.ErrNoProgress |
commit | commitdiff | tree |
2013-04-21 |
Brad Fitzpatrick | sort: don't depend on math |
commit | commitdiff | tree |
2013-04-21 |
Brad Fitzpatrick | net/http: fix a panic in Redirect |
commit | commitdiff | tree |
2013-04-20 |
Alex Brainman | cmd/ld: do not relocate ignored PE sections |
commit | commitdiff | tree |
2013-04-20 |
Mikio Hara | net: enable test for runtime.PollDesc leak |
commit | commitdiff | tree |
2013-04-19 |
Brad Fitzpatrick | doc: fix another broken link |
commit | commitdiff | tree |
2013-04-19 |
Shenghou Ma | cmd/ld: don't show cursym in gcc invocation failure... |
commit | commitdiff | tree |
2013-04-19 |
Rob Pike | bufio.Scan: don't stop after Read returns 0, nil |
commit | commitdiff | tree |
2013-04-19 |
Rob Pike | doc/go1.1.html: document io.ErrNoProgress |
commit | commitdiff | tree |
2013-04-19 |
Rob Pike | io: explain what (0,nil) means from Read |
commit | commitdiff | tree |
2013-04-18 |
Brad Fitzpatrick | doc: fix another broken link |
commit | commitdiff | tree |
2013-04-18 |
Robert Griesemer | builtin: document true and false. |
commit | commitdiff | tree |
2013-04-18 |
Brad Fitzpatrick | doc: misc tweaks, new links, fix broken links |
commit | commitdiff | tree |
2013-04-18 |
Dave Cheney | misc/dashboard/builder: always do a native build |
commit | commitdiff | tree |
2013-04-18 |
Rémy Oudompheng | crypto/rand: better panic message for invalid Int argument. |
commit | commitdiff | tree |
2013-04-18 |
Brad Fitzpatrick | mime/multipart: don't strip leading space/tab in quoted... |
commit | commitdiff | tree |
2013-04-18 |
David Symonds | misc/dashboard/builder: include $USER in build environment. |
commit | commitdiff | tree |
2013-04-17 |
Brad Fitzpatrick | doc/go1.1.html, mime/multipart: document quoted-printab... |
commit | commitdiff | tree |
2013-04-17 |
Brad Fitzpatrick | archive/zip: add docs on type of slashes in paths |
commit | commitdiff | tree |
2013-04-17 |
Alexei Sholik | go/token: fix grammar for precedence consts |
commit | commitdiff | tree |
2013-04-17 |
Shenghou Ma | misc/cgo/test: fix a gcc warning |
commit | commitdiff | tree |
2013-04-16 |
Rob Pike | doc: more doubled words |
commit | commitdiff | tree |
2013-04-16 |
Rob Pike | doc/effective_go: another doubled word |
commit | commitdiff | tree |
2013-04-16 |
Shenghou Ma | doc/effective_go.html: fix typo |
commit | commitdiff | tree |
2013-04-16 |
Shenghou Ma | cmd/dist, make.bash: pass -mmacosx-version-min=10.6... |
commit | commitdiff | tree |
2013-04-16 |
Ian Lance Taylor | runtime: if span was scavenged, mark it as needing... |
commit | commitdiff | tree |
2013-04-15 |
Brad Fitzpatrick | database/sql: close driver Stmt before releasing Conn |
commit | commitdiff | tree |
2013-04-15 |
Shenghou Ma | doc/reference.html: update list of sub-repositories. |
commit | commitdiff | tree |
2013-04-15 |
Shenghou Ma | net/http/cookiejar: mention go.net/publicsuffix. |
commit | commitdiff | tree |
2013-04-15 |
Brad Fitzpatrick | test/stress: start of a runtime stress program |
commit | commitdiff | tree |
next |