| 2016-10-30 | Keith Randall | runtime: compute size classes statically | commit | commitdiff | tree | 
| 2016-10-30 | Ian Lance Taylor | cmd/go: set CCACHE_DIR when setting HOME to non-existen... | commit | commitdiff | tree | 
| 2016-10-30 | Emmanuel Odeke | net/http: handle 3xx redirects properly | commit | commitdiff | tree | 
| 2016-10-30 | Mikio Hara | net: fix nit | commit | commitdiff | tree | 
| 2016-10-29 | Joe Tsai | compress/gzip: only encode MTIME if it is valid | commit | commitdiff | tree | 
| 2016-10-29 | Brad Fitzpatrick | net/http: update bundled http2 for IdleTimeout config... | commit | commitdiff | tree | 
| 2016-10-29 | Russ Cox | cmd/go: test fixes dropped from CL 31821 | commit | commitdiff | tree | 
| 2016-10-29 | Russ Cox | cmd/link: fix -X importpath.name=value when import... | commit | commitdiff | tree | 
| 2016-10-29 | Russ Cox | net: break up >1GB reads and writes on stream connections | commit | commitdiff | tree | 
| 2016-10-29 | Russ Cox | runtime/pprof/internal/gzip0: new package for pprof | commit | commitdiff | tree | 
| 2016-10-29 | Zev Goldstein | path/filepath: fix Abs on Windows | commit | commitdiff | tree | 
| 2016-10-29 | Alberto Donizetti | cmd/compile: make Node.Diag a bool | commit | commitdiff | tree | 
| 2016-10-29 | Emmanuel Odeke | cmd/compile: improve error message for unknown fields... | commit | commitdiff | tree | 
| 2016-10-29 | Dmitry Vyukov | runtime/race: ignore user GORACE env var in tests | commit | commitdiff | tree | 
| 2016-10-29 | Than McIntosh | test: add test for gccgo issue #17640 | commit | commitdiff | tree | 
| 2016-10-29 | Martin Möhrmann | cmd/compile: cleanup checkmake | commit | commitdiff | tree | 
| 2016-10-28 | Ian Lance Taylor | time: clarify Equal docs | commit | commitdiff | tree | 
| 2016-10-28 | Mikio Hara | net: use IPv4 reserved address blocks for documentation | commit | commitdiff | tree | 
| 2016-10-28 | Mikio Hara | net: deflake TestLookupNonLDH | commit | commitdiff | tree | 
| 2016-10-28 | Peter Weinberger | runtime: ensure elapsed cycles are not negative | commit | commitdiff | tree | 
| 2016-10-28 | Matthew Dempsky | cmd/compile: improve not enough / too many arguments... | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: fix SP adjustment on amd64p32 | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: disable stack rescanning by default | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: implement unconditional hybrid barrier | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: avoid getfull() barrier most of the time | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: remove unnecessary step from bulkBarrierPreWrite | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: add deletion barriers on gobuf.ctxt | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: perform write barrier before pointer write | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | cmd/go: apply import restrictions to test code too | commit | commitdiff | tree | 
| 2016-10-28 | Josh Bleecher... | cmd/compile: add Param to Sizeof test | commit | commitdiff | tree | 
| 2016-10-28 | Cherry Zhang | cmd/internal/obj/arm64: materialize float constant... | commit | commitdiff | tree | 
| 2016-10-28 | Cherry Zhang | cmd/link: put text at address 0x1000000 on darwin/amd64 | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | cmd/compile: disable various write barrier optimizations | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: eliminate write barriers from save | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: eliminate write barriers from dropg | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: mark tiny blocks at GC start | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: shade stack-to-stack copy when starting a... | commit | commitdiff | tree | 
| 2016-10-28 | Michael Matloob | runtime/pprof/internal/profile: add copyright notice... | commit | commitdiff | tree | 
| 2016-10-28 | Michael Matloob | runtime/pprof: write profiles in protobuf format. | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | encoding/csv: document Read error behavior | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | cmd/go, go/build: document form of import paths | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | runtime/trace: deflake TestTraceSymbolize | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | os: adjust (*File).Read comment | commit | commitdiff | tree | 
| 2016-10-28 | Quentin Smith | os/exec: document how Command fills in Cmd.Args | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: zero-initialize LR on new stacks | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: ensure finalizers are zero-initialized before... | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: avoid write barriers to uninitialized finalize... | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: document rules about unmanaged memory | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | cmd/compile: use typedmemclr for zeroing if there are... | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | cmd/compile: lower slice clears to memclrHasPointers | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | mime/multipart: simplify Part.Read | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | Revert "runtime/pprof: write profiles in protobuf format." | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | net: add (*UnixListener).SetUnlinkOnClose | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | net: only remove Unix domain socket file on the first... | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: make fixalloc zero allocations on reuse | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: make _MSpanDead be the zero state | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: use typedmemclr for typed memory | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: parallelize STW mcache flushing | commit | commitdiff | tree | 
| 2016-10-28 | Josh Bleecher... | cmd/compile: don't alloc Name/Param for unresolved... | commit | commitdiff | tree | 
| 2016-10-28 | unknown | runtime/pprof: write profiles in protobuf format. | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: fix preemption of root marking jobs | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime/trace, internal/trace: script to collect canned... | commit | commitdiff | tree | 
| 2016-10-28 | Joe Tsai | bytes, strings: optimize for ASCII sets | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | html/template, text/template: drop defined template... | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | runtime: skip TestMemmoveOverflow if mmap of needed... | commit | commitdiff | tree | 
| 2016-10-28 | Robert Griesemer | spec: update operator and delimiter section | commit | commitdiff | tree | 
| 2016-10-28 | Josh Chorlton | net/http: fix cookie Expires minimum year to 1601 inste... | commit | commitdiff | tree | 
| 2016-10-28 | Russ Cox | mime/quotedprintable: accept = not followed by 2 hex... | commit | commitdiff | tree | 
| 2016-10-28 | Jaana Burcu... | net/http/httptrace: refer http.Client users to the... | commit | commitdiff | tree | 
| 2016-10-28 | Brad Fitzpatrick | doc: remove mention of Go 1.6.3 working on Sierra | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime, cmd/trace: track goroutines blocked on GC... | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | cmd/trace: track each G's state explicitly | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime, cmd/trace: annotate different mark worker... | commit | commitdiff | tree | 
| 2016-10-28 | Cherry Zhang | cmd/compile: make LR allocatable in non-leaf functions... | commit | commitdiff | tree | 
| 2016-10-28 | Cherry Zhang | cmd/internal/obj/mips: materialize float constant 0... | commit | commitdiff | tree | 
| 2016-10-28 | Carlos Eduardo Seo | cmd/asm, cmd/internal/obj/ppc64: Add vector scalar... | commit | commitdiff | tree | 
| 2016-10-28 | David Crawshaw | runtime: pass windows float syscall args via XMM | commit | commitdiff | tree | 
| 2016-10-28 | Austin Clements | runtime: fix preemption of fractional and idle mark... | commit | commitdiff | tree | 
| 2016-10-28 | Peter Weinberger | runtime: Profile goroutines holding contended mutexes. | commit | commitdiff | tree | 
| 2016-10-28 | Martin Möhrmann | cmd/compile: move stringtoslicebytetmp to the backend | commit | commitdiff | tree | 
| 2016-10-28 | Alex Brainman | runtime/cgo: do not link threads lib by default on... | commit | commitdiff | tree | 
| 2016-10-28 | Josh Bleecher... | cmd/compile: eliminate more allocs in newblock | commit | commitdiff | tree | 
| 2016-10-28 | Josh Bleecher... | cmd/compile: combine slice allocations in newblock | commit | commitdiff | tree | 
| 2016-10-28 | Nigel Tao | image/png: implement grayscale transparency. | commit | commitdiff | tree | 
| 2016-10-27 | Matthew Dempsky | cmd/compile: stop adding implicit OKEY nodes | commit | commitdiff | tree | 
| 2016-10-27 | Nigel Tao | image/png: implement truecolor transparency. | commit | commitdiff | tree | 
| 2016-10-27 | Cherry Zhang | math/big: flip long/short flag on TestFloat32Distribution | commit | commitdiff | tree | 
| 2016-10-27 | Keith Randall | cmd/compile: combine some extensions with loads | commit | commitdiff | tree | 
| 2016-10-27 | Josh Bleecher... | cmd/compile: eliminate Name.Inlvar | commit | commitdiff | tree | 
| 2016-10-27 | Keith Randall | cmd/compile: remove redundant extension after shift | commit | commitdiff | tree | 
| 2016-10-27 | Keith Randall | cmd/compile: use masks instead of branches for slicing | commit | commitdiff | tree | 
| 2016-10-27 | Robert Griesemer | cmd/compile: disallow "init" as alias | commit | commitdiff | tree | 
| 2016-10-27 | Robert Griesemer | cmd/compile, go/parser: disallow "type T = p.T" - must... | commit | commitdiff | tree | 
| 2016-10-27 | Michael Hudson... | cmd/compile, runtime: make the go.itab.* symbols module... | commit | commitdiff | tree | 
| 2016-10-27 | Adam Langley | vendor/golang_org/x/crypto/poly1305: sync to 1150b8bd09... | commit | commitdiff | tree | 
| 2016-10-27 | Russ Cox | net: add examples to Addr definition | commit | commitdiff | tree | 
| 2016-10-27 | Russ Cox | mime: preserve unnecessary backslash escapes as literals | commit | commitdiff | tree | 
| 2016-10-27 | Russ Cox | net/mail: allow empty quoted string name in address... | commit | commitdiff | tree | 
| 2016-10-27 | Brad Fitzpatrick | net/http: update bundled http2 | commit | commitdiff | tree | 
| next |