| 2015-11-05 | Austin Clements | runtime: decentralize mark done and mark termination | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: account mark worker time before gcMarkDone | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: factor mark done transition | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: eliminate mark completion in scheduler | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: don't start idle mark workers when barriers... | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: decentralize sweep termination and mark transition | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: decentralize concurrent sweep termination | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: beginning of decentralized off->mark transition | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: move concurrent mark setup off system stack | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: lift state variables from func gc to var work | commit | commitdiff | tree | 
| 2015-11-05 | Austin Clements | runtime: note a minor issue with GODEUG=gcstoptheworld | commit | commitdiff | tree | 
| 2015-11-05 | Ian Lance Taylor | cmd/go: change ar argument to rc | commit | commitdiff | tree | 
| 2015-11-05 | Ilya Tocar | runtime: optimize string comparison on amd64 | commit | commitdiff | tree | 
| 2015-11-05 | Keith Randall | runtime: simplify buffered channels. | commit | commitdiff | tree | 
| 2015-11-05 | Matthew Dempsky | cmd/dist: remove vestigial -s flag | commit | commitdiff | tree | 
| 2015-11-05 | Shenghou Ma | crypto/x509: add /etc/ssl/certs to certificate directories | commit | commitdiff | tree | 
| 2015-11-05 | Ian Lance Taylor | cmd/go: put all generate variables in the environment | commit | commitdiff | tree | 
| 2015-11-05 | Matthew Dempsky | internal/syscall/unix: eliminate non-trivial randomTrap... | commit | commitdiff | tree | 
| 2015-11-04 | Austin Clements | runtime: make putfull start mark workers | commit | commitdiff | tree | 
| 2015-11-04 | Austin Clements | runtime: eliminate getfull barrier from concurrent... | commit | commitdiff | tree | 
| 2015-11-04 | David Crawshaw | misc/ios: keep whole buffer in go_darwin_arm_exec | commit | commitdiff | tree | 
| 2015-11-04 | Brad Fitzpatrick | net/http: register HTTP/2 before listening in ListenAnd... | commit | commitdiff | tree | 
| 2015-11-04 | Brad Fitzpatrick | syscall: allow nacl's fake network code to Listen twice... | commit | commitdiff | tree | 
| 2015-11-04 | David Crawshaw | cmd/vet: use testenv | commit | commitdiff | tree | 
| 2015-11-04 | unknown | crypto/md5: uniform Write func | commit | commitdiff | tree | 
| 2015-11-04 | Mohit Agarwal | cmd/go: check if destination is a regular file | commit | commitdiff | tree | 
| 2015-11-04 | Austin Clements | cmd/compile: add go:nowritebarrierrec annotation | commit | commitdiff | tree | 
| 2015-11-04 | Ian Lance Taylor | cmd/cgo: add a missing newline in writeExports | commit | commitdiff | tree | 
| 2015-11-04 | Brad Fitzpatrick | net/http: don't panic after request if Handler sets... | commit | commitdiff | tree | 
| 2015-11-03 | Ian Lance Taylor | cmd/compile: make sure instrumented call has type width | commit | commitdiff | tree | 
| 2015-11-03 | Ian Lance Taylor | misc/cgo/testsanitizers: fix test of whether compiler... | commit | commitdiff | tree | 
| 2015-11-03 | Dmitry Vyukov | runtime: remove dead code | commit | commitdiff | tree | 
| 2015-11-03 | Austin Clements | runtime: cache two workbufs to reduce contention | commit | commitdiff | tree | 
| 2015-11-03 | Dmitry Vyukov | runtime: fix finalization and profiling of tiny allocations | commit | commitdiff | tree | 
| 2015-11-03 | Ilya Tocar | strings: add asm version of Index() for short strings... | commit | commitdiff | tree | 
| 2015-11-03 | Austin Clements | runtime: enlarge GC work buffer size | commit | commitdiff | tree | 
| 2015-11-03 | Austin Clements | runtime: make assists preemptible | commit | commitdiff | tree | 
| 2015-11-03 | Austin Clements | runtime: replace assist sleep loop with park/ready | commit | commitdiff | tree | 
| 2015-11-03 | Austin Clements | runtime: change p.runq from []*g to []guintptr | commit | commitdiff | tree | 
| 2015-11-03 | Michael Matloob | misc/ios: fix an error when getenv encounters unset... | commit | commitdiff | tree | 
| 2015-11-03 | Todd Neal | test: use go:noinline consistently | commit | commitdiff | tree | 
| 2015-11-02 | Michael Hudson... | cmd/link: remove duplicate symtab entry for global... | commit | commitdiff | tree | 
| 2015-11-02 | Ilya Tocar | bytes: speed up Compare() on amd64 | commit | commitdiff | tree | 
| 2015-11-02 | David Crawshaw | cmd/link: concurrent obj copy for external linking | commit | commitdiff | tree | 
| 2015-11-02 | Brad Fitzpatrick | test: update tinyfin test | commit | commitdiff | tree | 
| 2015-11-01 | Ian Lance Taylor | test: add gcc6798, valid code that caused gccgo to... | commit | commitdiff | tree | 
| 2015-11-01 | Michael Hudson... | cmd/go, runtime: define GOBUILDMODE_shared rather than... | commit | commitdiff | tree | 
| 2015-11-01 | Mikio Hara | net: make Dial, Listen{,Packet} for TCP/UDP with invali... | commit | commitdiff | tree | 
| 2015-11-01 | Alex Brainman | path/filepath: fix EvalSymlinks(".") on windows | commit | commitdiff | tree | 
| 2015-10-31 | Ian Lance Taylor | cmd/link: support new 386/amd64 relocations | commit | commitdiff | tree | 
| 2015-10-30 | Matthew Dempsky | go/types: fix TypeString(nil, nil) | commit | commitdiff | tree | 
| 2015-10-30 | Matthew Dempsky | math: fix bad shift in Expm1 | commit | commitdiff | tree | 
| 2015-10-30 | Austin Clements | runtime: perform mark 2 root re-scanning in GC workers | commit | commitdiff | tree | 
| 2015-10-30 | Austin Clements | runtime: perform concurrent scan in GC workers | commit | commitdiff | tree | 
| 2015-10-30 | Austin Clements | runtime: consolidate "out of GC work" checks | commit | commitdiff | tree | 
| 2015-10-30 | Brad Fitzpatrick | test: disable flaky heapsampling test for now | commit | commitdiff | tree | 
| 2015-10-30 | Marvin Stenger | cmd/compile/internal: named types for Etype and Op... | commit | commitdiff | tree | 
| 2015-10-30 | Taru Karttunen | os: reduce allocations in Readdir on unix | commit | commitdiff | tree | 
| 2015-10-30 | Russ Cox | doc/go1.6.txt: mention possible GOTRACEBACK change | commit | commitdiff | tree | 
| 2015-10-30 | Russ Cox | runtime: introduce GOTRACEBACK=single, now the default | commit | commitdiff | tree | 
| 2015-10-30 | Russ Cox | net/http: do not listen on public network during HTTP... | commit | commitdiff | tree | 
| 2015-10-30 | Robert Griesemer | cmd/compile/internal/gc: fix complex literal overflow | commit | commitdiff | tree | 
| 2015-10-30 | Marvin Stenger | syscall: correct parameter name of Setgid on linux | commit | commitdiff | tree | 
| 2015-10-30 | Quentin Perez | cmd/link/internal/ld: fix extra arguments Errorf | commit | commitdiff | tree | 
| 2015-10-30 | Brad Fitzpatrick | net/http: update x/net/http2 | commit | commitdiff | tree | 
| 2015-10-30 | Brad Fitzpatrick | doc: some go1.6.txt additions | commit | commitdiff | tree | 
| 2015-10-29 | Todd Neal | cmd/compile: add support for a go:noinline directive | commit | commitdiff | tree | 
| 2015-10-29 | Michael Hudson... | cmd/internal/obj, cmd/link, runtime: handle TLS more... | commit | commitdiff | tree | 
| 2015-10-29 | Brad Fitzpatrick | math: fix typo and braino in my earlier commit | commit | commitdiff | tree | 
| 2015-10-29 | Michael Hudson... | cmd/internal/obj, cmd/link: simplify ppc64 archreloc... | commit | commitdiff | tree | 
| 2015-10-29 | Taru Karttunen | net/http: extra documentation for Redirect and Redirect... | commit | commitdiff | tree | 
| 2015-10-29 | Brad Fitzpatrick | math: replace assembly implementations of Abs with... | commit | commitdiff | tree | 
| 2015-10-29 | Michael Hudson... | cmd/compile, cmd/go, cmd/link: enable -buildmode=shared... | commit | commitdiff | tree | 
| 2015-10-29 | Michael Hudson... | cmd/link: always resolve functions locally when linking... | commit | commitdiff | tree | 
| 2015-10-29 | David Crawshaw | cmd/go: buildmode=c-shared support for linux/arm64 | commit | commitdiff | tree | 
| 2015-10-29 | Burcu Dogan | os/signal: don't expect to be notified for os.Kill | commit | commitdiff | tree | 
| 2015-10-29 | Dominik Honnef | cmd/go: use t.Fatalf for formatted errors | commit | commitdiff | tree | 
| 2015-10-29 | Michael Hudson... | runtime/cgo: export _cgo_reginit on ppc64x | commit | commitdiff | tree | 
| 2015-10-29 | Michael Hudson... | cmd/go: implicitly include math in a shared library... | commit | commitdiff | tree | 
| 2015-10-28 | Michael Hudson... | cmd/compile, cmd/go: enable -buildmode=shared and relat... | commit | commitdiff | tree | 
| 2015-10-28 | Ian Lance Taylor | runtime: add missing word in comment | commit | commitdiff | tree | 
| 2015-10-28 | David Crawshaw | runtime: c-shared entrypoint for linux/arm64 | commit | commitdiff | tree | 
| 2015-10-28 | Hyang-Ah Hana Kim | cmd/go: allow -buildmode=pie for android/amd64. | commit | commitdiff | tree | 
| 2015-10-28 | Hyang-Ah Hana Kim | cmd/go: enable android/amd64 build. | commit | commitdiff | tree | 
| 2015-10-28 | Hyang-Ah Hana Kim | runtime, cmd: TLS setup for android/amd64. | commit | commitdiff | tree | 
| 2015-10-28 | Michael Hudson... | cmd/internal/obj, cmd/link: support inital-exec TLS... | commit | commitdiff | tree | 
| 2015-10-28 | Michael Hudson... | cmd/internal/obj, cmd/link, runtime: native-ish support... | commit | commitdiff | tree | 
| 2015-10-28 | Brad Fitzpatrick | net/http/httputil: add hook for managing io.Copy buffer... | commit | commitdiff | tree | 
| 2015-10-28 | David du Colombier | runtime: don't use FP when calling nextSample in the... | commit | commitdiff | tree | 
| 2015-10-28 | Michael Hudson... | cmd/link: remove unused field LSym.Hash | commit | commitdiff | tree | 
| 2015-10-28 | Nodir Turakulov | text/template: remove redundant indirect | commit | commitdiff | tree | 
| 2015-10-28 | Michael Hudson... | runtime: invoke vsyscall helper via TCB when dynamic... | commit | commitdiff | tree | 
| 2015-10-28 | Michael Hudson... | cmd/compile, cmd/go, cmd/link: enable -buildmode=shared... | commit | commitdiff | tree | 
| 2015-10-27 | Brad Fitzpatrick | net/http/httptest: close conns in StateNew on Server... | commit | commitdiff | tree | 
| 2015-10-27 | kargakis | reflect: Comment fix | commit | commitdiff | tree | 
| 2015-10-27 | Michael Hudson... | cmd/internal/obj/x86: remove REGTMP | commit | commitdiff | tree | 
| 2015-10-27 | Matthew Dempsky | runtime: eliminate some unnecessary uintptr conversions | commit | commitdiff | tree | 
| 2015-10-26 | Robert Griesemer | cmd/compile/internal/gc: introduce type for untyped... | commit | commitdiff | tree | 
| 2015-10-26 | Robert Griesemer | cmd/compile/internal/gc: introduce type for decl contex... | commit | commitdiff | tree | 
| 2015-10-26 | David du Colombier | syscall: define common notes on Plan 9 | commit | commitdiff | tree | 
| next |