| 2015-04-26 | Matt T. Proud | testing/quick: align tests with reflect.Kind. | commit | commitdiff | tree | 
| 2015-04-25 | Michael Hudson... | cmd/8l, cmd/internal/ld, cmd/internal/obj/x86: stop... | commit | commitdiff | tree | 
| 2015-04-24 | Rick Hudson | runtime: Fix bug due to elided return. | commit | commitdiff | tree | 
| 2015-04-24 | Michael Hudson... | cmd/internal/ld: fix R_TLS handling now Xsym is not... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: replace per-M workbuf cache with per-P gcWork... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: fix check for pending GC work | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: start dedicated mark workers even if there... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: fix some out-of-date comments | commit | commitdiff | tree | 
| 2015-04-24 | Hyang-Ah Hana Kim | misc/cgo/testcshared: make test.bash resilient against... | commit | commitdiff | tree | 
| 2015-04-24 | Rob Pike | cmd/go: rename doc.go to alldocs.go in preparation... | commit | commitdiff | tree | 
| 2015-04-24 | Srdjan Petrovic | runtime: implement xadduintptr and update system mstats... | commit | commitdiff | tree | 
| 2015-04-24 | Hyang-Ah Hana Kim | misc/cgo/testcshared: add a c-shared test for android... | commit | commitdiff | tree | 
| 2015-04-24 | Michael Hudson... | cmd/internal/gc, cmd/internal/ld, cmd/internal/obj... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: simplify process for starting GC goroutine | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: use park/ready to wake up GC at end of concurr... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: use timer for GC control revise rather than... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: yield time slice to most recently readied G | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: benchmark for ping-pong in the presence of... | commit | commitdiff | tree | 
| 2015-04-24 | Austin Clements | runtime: factor checking if P run queue is empty | commit | commitdiff | tree | 
| 2015-04-24 | Russ Cox | cmd/internal/gc: add and test write barrier debug output | commit | commitdiff | tree | 
| 2015-04-24 | Aamir Khan | hash/crc32: clarify documentation | commit | commitdiff | tree | 
| 2015-04-24 | Shenghou Ma | cmd/dist: allow $GO_TEST_TIMEOUT_SCALE to override... | commit | commitdiff | tree | 
| 2015-04-24 | Srdjan Petrovic | runtime: signal forwarding | commit | commitdiff | tree | 
| 2015-04-24 | Egon Elbre | encoding/base64: Optimize EncodeToString and DecodeString. | commit | commitdiff | tree | 
| 2015-04-23 | Josh Bleecher... | cmd/9g, etc: remove // fallthrough comments | commit | commitdiff | tree | 
| 2015-04-23 | Josh Bleecher... | math/big: add partial arm64 assembly support | commit | commitdiff | tree | 
| 2015-04-23 | Srdjan Petrovic | runtime: deflake TestNewOSProc0, fix _rt0_amd64_linux_l... | commit | commitdiff | tree | 
| 2015-04-23 | Austin Clements | runtime: fix underflow in next_gc calculation | commit | commitdiff | tree | 
| 2015-04-23 | Rick Hudson | runtime: Improve scanning performance | commit | commitdiff | tree | 
| 2015-04-23 | Hyang-Ah Hana Kim | runtime: disable TestNewOSProc0 on android/arm. | commit | commitdiff | tree | 
| 2015-04-23 | Nigel Tao | image/png: don't silently swallow io.ReadFull's io... | commit | commitdiff | tree | 
| 2015-04-23 | Dmitry Savintsev | doc/faq: replace reference to goven with gomvpkg | commit | commitdiff | tree | 
| 2015-04-23 | Brad Fitzpatrick | net: use Go's DNS resolver when system configuration... | commit | commitdiff | tree | 
| 2015-04-23 | Josh Bleecher... | cmd/internal/gc: remove /*untyped*/ comments | commit | commitdiff | tree | 
| 2015-04-23 | Nigel Tao | image/jpeg: have the LargeImageWithShortData test only... | commit | commitdiff | tree | 
| 2015-04-22 | Shenghou Ma | runtime: fix build after CL 9164 on Linux | commit | commitdiff | tree | 
| 2015-04-22 | Shenghou Ma | log/syslog: make the BUG notes visible on golang.org | commit | commitdiff | tree | 
| 2015-04-22 | Michael Hudson... | cmd/link, cmd/internal/goobj: update constants, regener... | commit | commitdiff | tree | 
| 2015-04-22 | Austin Clements | runtime: use reachable heap estimate to set trigger... | commit | commitdiff | tree | 
| 2015-04-22 | Michael Hudson... | cmd/go: refactor creation of top-level actions for... | commit | commitdiff | tree | 
| 2015-04-22 | Austin Clements | runtime: include heap goal in gctrace line | commit | commitdiff | tree | 
| 2015-04-22 | Austin Clements | runtime: avoid divide-by-zero in GC trigger controller | commit | commitdiff | tree | 
| 2015-04-22 | Michael Hudson... | cmd/internal/gc, cmd/internal/ld: fixes for global... | commit | commitdiff | tree | 
| 2015-04-22 | Michael Hudson... | cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc... | commit | commitdiff | tree | 
| 2015-04-22 | Alan Donovan | go/constants: rename go/exact to go/constants | commit | commitdiff | tree | 
| 2015-04-22 | Srdjan Petrovic | runtime: merge clone0 and clone | commit | commitdiff | tree | 
| 2015-04-22 | Robert Griesemer | go/exact: future-proof API: permit setting precision... | commit | commitdiff | tree | 
| 2015-04-22 | Daniel Morsing | net/http: fix race between dialing and canceling | commit | commitdiff | tree | 
| 2015-04-22 | Brad Fitzpatrick | net/http: make ServeContent errors return more specific... | commit | commitdiff | tree | 
| 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 | 
| next |