| 2017-03-06 | Matthew Dempsky | cmd/compile: preserve Type.nod in copytype | commit | commitdiff | tree | 
| 2017-03-06 | Quentin Smith | test/fixedbugs: add test for #19403 | commit | commitdiff | tree | 
| 2017-03-06 | Austin Clements | runtime: strongly encourage CallersFrames with the... | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | go/internal/gccimporter: actually use pkg parameter | commit | commitdiff | tree | 
| 2017-03-06 | Ian Lance Taylor | internal/poll: only start Windows goroutines when we... | commit | commitdiff | tree | 
| 2017-03-06 | Josselin Costanzi | encoding/base64: fix decode reports incorrect index | commit | commitdiff | tree | 
| 2017-03-06 | Austin Clements | runtime: avoid repeated findmoduledatap calls | commit | commitdiff | tree | 
| 2017-03-06 | Matthew Dempsky | cmd/internal/goobj: update to support go19ld | commit | commitdiff | tree | 
| 2017-03-06 | Matthew Dempsky | cmd/internal/obj, cmd/link: bump magic string to go19ld | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | regexp/syntax: remove unused flags parameter | commit | commitdiff | tree | 
| 2017-03-06 | Robert Griesemer | go/internal/gcimporter: return (possibly incomplete... | commit | commitdiff | tree | 
| 2017-03-06 | Robert Griesemer | go/internal/srcimporter: return (possibly incomplete... | commit | commitdiff | tree | 
| 2017-03-06 | Robert Griesemer | go/types: continue type-checking with fake packages... | commit | commitdiff | tree | 
| 2017-03-06 | Austin Clements | runtime: lock-free fast path for mark bits allocation | commit | commitdiff | tree | 
| 2017-03-06 | Austin Clements | runtime: don't hold global gcBitsArenas lock over alloc... | commit | commitdiff | tree | 
| 2017-03-06 | Josh Bleecher... | cmd/compile: avoid generating some dead blocks | commit | commitdiff | tree | 
| 2017-03-06 | Aliaksandr... | cmd/compile/internal/gc: convert Sym.Flags to bitset8 | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | encoding/gob: remove unused ut and atyp parameters | commit | commitdiff | tree | 
| 2017-03-06 | Russ Cox | test/locklinear: deflake again | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | go/doc: remove unused tok parameter | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | go/printer: remove unused comment parameter | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | go/types: remove unused field parameter | commit | commitdiff | tree | 
| 2017-03-06 | Eitan Adler | all: remove the the duplicate words | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | encoding/xml: remove unused start parameter | commit | commitdiff | tree | 
| 2017-03-06 | Daniel Martí | strconv: remove unused append rune width param | commit | commitdiff | tree | 
| 2017-03-05 | Cherry Zhang | cmd/compile: mark MOVWF/MOVFW clobbering F15 on ARM | commit | commitdiff | tree | 
| 2017-03-05 | Josh Bleecher... | runtime: add slicebytetostring benchmark | commit | commitdiff | tree | 
| 2017-03-04 | Josh Bleecher... | cmd/internal/src: cache prefixed filenames | commit | commitdiff | tree | 
| 2017-03-04 | Kevin Burke | os/user: add non-cgo versions of Lookup, LookupId | commit | commitdiff | tree | 
| 2017-03-04 | Giovanni Bajo | cmd/compile: improve generic rules for BCE based on... | commit | commitdiff | tree | 
| 2017-03-04 | Austin Clements | runtime: make ReadMemStats STW for < 25µs | commit | commitdiff | tree | 
| 2017-03-04 | Austin Clements | runtime: remove unused gcstats | commit | commitdiff | tree | 
| 2017-03-04 | Elias Naur | misc/ios,cmd/go, runtime/cgo: fix iOS test harness... | commit | commitdiff | tree | 
| 2017-03-04 | Elias Naur | Revert "cmd/go, misc: switch from breakpoint to SIGUSR2" | commit | commitdiff | tree | 
| 2017-03-04 | Josh Bleecher... | cmd/compile: cull UINF | commit | commitdiff | tree | 
| 2017-03-04 | Dmitri Shuralyov | go/build: fix lack of error for Import of nonexistent... | commit | commitdiff | tree | 
| 2017-03-04 | Elias Naur | Revert "cmd/go: add comment about SIGUSR2 on iOS" | commit | commitdiff | tree | 
| 2017-03-04 | Elias Naur | Revert "cmd/go, misc: rework cwd handling for iOS tests" | commit | commitdiff | tree | 
| 2017-03-04 | Elias Naur | Revert "all: test adjustments for the iOS builder" | commit | commitdiff | tree | 
| 2017-03-03 | Matthew Dempsky | cmd/compile/internal/gc: replace Node.Ullman with Node... | commit | commitdiff | tree | 
| 2017-03-03 | David Lazar | cmd/compile: include position info in exported function... | commit | commitdiff | tree | 
| 2017-03-03 | David Lazar | cmd/compile: add flag for debugging PC-value tables | commit | commitdiff | tree | 
| 2017-03-03 | David Lazar | cmd/internal/obj: avoid duplicate file name symbols | commit | commitdiff | tree | 
| 2017-03-03 | David Lazar | runtime: use inlining tables to generate accurate trace... | commit | commitdiff | tree | 
| 2017-03-03 | David Lazar | cmd/compile: copy literals when inlining | commit | commitdiff | tree | 
| 2017-03-03 | David Lazar | cmd/compile,link: generate PC-value tables with inlinin... | commit | commitdiff | tree | 
| 2017-03-03 | Aliaksandr... | cmd/compile: pack bool fields in Node, Name, Func and... | commit | commitdiff | tree | 
| 2017-03-03 | Johan Brandhorst | net/http/httptest: add Client and Certificate methods... | commit | commitdiff | tree | 
| 2017-03-03 | Matthew Dempsky | cmd/compile/internal/ssa: remove Hmul{8,16}{,u} ops | commit | commitdiff | tree | 
| 2017-03-03 | Cherry Zhang | cmd/compile: remove zeroing after newobject | commit | commitdiff | tree | 
| 2017-03-03 | Cherry Zhang | cmd/compile: fix optimization of Zero newobject on... | commit | commitdiff | tree | 
| 2017-03-03 | Matthew Dempsky | cmd/compile/internal/gc: remove OHMUL Op | commit | commitdiff | tree | 
| 2017-03-03 | Austin Clements | runtime: clarify access to mheap_.busy | commit | commitdiff | tree | 
| 2017-03-03 | Austin Clements | runtime: simplify sweep allocation counting | commit | commitdiff | tree | 
| 2017-03-03 | Austin Clements | runtime: don't rescan finalizers queue during mark... | commit | commitdiff | tree | 
| 2017-03-03 | Austin Clements | runtime: remove wbufptr | commit | commitdiff | tree | 
| 2017-03-03 | Austin Clements | cmd/compile: accept string debug flags | commit | commitdiff | tree | 
| 2017-03-03 | Cherry Zhang | cmd/compile: get rid of "volatile" in SSA | commit | commitdiff | tree | 
| 2017-03-02 | Will Storey | image/gif: handle an extra data sub-block byte. | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | runtime/pprof: fix data race between Profile.Add and... | commit | commitdiff | tree | 
| 2017-03-02 | Robert Griesemer | go/types: don't exclude package unsafe from a Package... | commit | commitdiff | tree | 
| 2017-03-02 | Robert Griesemer | go/types: support type checking of external tests with... | commit | commitdiff | tree | 
| 2017-03-02 | Robert Griesemer | go/types: gotype to always report the same first error now | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/dist, cmd/compile: eliminate mergeEnvLists copies | commit | commitdiff | tree | 
| 2017-03-02 | Brad Fitzpatrick | net/http: clean up Transport.RoundTrip error handling | commit | commitdiff | tree | 
| 2017-03-02 | Mike Danese | crypto/tls: make Config.Clone also clone the GetClientC... | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | Revert "Revert "cmd/vet/all: remove pprof from the... | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/vet/all: remove printf hacks | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/vet/all: vet using only source | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/vet: support importing from source | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/vet: refactor to support alternative importers | commit | commitdiff | tree | 
| 2017-03-02 | Heschi Kreinick | cmd/trace: traces may end with pending mark assists | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | runtime: delay marking maps as writing until after... | commit | commitdiff | tree | 
| 2017-03-02 | Matthew Dempsky | cmd/compile: add missing WBs for reflect.{Slice,String... | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/vet/all: use SizesFor to calculate archbits | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/vet: use types.SizesFor | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | go/types: add a compiler param to SizesFor | commit | commitdiff | tree | 
| 2017-03-02 | Josh Bleecher... | cmd/compile: don't crash when slicing non-slice | commit | commitdiff | tree | 
| 2017-03-02 | Russ Cox | time: strip monotonic time in t.Round, t.Truncate | commit | commitdiff | tree | 
| 2017-03-02 | Brad Fitzpatrick | net/http: add more debugging to TestServerAllowsBlockin... | commit | commitdiff | tree | 
| 2017-03-02 | Philip Hofer | cmd/internal/obj/arm: improve static branch prediction... | commit | commitdiff | tree | 
| 2017-03-02 | Ian Lance Taylor | cmd/go: fix TestFFLAGS for Fortran compilers that accep... | commit | commitdiff | tree | 
| 2017-03-02 | Russ Cox | doc/devel: update release.html for new support policy | commit | commitdiff | tree | 
| 2017-03-02 | Michel Lespinasse | vendor: import golang.org/x/net/proxy | commit | commitdiff | tree | 
| 2017-03-02 | Michel Lespinasse | net/http: add support for socks5 proxy | commit | commitdiff | tree | 
| 2017-03-01 | Robert Griesemer | go/types: change local gotype command to use source... | commit | commitdiff | tree | 
| 2017-03-01 | Keith Randall | cmd/compile: ppc64x no longer needs a scratch stack... | commit | commitdiff | tree | 
| 2017-03-01 | Josh Bleecher... | net/smtp: skip flaky TestTLSClient on freebsd/amd64 | commit | commitdiff | tree | 
| 2017-03-01 | Raul Silvera | cmd/vendor/github.com/google/pprof: refresh from upstream | commit | commitdiff | tree | 
| 2017-03-01 | Keith Randall | cmd/compile: fix disassembly of invalid instructions | commit | commitdiff | tree | 
| 2017-03-01 | Brad Fitzpatrick | net/http: deflake TestClientRedirect308NoGetBody | commit | commitdiff | tree | 
| 2017-03-01 | Lynn Boger | cmd/compile: intrinsify atomics on ppc64x | commit | commitdiff | tree | 
| 2017-03-01 | Andreas Auernhammer | crypto: add BLAKE2b and BLAKE2s hash constants | commit | commitdiff | tree | 
| 2017-03-01 | Joe Shaw | encoding/pem: refuse extra data on ending line | commit | commitdiff | tree | 
| 2017-03-01 | Robert Griesemer | go/internal/srcimporter: report reimport of incomplete... | commit | commitdiff | tree | 
| 2017-03-01 | Lynn Boger | runtime, cmd/go: roll back stale message, test detail | commit | commitdiff | tree | 
| 2017-03-01 | David du Colombier | cmd/vendor/github.com/google/pprof: refresh from upstream | commit | commitdiff | tree | 
| 2017-03-01 | Lynn Boger | cmd/compile: use reg moves for int <-> float conversion... | commit | commitdiff | tree | 
| 2017-03-01 | Brad Fitzpatrick | net/http: fix flaky TestClientRedirect308NoLocation | commit | commitdiff | tree | 
| 2017-03-01 | Kevin Burke | os: add OpenFile example for appending data | commit | commitdiff | tree | 
| next |