2014-04-15 |
Russ Cox | cmd/ld: use TLS relocations on ELF systems in external... |
commit | commitdiff | tree |
2014-04-15 |
Russ Cox | liblink: introduce TLS register on 386 and amd64 |
commit | commitdiff | tree |
2014-04-15 |
Rob Pike | text/template: say more often that templates are safe... |
commit | commitdiff | tree |
2014-04-15 |
Dmitriy Vyukov | runtime: fix program termination when main goroutine... |
commit | commitdiff | tree |
2014-04-15 |
Jan Ziak | cmd/dist: use GOHOSTARCH/GOHOSTOS instead of GOOS/GOARC... |
commit | commitdiff | tree |
2014-04-15 |
Brad Fitzpatrick | os/exec: quiet distracting log output during test |
commit | commitdiff | tree |
2014-04-15 |
Andrew Gerrand | undo CL 87300043 / 1dc800571456 |
commit | commitdiff | tree |
2014-04-14 |
Brad Fitzpatrick | net/http: clarify Response.Body Close responsibility |
commit | commitdiff | tree |
2014-04-14 |
Brad Fitzpatrick | doc: simplify a go1.3 change description |
commit | commitdiff | tree |
2014-04-14 |
Adam Langley | crypto/x509: fix Windows build. |
commit | commitdiff | tree |
2014-04-14 |
Andrew Szeto | doc/help.html: fix typo in word order |
commit | commitdiff | tree |
2014-04-14 |
Jan Ziak | cmd/go: do not miss an error if import path contains... |
commit | commitdiff | tree |
2014-04-14 |
Brad Fitzpatrick | A+C: Andrew Szeto (individual CLA) |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | liblink: remove arch-specific constants from file format |
commit | commitdiff | tree |
2014-04-14 |
Adam Langley | crypto/x509: support SHA-512 by default. |
commit | commitdiff | tree |
2014-04-14 |
Brad Fitzpatrick | net/http: make race detector happy for recently-added... |
commit | commitdiff | tree |
2014-04-14 |
Ian Lance Taylor | A+C: Guillaume J. Charmes (individual CLA) |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | liblink, cmd/link: add version number to object file |
commit | commitdiff | tree |
2014-04-14 |
Brad Fitzpatrick | doc: add go1.3 note about the http Transport closing... |
commit | commitdiff | tree |
2014-04-14 |
Dmitriy Vyukov | sync: less agressive local caching in Pool |
commit | commitdiff | tree |
2014-04-14 |
Ian Lance Taylor | libbio: add casts to eliminate -Wconversion warning |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | cmd/dist: mark cmd/link and debug/goobj as unreleased |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | cmd/prof, libmach: delete |
commit | commitdiff | tree |
2014-04-14 |
Brad Fitzpatrick | net/http: close Body in client code always, even on... |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | cmd/objdump: rewrite in Go |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | undo CL 66510044 / 6c0339d94123 |
commit | commitdiff | tree |
2014-04-14 |
Russ Cox | runtime: increase timeout in TestStackGrowth |
commit | commitdiff | tree |
2014-04-12 |
Rob Pike | doc/go1.3.html: windows NewCallbackCDecl |
commit | commitdiff | tree |
2014-04-11 |
Adam Langley | C: add Yan Zou (Google CLA). |
commit | commitdiff | tree |
2014-04-11 |
Brad Fitzpatrick | net/http: quiet useless warning during shutdown |
commit | commitdiff | tree |
2014-04-11 |
Jan Ziak | cmd/gc: increase specificity of errors in function... |
commit | commitdiff | tree |
2014-04-11 |
Jan Ziak | cmd/gc: fix typo in ordermapassign |
commit | commitdiff | tree |
2014-04-11 |
Dmitriy Vyukov | net/http/httptest: add test for issue 7264 |
commit | commitdiff | tree |
2014-04-11 |
Alex Brainman | os/signal: use unique program name during TestCtrlBreak |
commit | commitdiff | tree |
2014-04-11 |
Matthew Cottingham | net/http: Return ErrNotMultipart from ParseMultipartFor... |
commit | commitdiff | tree |
2014-04-11 |
Brad Fitzpatrick | net/http: don't reject 0-lengthed bodies with Expect... |
commit | commitdiff | tree |
2014-04-11 |
Rui Ueyama | flag: remove extra space in error message |
commit | commitdiff | tree |
2014-04-11 |
Robert Griesemer | bufio: fix potential endless loop in ReadByte |
commit | commitdiff | tree |
2014-04-11 |
Robert Griesemer | bytes, strings: more consistent error messages |
commit | commitdiff | tree |
2014-04-11 |
Rui Ueyama | fmt: fix typo in help doc |
commit | commitdiff | tree |
2014-04-11 |
Rui Ueyama | expvar: fix map key output |
commit | commitdiff | tree |
2014-04-11 |
Russ Cox | runtime: make stack growth test shorter |
commit | commitdiff | tree |
2014-04-11 |
Brad Fitzpatrick | net/http: fix up Response.Write edge cases |
commit | commitdiff | tree |
2014-04-11 |
Brad Fitzpatrick | net/http: document, test, define, clean up Request... |
commit | commitdiff | tree |
2014-04-10 |
Rob Pike | doc/go1.3.html: fix spelling mistakes |
commit | commitdiff | tree |
2014-04-10 |
Brad Fitzpatrick | bytes, strings: add Reader.ReadAt race tests |
commit | commitdiff | tree |
2014-04-10 |
Brad Fitzpatrick | doc: finish net/http notes in go1.3.html |
commit | commitdiff | tree |
2014-04-10 |
Alexey Borzenkov | net/http: fix requests failing on short gzip body |
commit | commitdiff | tree |
2014-04-10 |
Russ Cox | runtime: make times in GODEBUG=gctrace=1 output clearer |
commit | commitdiff | tree |
2014-04-10 |
Keith Randall | cmd/6g: nacl: zero odd multiple of widthptr correctly |
commit | commitdiff | tree |
2014-04-10 |
Rui Ueyama | sync: fix spurious wakeup from WaitGroup.Wait |
commit | commitdiff | tree |
2014-04-10 |
Brad Fitzpatrick | net/http: don't reuse Transport connection unless Reque... |
commit | commitdiff | tree |
2014-04-10 |
David du Colombier | runtime: no longer skip stack growth test in short... |
commit | commitdiff | tree |
2014-04-10 |
David du Colombier | runtime: fix semasleep on Plan 9 |
commit | commitdiff | tree |
2014-04-10 |
Rob Pike | doc/go1.3.html: minor changes: crypto, net |
commit | commitdiff | tree |
2014-04-10 |
Alex Brainman | cmd/go: always build package during "go test" command |
commit | commitdiff | tree |
2014-04-10 |
Preetam Jinka | syscall: fix Getfsstat() for BSD |
commit | commitdiff | tree |
2014-04-10 |
Andrew Gerrand | A+C: Preetam Jinka (individual CLA) |
commit | commitdiff | tree |
2014-04-10 |
Robert Griesemer | undo CL 86220044 / 41388e58be65 |
commit | commitdiff | tree |
2014-04-10 |
Robert Griesemer | bufio: fix potential endless loop in ReadByte |
commit | commitdiff | tree |
2014-04-09 |
Robert Griesemer | bufio: fix UnreadByte |
commit | commitdiff | tree |
2014-04-09 |
Rob Pike | sync.Pool: better documentation |
commit | commitdiff | tree |
2014-04-09 |
Rémy Oudompheng | cmd/6g: relax constraint on variables that need zeroing. |
commit | commitdiff | tree |
2014-04-09 |
Rui Ueyama | misc/emacs: ignore backquote in comment or string |
commit | commitdiff | tree |
2014-04-09 |
Russ Cox | runtime: use 3x fewer nanotime calls in garbage collection |
commit | commitdiff | tree |
2014-04-09 |
Russ Cox | doc: tweak Solaris wording |
commit | commitdiff | tree |
2014-04-09 |
Russ Cox | runtime: fix flaky linux/386 build |
commit | commitdiff | tree |
2014-04-09 |
Jan Ziak | cmd/gc: drop { } around single-line if-statement body |
commit | commitdiff | tree |
2014-04-09 |
Jan Ziak | cmd/gc: avoid confusing error message "ovf in mpaddxx" |
commit | commitdiff | tree |
2014-04-09 |
Jan Ziak | cmd/gc: ignore blank (_) labels in label declarations |
commit | commitdiff | tree |
2014-04-09 |
Rob Pike | html/template: fix two unrelated bugs |
commit | commitdiff | tree |
2014-04-09 |
Rob Pike | doc/go1.3.html: go command, major library changes |
commit | commitdiff | tree |
2014-04-09 |
David du Colombier | runtime: fix GOTRACEBACK on Plan 9 |
commit | commitdiff | tree |
2014-04-09 |
Rob Pike | doc/go1.3.html: gc precision, nacl, solaris |
commit | commitdiff | tree |
2014-04-09 |
Brad Fitzpatrick | doc: add a couple net/http go1.3 items |
commit | commitdiff | tree |
2014-04-09 |
Russ Cox | runtime: cache gotraceback setting |
commit | commitdiff | tree |
2014-04-09 |
Rick Arnold | cmd/go: allow use of Context in 'go list -f' |
commit | commitdiff | tree |
2014-04-09 |
Carl Chatfield | reflect: fix variadic arg for funcs created by MakeFunc. |
commit | commitdiff | tree |
2014-04-09 |
Russ Cox | A+C: Carl Chatfield (individual CLA) |
commit | commitdiff | tree |
2014-04-08 |
Rob Pike | doc/go1.3.html: gccgo status |
commit | commitdiff | tree |
2014-04-08 |
Adam Langley | crypto/(ec)dsa: use Fermat's inversion. |
commit | commitdiff | tree |
2014-04-08 |
Rob Pike | doc/go1.3.html: linker, go command, miscellany |
commit | commitdiff | tree |
2014-04-08 |
Rob Pike | doc/go1.3.html: Performance, plus some library details |
commit | commitdiff | tree |
2014-04-08 |
Robert Griesemer | go/doc: fix URL matched in ToHTML |
commit | commitdiff | tree |
2014-04-08 |
Josh Bleecher... | encoding/xml: unmarshal into interfaces |
commit | commitdiff | tree |
2014-04-08 |
Alexander Zhavnerchik | encoding/xml: Makes XML Marshaler take into account... |
commit | commitdiff | tree |
2014-04-08 |
Russ Cox | A+C: Alexander Zhavnerchik (individual CLA) |
commit | commitdiff | tree |
2014-04-08 |
Russ Cox | reflect, runtime: fix crash in GC due to reflect.call... |
commit | commitdiff | tree |
2014-04-08 |
Dmitriy Vyukov | runtime/race: more precise handling of channel synchron... |
commit | commitdiff | tree |
2014-04-08 |
Ian Lance Taylor | liblink: remove code that is never executed |
commit | commitdiff | tree |
2014-04-08 |
Rob Pike | doc/go1.3.html: drop support for windows 2000 |
commit | commitdiff | tree |
2014-04-08 |
Keith Randall | runtime: make sure associated defers are copyable befor... |
commit | commitdiff | tree |
2014-04-08 |
Keith Randall | runtime: fix heapdump bugs. |
commit | commitdiff | tree |
2014-04-07 |
Mikio Hara | net: move error messages related to OpError into net.go |
commit | commitdiff | tree |
2014-04-07 |
Mikio Hara | net: remove "net:" prefix from error messages |
commit | commitdiff | tree |
2014-04-07 |
Albert Strasheim | cmd/go: Check error from SWIG link step. |
commit | commitdiff | tree |
2014-04-07 |
Brad Fitzpatrick | net/textproto: simplify common header interning |
commit | commitdiff | tree |
2014-04-07 |
Lucio De Re | libbio, libmach: warnings from the Plan 9 tool chain |
commit | commitdiff | tree |
2014-04-07 |
Dmitriy Vyukov | net: fix data race in benchmark |
commit | commitdiff | tree |
2014-04-07 |
Brad Fitzpatrick | A+C: StalkR (individual CLA) |
commit | commitdiff | tree |
next |