| 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 | 
| 2015-04-16 | 
Michael Hudson...  | cmd/go: have go run, go list respect -buildmode/-linkshared | 
commit | commitdiff | tree | 
| 2015-04-16 | 
David Crawshaw | runtime: darwin/arm64 c-archive entry point | 
commit | commitdiff | tree | 
| 2015-04-16 | 
David du Colombier | net: fix typo in comment | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Jonathan Rudenberg | crypto/tls: fix test data generation | 
commit | commitdiff | tree | 
| 2015-04-16 | 
David Crawshaw | runtime/cgo: enable arm64 EXC_BAD_ACCESS handler | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Brad Fitzpatrick | Revert "fmt: add a few more reflect.Value tests" | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Shenghou Ma | crypto/x509: build the builtin root certs also for...  | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Brad Fitzpatrick | os: clarify that ModePerm permission bits are the Unix...  | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Russ Cox | fmt: add a few more reflect.Value tests | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Alexandre Cesaro | mime/quotedprintable: Return a Reader instead of an...  | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Michael Hudson...  | reflect, cmd/internal/gc: look for pointer types by...  | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Josh Bleecher...  | misc/ios: fix teamID and appID use in entitlements | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Josh Bleecher...  | cmd/internal/gc: registerize more in 7g and 9g | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Aram Hăvărneanu | cmd/7g: change CHECKNIL sequence | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Aram Hăvărneanu | cmd/7g: remove loads that only load an immediate to...  | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Shenghou Ma | runtime: darwin/arm64 support | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Shenghou Ma | misc/cgo/test: skip issue3261 test on darwin/arm64 | 
commit | commitdiff | tree | 
| 2015-04-16 | 
David Crawshaw | iostest.bash: run detect.go as part of iostest | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Shenghou Ma | runtime/cgo: darwin/arm64 support | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Shenghou Ma | syscall: darwin/arm64 support | 
commit | commitdiff | tree | 
| 2015-04-16 | 
David Crawshaw | misc/ios: adjust exec script for iOS 8.3 | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Matthew Dempsky | compress/flate: reject invalid Huffman bit sizes | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Dave Day | Add reflect.FuncOf to docs/go1.5.text | 
commit | commitdiff | tree | 
| 2015-04-16 | 
Shenghou Ma | cmd/internal/obj, cmd/internal/ld, cmd/7l: external...  | 
commit | commitdiff | tree | 
| next |