| 2015-05-06 | Aram Hăvărneanu | cmd/6l: use .plt instead of .got on Solaris | commit | commitdiff | tree | 
| 2015-05-06 | Mikio Hara | net: simplify error messages in tests | commit | commitdiff | tree | 
| 2015-05-06 | Mikio Hara | net: deflake listener tests | commit | commitdiff | tree | 
| 2015-05-06 | Shenghou Ma | doc/go1.5.txt: mention GOARCH reservation change | commit | commitdiff | tree | 
| 2015-05-06 | Nigel Tao | image/gif: allow encoding a single-frame image whose... | commit | commitdiff | tree | 
| 2015-05-06 | Michael Hudson... | cmd/internal/ld: recompute resoff after changing elfreserve | commit | commitdiff | tree | 
| 2015-05-06 | Mikio Hara | net: enable unixpacket tests on openbsd | commit | commitdiff | tree | 
| 2015-05-06 | Mikio Hara | syscall: fix TestSCMCredentials | commit | commitdiff | tree | 
| 2015-05-06 | Michael Hudson... | cmd/6l, cmd/internal/ld: handle R_PCREL to function... | commit | commitdiff | tree | 
| 2015-05-06 | Brad Fitzpatrick | net/http: don't send implicit Content-Length if Transfe... | commit | commitdiff | tree | 
| 2015-05-05 | Didier Spezia | text/template: check for malformed pipelines | commit | commitdiff | tree | 
| 2015-05-05 | Michael Hudson... | cmd/internal/ld: reserve space for package list note... | commit | commitdiff | tree | 
| 2015-05-05 | Michael Hudson... | cmd/go: rebuild stale shared objects before linking... | commit | commitdiff | tree | 
| 2015-05-05 | Dave Cheney | cmd/go: fix linux-amd64-clang builder | commit | commitdiff | tree | 
| 2015-05-05 | Fabrizio (Misto... | fmt: prevent panic from %.[] | commit | commitdiff | tree | 
| 2015-05-05 | Rob Pike | os: add LookupEnv, like Getenv but reports presence | commit | commitdiff | tree | 
| 2015-05-05 | Burcu Dogan | misc/ios: fix plist indentation and whitespace | commit | commitdiff | tree | 
| 2015-05-05 | Minux Ma | Revert "cmd/internal: disable OSQRT on GOARM=5" | commit | commitdiff | tree | 
| 2015-05-05 | Rob Pike | fmt: document that Scanf returns an error the same... | commit | commitdiff | tree | 
| 2015-05-05 | Russ Cox | runtime: rename ptrsize to ptrdata | commit | commitdiff | tree | 
| 2015-05-05 | Rob Pike | fmt: change the overflow test for large numbers in... | commit | commitdiff | tree | 
| 2015-05-05 | Rob Pike | text/template: shut down lexing goroutine on error | commit | commitdiff | tree | 
| 2015-05-05 | Keith Randall | runtime: let freezetheworld work even when gomaxprocs=1 | commit | commitdiff | tree | 
| 2015-05-05 | Mikio Hara | net: fix inconsistent errors | commit | commitdiff | tree | 
| 2015-05-05 | Mikio Hara | net: add missing ReadFrom, WriteTo deadline tests | commit | commitdiff | tree | 
| 2015-05-05 | Shenghou Ma | runtime: fix software FP regs corruption when emulating... | commit | commitdiff | tree | 
| 2015-05-05 | Nigel Tao | image/gif: be consistent wrt "color map" or "color... | commit | commitdiff | tree | 
| 2015-05-05 | Joel Sing | cmd/internal: disable OSQRT on GOARM=5 | commit | commitdiff | tree | 
| 2015-05-05 | Shenghou Ma | go/build: reserve GOARCH values for all common architec... | commit | commitdiff | tree | 
| 2015-05-05 | Keith Randall | cmd/internal/gc: Use shifts for powers-of-two indexing | commit | commitdiff | tree | 
| 2015-05-04 | Dave Cheney | cmd/internal/ld: delete Biobuf | commit | commitdiff | tree | 
| 2015-05-04 | Shenghou Ma | go/internal/gcimporter, go/types: also skip tests on... | commit | commitdiff | tree | 
| 2015-05-04 | David du Colombier | archive/tar: fix error message | commit | commitdiff | tree | 
| 2015-05-04 | Austin Clements | runtime: add pointer size to type structure | commit | commitdiff | tree | 
| 2015-05-04 | Austin Clements | cmd/internal/ld: put all type decoding in decodesym.go | commit | commitdiff | tree | 
| 2015-05-04 | Rob Pike | fmt: catch overflow in width and prec calculations | commit | commitdiff | tree | 
| 2015-05-04 | Rick Hudson | runtime: Reduce calls to shouldtriggergc | commit | commitdiff | tree | 
| 2015-05-04 | Aymerick | text/template: ensures code consistency in lexer | commit | commitdiff | tree | 
| 2015-05-04 | Keith Randall | time: Fix ordering of slots in AfterQueueing test | commit | commitdiff | tree | 
| 2015-05-04 | Nigel Tao | image/gif: don't encode local color tables if they... | commit | commitdiff | tree | 
| 2015-05-04 | David Symonds | cmd/go: Update alldocs.go header to point to the correc... | commit | commitdiff | tree | 
| 2015-05-04 | Shenghou Ma | hash/crc32: move reverse representation docs to an... | commit | commitdiff | tree | 
| 2015-05-03 | Keith Randall | test: fix nosplit test for noopt build | commit | commitdiff | tree | 
| 2015-05-03 | Shenghou Ma | doc/go1.5.txt: mention openbsd/arm port | commit | commitdiff | tree | 
| 2015-05-03 | Shenghou Ma | syscall: fix little-endian assumptions | commit | commitdiff | tree | 
| 2015-05-03 | Rob Pike | doc/go1.5.txt: huge integers are parse errors in text... | commit | commitdiff | tree | 
| 2015-05-03 | Rob Pike | text/template/parse: huge integers are not floats | commit | commitdiff | tree | 
| 2015-05-03 | Rob Pike | cmd/internal/gc,ld: use new flag syntax | commit | commitdiff | tree | 
| 2015-05-02 | Shenghou Ma | cmd/internal/gc: fix build on big endian systems | commit | commitdiff | tree | 
| 2015-05-02 | Didier Spezia | text/template: check for literals in chain of terms | commit | commitdiff | tree | 
| 2015-05-02 | Dmitry Vyukov | go/ast: fix formatting of error message | commit | commitdiff | tree | 
| 2015-05-02 | Shenghou Ma | nacltest.bash: remove syscall/fstest_nacl.go after... | commit | commitdiff | tree | 
| 2015-05-02 | Alex Brainman | runtime: fix stackDebug comment | commit | commitdiff | tree | 
| 2015-05-01 | Dave Cheney | cmd/internal/obj: remove Biobuf unget | commit | commitdiff | tree | 
| 2015-05-01 | Brad Fitzpatrick | net/http: fix scheduling race resulting in flaky test | commit | commitdiff | tree | 
| 2015-05-01 | Didier Spezia | text/template: detect unmatched else at parsing time | commit | commitdiff | tree | 
| 2015-05-01 | Didier Spezia | cmd/internal/gc,ld: use new flag argument syntax | commit | commitdiff | tree | 
| 2015-05-01 | Austin Clements | runtime: detailed debug output of controller state | commit | commitdiff | tree | 
| 2015-05-01 | Russ Cox | runtime: correct accounting of scan work and bytes... | commit | commitdiff | tree | 
| 2015-05-01 | Russ Cox | cmd/internal/gc, runtime: use 1-bit bitmap for stack... | commit | commitdiff | tree | 
| 2015-05-01 | Dave Cheney | cmd/internal/obj: clean up Biobuf | commit | commitdiff | tree | 
| 2015-05-01 | David Chase | cmd/internal/gc: Toughen escape analysis against some... | commit | commitdiff | tree | 
| 2015-05-01 | Josh Bleecher... | Revert "runtime/pprof: write heap statistics to heap... | commit | commitdiff | tree | 
| 2015-05-01 | Keith Randall | cmd/dist, runtime: Make stack guard larger for non... | commit | commitdiff | tree | 
| 2015-05-01 | David Chase | cmd/internal/gc: improve flow of input params to output... | commit | commitdiff | tree | 
| 2015-05-01 | David Crawshaw | runtime/cgo, cmd/dist: turn off exc_bad_access handler... | commit | commitdiff | tree | 
| 2015-05-01 | Shenghou Ma | runtime: adjust traceTickDiv for non-x86 architectures | commit | commitdiff | tree | 
| 2015-05-01 | Dave Cheney | cmd/cover: fix build | commit | commitdiff | tree | 
| 2015-05-01 | Rob Pike | cmd/cover: try once again to fix the build | commit | commitdiff | tree | 
| 2015-05-01 | Rob Pike | cmd/cover: fix build | commit | commitdiff | tree | 
| 2015-05-01 | Dave Cheney | cmd/8g: don't call gc.Fatal during initalisation | commit | commitdiff | tree | 
| 2015-05-01 | Rob Pike | text/template: allow newlines in raw quotes | commit | commitdiff | tree | 
| 2015-05-01 | Rob Pike | doc/go1.5.txt: cover has moved | commit | commitdiff | tree | 
| 2015-05-01 | Rob Pike | cmd/cover: copy to standard repository from golang... | commit | commitdiff | tree | 
| 2015-04-30 | Matthew Dempsky | doc/progs: remove flaky timing-sensitive test | commit | commitdiff | tree | 
| 2015-04-30 | Ian Lance Taylor | cmd/go: support -buildmode=c-shared for gccgo | commit | commitdiff | tree | 
| 2015-04-30 | Brad Fitzpatrick | net/http: document ServeFile and FileServer index.html... | commit | commitdiff | tree | 
| 2015-04-30 | Alex A Skinner | net: make go DNS use localhost if resolv.conf is missin... | commit | commitdiff | tree | 
| 2015-04-30 | Michael Hudson... | cmd/internal/ld: put the list of packages built into... | commit | commitdiff | tree | 
| 2015-04-30 | Dave Cheney | misc/cgo/testcshared, misc/cgo/testshared: fix clang... | commit | commitdiff | tree | 
| 2015-04-30 | Ian Lance Taylor | cmd/go, cmd/cgo: support -buildmode=c-archive for gccgo | commit | commitdiff | tree | 
| 2015-04-30 | Didier Spezia | html/template: fix quadratic performance with special... | commit | commitdiff | tree | 
| 2015-04-30 | Russ Cox | runtime: schedule GC work more aggressively | commit | commitdiff | tree | 
| 2015-04-30 | Josh Bleecher... | doc/go1.5.txt: add Jacobi and Int.ModSqrt to math/big | commit | commitdiff | tree | 
| 2015-04-30 | Austin Clements | runtime: fix gcDumpObject on non-heap pointers | commit | commitdiff | tree | 
| 2015-04-30 | Dmitry Vyukov | strings: use LastIndexByte in LastIndex | commit | commitdiff | tree | 
| 2015-04-30 | Dmitry Vyukov | doc/go1.5.txt: bytes, strings: add LastIndexByte | commit | commitdiff | tree | 
| 2015-04-30 | Dmitry Vyukov | bytes, strings: add LastIndexByte | commit | commitdiff | tree | 
| 2015-04-30 | Alex Brainman | mime, time, internal/syscall/windows/registry: use... | commit | commitdiff | tree | 
| 2015-04-30 | Bryan Ford | math/big: add modular square-root and Jacobi functions | commit | commitdiff | tree | 
| 2015-04-30 | Adam Langley | crypto/x509: be strict about trailing data. | commit | commitdiff | tree | 
| 2015-04-30 | Adam Langley | crypto/tls: update the supported signature algorithms. | commit | commitdiff | tree | 
| 2015-04-30 | Adam Langley | crypto/tls: decouple handshake signatures from the... | commit | commitdiff | tree | 
| 2015-04-30 | Ian Lance Taylor | cmd/dist: rename buildmode method to supportedBuildmode | commit | commitdiff | tree | 
| 2015-04-30 | Mikio Hara | doc: mention net.OpError in go1.5.txt | commit | commitdiff | tree | 
| 2015-04-30 | Josh Bleecher... | src: build cmd in buildall.bash | commit | commitdiff | tree | 
| 2015-04-29 | Brad Fitzpatrick | net/http: handle "close" amongst multiple Connection... | commit | commitdiff | tree | 
| 2015-04-29 | Michael Hudson... | misc/cgo/testshared: add basic test for -buildmode... | commit | commitdiff | tree | 
| 2015-04-29 | Mikio Hara | net: deflake timeout, deadline tests | commit | commitdiff | tree | 
| 2015-04-29 | Josh Bleecher... | cmd/internal/gc: cache commonly used Ptrto types | commit | commitdiff | tree | 
| next |