| 2015-04-22 | Brad Fitzpatrick | net/http: fix rare Transport readLoop goroutine leak | commit | commitdiff | tree | 
| 2015-04-22 | Shenghou Ma | runtime: fix more vet reported issues | commit | commitdiff | tree | 
| 2015-04-22 | Keith Randall | runtime: check error codes for arm64 system calls | commit | commitdiff | tree | 
| 2015-04-22 | Josh Bleecher... | runtime: fix arm64 asm vet issues | commit | commitdiff | tree | 
| 2015-04-22 | Mikio Hara | net: replace server tests | commit | commitdiff | tree | 
| 2015-04-22 | Nigel Tao | image/jpeg: ensure that we can't unread a byte if we... | commit | commitdiff | tree | 
| 2015-04-22 | Mikio Hara | net: deflake zero byte IO tests on datagram | commit | commitdiff | tree | 
| 2015-04-22 | Mikio Hara | net: fix WriteTo on Plan 9 | commit | commitdiff | tree | 
| 2015-04-21 | Josh Bleecher... | math/big: test that subVW and addVW work with arbitrary y | commit | commitdiff | tree | 
| 2015-04-21 | Ian Lance Taylor | misc/cgo/testcshared: add c-shared test with no exports | commit | commitdiff | tree | 
| 2015-04-21 | Alan Donovan | Revert "go/internal/gcimporter: populate (*types.Packag... | commit | commitdiff | tree | 
| 2015-04-21 | Alan Donovan | go/internal/gcimporter: populate (*types.Package).Imports | commit | commitdiff | tree | 
| 2015-04-21 | Ian Lance Taylor | cmd/go: depend on runtime/cgo if external linking mode... | commit | commitdiff | tree | 
| 2015-04-21 | Sebastien Binet | reflect: use arrayAt consistently | commit | commitdiff | tree | 
| 2015-04-21 | Josh Bleecher... | cmd/internal/obj: reuse the varint encoding buffer | commit | commitdiff | tree | 
| 2015-04-21 | Sebastien Binet | doc/go1.5.txt: add reflect.ArrayOf | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: assist harder if GC exceeds the estimated... | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: fix background marking at 25% utilization | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: finish sweeping before concurrent GC starts | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: make mcache.local_cachealloc a uintptr | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: proportional response GC trigger controller | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: multi-threaded, utilization-scheduled backgrou... | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: generally allow preemption during concurrent... | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: track time spent in mutator assists | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: proportional mutator assist | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: make gcDrainN in terms of scan work | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: track background scan work credit | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: implement GC scan work estimator | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: track scan work performed during concurrent... | commit | commitdiff | tree | 
| 2015-04-21 | Austin Clements | runtime: atomic ops for int64 | commit | commitdiff | tree | 
| 2015-04-21 | Sebastien Binet | reflect: implement ArrayOf | commit | commitdiff | tree | 
| 2015-04-21 | Matthew Dempsky | runtime/pprof: disable flaky TestTraceFutileWakeup... | commit | commitdiff | tree | 
| 2015-04-21 | Mikio Hara | net: fix possible nil pointer dereference on ReadFrom... | commit | commitdiff | tree | 
| 2015-04-21 | Mikio Hara | net: fix inconsistent error values on Lookup | commit | commitdiff | tree | 
| 2015-04-21 | Mikio Hara | net: fix inconsistent error values on Interface | commit | commitdiff | tree | 
| 2015-04-21 | Mikio Hara | net: fix inconsistent error values on setters | commit | commitdiff | tree | 
| 2015-04-21 | Mikio Hara | net: fix inconsistent error values on File | commit | commitdiff | tree | 
| 2015-04-21 | Michael Hudson... | cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym... | commit | commitdiff | tree | 
| 2015-04-21 | Mikio Hara | net: add helpers for server testing | commit | commitdiff | tree | 
| 2015-04-20 | Michael Hudson... | cmd/internal/ld: set moduledatasize correctly when... | commit | commitdiff | tree | 
| 2015-04-20 | Michael Hudson... | cmd/6g: let the compiler use R15 when it is not needed... | commit | commitdiff | tree | 
| 2015-04-20 | Brad Fitzpatrick | cmd/internal: C->Go printf cleanup | commit | commitdiff | tree | 
| 2015-04-20 | Rick Hudson | runtime: Speed up heapBitsForObject | commit | commitdiff | tree | 
| 2015-04-20 | Matthew Dempsky | cmd/internal/obj: remove useless Trimpath field and... | commit | commitdiff | tree | 
| 2015-04-20 | Brad Fitzpatrick | net/http: fix Transport data race, double cancel panic... | commit | commitdiff | tree | 
| 2015-04-20 | Russ Cox | cmd/internal/gc: clean up componentgen | commit | commitdiff | tree | 
| 2015-04-20 | Russ Cox | runtime: replace func-based write barrier skipping... | commit | commitdiff | tree | 
| 2015-04-20 | Matthew Dempsky | cmd/internal/ld: prefer constants from cmd/internal/obj | commit | commitdiff | tree | 
| 2015-04-20 | Russ Cox | cmd/dist: run commands in $GOROOT/src not $GOROOT when... | commit | commitdiff | tree | 
| 2015-04-20 | Ian Lance Taylor | runtime: save registers in linux/{386,amd64} lib entry... | commit | commitdiff | tree | 
| 2015-04-20 | Ian Lance Taylor | runtime: no deadlock error if buildmode=c-archive or... | commit | commitdiff | tree | 
| 2015-04-20 | Brad Fitzpatrick | cmd/internal/obj: manual C->Go cleanups | commit | commitdiff | tree | 
| 2015-04-20 | David Crawshaw | cmd/dist: enable c-archive test on darwin/arm64 | commit | commitdiff | tree | 
| 2015-04-20 | David Crawshaw | misc/cgo/testcarchive: enable test on darwin/arm | commit | commitdiff | tree | 
| 2015-04-20 | Hyang-Ah Hana Kim | cmd/dist: include misc/cgo/testcshared test for linux... | commit | commitdiff | tree | 
| 2015-04-19 | Michael Hudson... | cmd/internal/gc, cmd/go: fix value of importpath symbol | commit | commitdiff | tree | 
| 2015-04-19 | Mikio Hara | net: fix a nit found by vet | commit | commitdiff | tree | 
| 2015-04-18 | Matthew Dempsky | doc/progs: build test programs in temp directory | commit | commitdiff | tree | 
| 2015-04-18 | Mikio Hara | net: fix inconsistent error values on Accept | commit | commitdiff | tree | 
| 2015-04-18 | Mikio Hara | net: fix inconsistent error values on Close | commit | commitdiff | tree | 
| 2015-04-18 | Mikio Hara | net: fix inconsistent error values on Write | commit | commitdiff | tree | 
| 2015-04-18 | Mikio Hara | net: fix inconsistent error values on Read | commit | commitdiff | tree | 
| 2015-04-18 | Josh Bleecher... | cmd/...: fix vet issues and cull dead code | commit | commitdiff | tree | 
| 2015-04-18 | Mikio Hara | net: break up TestErrorNil into Test{Dial,Listen,Listen... | commit | commitdiff | tree | 
| 2015-04-18 | Matthew Dempsky | cmd/cgo: more robust detection of clang | commit | commitdiff | tree | 
| 2015-04-18 | Brad Fitzpatrick | cmd/6g, etc: cleanup, moving code out of near-empty... | commit | commitdiff | tree | 
| 2015-04-17 | Mikio Hara | net: clean up cgo | commit | commitdiff | tree | 
| 2015-04-17 | David Crawshaw | cmd/internal/ld: replace Diag;Errorexit with Exitf | commit | commitdiff | tree | 
| 2015-04-17 | David Crawshaw | misc/cgo/testcarchive: check that os.Args is set | commit | commitdiff | tree | 
| 2015-04-17 | Matthew Dempsky | encoding/gob: fix hang from skipping large slices | commit | commitdiff | tree | 
| 2015-04-17 | Rob Pike | doc/go1.5.txt: go generate: add $GOLINE | commit | commitdiff | tree | 
| 2015-04-17 | Rob Pike | doc/articles/go_command.html: mention go generate | commit | commitdiff | tree | 
| 2015-04-17 | Rob Pike | cmd/go: add $GOLINE to generate | commit | commitdiff | tree | 
| 2015-04-17 | Josh Bleecher... | cmd/internal/gc, cmd/6g: generate boolean values withou... | commit | commitdiff | tree | 
| 2015-04-17 | Ian Lance Taylor | runtime: add -buildmode=c-archive/c-shared support... | commit | commitdiff | tree | 
| 2015-04-17 | Russ Cox | cmd/internal/gc: make use of new String methods in... | commit | commitdiff | tree | 
| 2015-04-17 | Russ Cox | cmd/internal/gc: add String methods to *Mpint, *Mpflt... | commit | commitdiff | tree | 
| 2015-04-17 | Russ Cox | runtime: leave gccheckmark testing off by default | commit | commitdiff | tree | 
| 2015-04-17 | Ian Lance Taylor | cmd/internal/ld, cmd/dist: support -buildmode=c-archive... | commit | commitdiff | tree | 
| 2015-04-17 | Austin Clements | runtime: fix dangling pointer in readyExecute | commit | commitdiff | tree | 
| 2015-04-17 | Rob Pike | doc/go1.5.txt: go generate -run | commit | commitdiff | tree | 
| 2015-04-17 | Rob Pike | cmd/go: implement the long-promised -run flag for go... | commit | commitdiff | tree | 
| 2015-04-17 | Brad Fitzpatrick | cmd/internal/obj: cleanups from C transition and delete... | commit | commitdiff | tree | 
| 2015-04-17 | Michael Matloob | regexp: set b.cap[0] and b.cap[1] only when captures... | commit | commitdiff | tree | 
| 2015-04-17 | Hyang-Ah Hana Kim | misc/cgo/testcshared: test -buildmode=c-shared | commit | commitdiff | tree | 
| 2015-04-17 | Russ Cox | cmd/internal/gc: fix node print | commit | commitdiff | tree | 
| 2015-04-17 | Dave Cheney | runtime/pprof: disable TestTraceStressStartStop | commit | commitdiff | tree | 
| 2015-04-17 | Russ Cox | fmt: adjust formatting of invalid reflect.Value, add... | commit | commitdiff | tree | 
| 2015-04-17 | David Crawshaw | runtime: export main.main for android | commit | commitdiff | tree | 
| 2015-04-17 | David Crawshaw | runtime: do not run main when buildmode=c-shared | commit | commitdiff | tree | 
| 2015-04-17 | Matthew Dempsky | go/build: deps check all std packages | commit | commitdiff | tree | 
| 2015-04-17 | Nigel Tao | compress/flate: simplify the TestDegenerateHuffmanCodin... | commit | commitdiff | tree | 
| 2015-04-17 | Josh Bleecher... | cmd/internal/gc: clean up bgen | commit | commitdiff | tree | 
| 2015-04-17 | Russ Cox | runtime: delete cgo_allocate | commit | commitdiff | tree | 
| 2015-04-17 | Mikio Hara | net: fix inconsistent error values on Dial, Listen... | commit | commitdiff | tree | 
| 2015-04-17 | Mikio Hara | net: rename netFD.proto to netFD.net on Plan 9 | commit | commitdiff | tree | 
| 2015-04-16 | Nigel Tao | image/color: have Palette.Index honor alpha for closest... | commit | commitdiff | tree | 
| 2015-04-16 | Shenghou Ma | doc: mention darwin/arm64 port in go1.5.txt | commit | commitdiff | tree | 
| 2015-04-16 | David Crawshaw | cmd/internal/ld: use usual flooding for c-archive | commit | commitdiff | tree | 
| 2015-04-16 | David Crawshaw | runtime: aeshash stubs for arm64 | commit | commitdiff | tree | 
| next |