2014-04-17 |
Brad Fitzpatrick | encoding/xml: document NewDecoder buffering |
commit | commitdiff | tree |
2014-04-17 |
Rob Pike | flag: document that Bool also accepts "T" and "F" |
commit | commitdiff | tree |
2014-04-16 |
Rui Ueyama | all: fix typos |
commit | commitdiff | tree |
2014-04-16 |
Ian Lance Taylor | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj... |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | liblink: add leaf bit to object file format |
commit | commitdiff | tree |
2014-04-16 |
Alan Donovan | go/scanner: interpret //line directives sans filename... |
commit | commitdiff | tree |
2014-04-16 |
Emil Hessman | doc/go1.3.html: fix id anchor for FreeBSD |
commit | commitdiff | tree |
2014-04-16 |
Alan Donovan | go/scanner: interpret //line directives sans filename... |
commit | commitdiff | tree |
2014-04-16 |
Brad Fitzpatrick | encoding/base64: don't lose a byte of output when encou... |
commit | commitdiff | tree |
2014-04-16 |
Brad Fitzpatrick | net/http: fix data race in TestTransportResponseHeaderT... |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | cmd/5g, cmd/6g, cmd/8g: preserve wide values in large... |
commit | commitdiff | tree |
2014-04-16 |
Rob Pike | doc/go1.3.html: document the state of FreeBSD |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | runtime: crash when func main calls Goexit and all... |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | liblink: fix incorrect hash collision in lookup |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | reflect: correct type descriptor for call of interface... |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | runtime: adjust GC debug print to include source pointers |
commit | commitdiff | tree |
2014-04-16 |
Shenghou Ma | cmd/ld: cast PE32 absolute addend to int32. |
commit | commitdiff | tree |
2014-04-16 |
Shenghou Ma | cmd/ld: correct comment. |
commit | commitdiff | tree |
2014-04-16 |
Shenghou Ma | doc/debugging_with_gdb: use -w to strip debug info. |
commit | commitdiff | tree |
2014-04-16 |
Shenghou Ma | doc: remove outdated Makefile |
commit | commitdiff | tree |
2014-04-16 |
Shenghou Ma | run.bash: fix build on netbsd builders. |
commit | commitdiff | tree |
2014-04-16 |
Billie Harold... | doc: edit documentation that uses "satisfies reads... |
commit | commitdiff | tree |
2014-04-16 |
Andrew Gerrand | A+C: Billie Harold Cleek (individual CLA) |
commit | commitdiff | tree |
2014-04-16 |
Brad Fitzpatrick | crypto/tls: don't block on Read of zero bytes |
commit | commitdiff | tree |
2014-04-16 |
Nigel Tao | image/png: fix crash when an alleged PNG has too much... |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | cmd/ld: record complete runtime-gdb.py path again |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | build: remove tmp dir names from objects, support GOROO... |
commit | commitdiff | tree |
2014-04-16 |
Brad Fitzpatrick | os/exec: make TestPipeLookPathLeak more verbose when... |
commit | commitdiff | tree |
2014-04-16 |
Brad Fitzpatrick | io: document that a Writer must not write to p |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | addr2line, objdump: write doc comments |
commit | commitdiff | tree |
2014-04-16 |
Russ Cox | cmd/pack: print error along with usage |
commit | commitdiff | tree |
2014-04-15 |
Rob Pike | doc/install.html: FreeBSD 8 and higher only are supported |
commit | commitdiff | tree |
2014-04-15 |
Rob Pike | doc/asm.html: remove mention of 6l -a |
commit | commitdiff | tree |
2014-04-15 |
David du Colombier | net/http: skip TestTransportClosesBodyOnError on Plan 9 |
commit | commitdiff | tree |
2014-04-15 |
Shenghou Ma | math/big: fix doc typos. |
commit | commitdiff | tree |
2014-04-15 |
Russ Cox | cmd/ld: attempt at fixing openbsd build |
commit | commitdiff | tree |
2014-04-15 |
Russ Cox | build: disable static cgo linking test on netbsd |
commit | commitdiff | tree |
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 |
next |