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 |
2017-03-01 |
Josh Bleecher... | Revert "cmd/vet/all: remove pprof from the whitelist" |
commit | commitdiff | tree |
2017-03-01 |
Heschi Kreinick | testing: fix Benchmark() to start at 1 iteration, not 100 |
commit | commitdiff | tree |
2017-03-01 |
Alex Brainman | cmd/link: write dwarf sections |
commit | commitdiff | tree |
2017-03-01 |
Alex Brainman | cmd/link: write dwarf relocations |
commit | commitdiff | tree |
2017-03-01 |
Ian Lance Taylor | os: don't use waitid on Darwin |
commit | commitdiff | tree |
2017-03-01 |
Dave Cheney | cmd/compile/internal/ssa: remove unused PrintFunc variable |
commit | commitdiff | tree |
2017-03-01 |
Robert Griesemer | go/internal/srcimporter: parse files concurrently ... |
commit | commitdiff | tree |
2017-03-01 |
Matthew Dempsky | cmd/compile/internal/gc: separate builtin and real... |
commit | commitdiff | tree |
2017-03-01 |
Brad Fitzpatrick | cmd/vet/all: remove pprof from the whitelist |
commit | commitdiff | tree |
2017-03-01 |
Josh Bleecher... | cmd/compile: recognize bit test patterns on amd64 |
commit | commitdiff | tree |
2017-03-01 |
Heschi Kreinick | cmd/compile, cmd/asm: remove Link.Plists |
commit | commitdiff | tree |
2017-03-01 |
Raul Silvera | cmd/vendor/github.com/google/pprof: refresh from upstream |
commit | commitdiff | tree |
2017-03-01 |
Robert Griesemer | compress/flate: use math/bits.Reverse8/16 instead of... |
commit | commitdiff | tree |
2017-02-28 |
Robert Griesemer | math/bits: move left-over functionality from bits_impl... |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/vet/all: disable cgo when running 'go install' |
commit | commitdiff | tree |
2017-02-28 |
Brad Fitzpatrick | os/exec: remove duplicate environment variables in... |
commit | commitdiff | tree |
2017-02-28 |
Martin Möhrmann | strings: fix handling of invalid UTF-8 sequences in Map |
commit | commitdiff | tree |
2017-02-28 |
Keith Randall | cmd/compile: simplify load+op rules |
commit | commitdiff | tree |
2017-02-28 |
Robert Griesemer | go/types: implement SizesFor convenience function |
commit | commitdiff | tree |
2017-02-28 |
Robert Griesemer | math/bits: faster LeadingZeros and Len functions |
commit | commitdiff | tree |
2017-02-28 |
Robert Griesemer | math/bits: faster TrailingZeroes8 |
commit | commitdiff | tree |
2017-02-28 |
Robert Griesemer | math/bits: faster OnesCount using table lookups for... |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | runtime: evacuate old map buckets more consistently |
commit | commitdiff | tree |
2017-02-28 |
Matthew Dempsky | cmd/internal/obj: remove unused Getcallerpc function |
commit | commitdiff | tree |
2017-02-28 |
philhofer | cmd/compile/ssa: more aggressive constant folding |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/compile, runtime: specialize convT2x, don't alloc... |
commit | commitdiff | tree |
2017-02-28 |
Cherry Zhang | cmd/compile: update signature of runtime.memclr* |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/vet/all: temporarily ignore vendored pprof |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/vet: allow shifts by amounts calculated using unsafe |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/vet/all: move suspicious shift whitelists to 64 bit |
commit | commitdiff | tree |
2017-02-28 |
Brad Fitzpatrick | cmd/dist: make the vetall builder have test shards... |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/vet/all: exit with non-zero error code on failure |
commit | commitdiff | tree |
2017-02-28 |
Michael Munday | cmd/compile: emit fused multiply-{add,subtract} instruc... |
commit | commitdiff | tree |
2017-02-28 |
David du Colombier | crypto/sha512: fix checkAVX2 |
commit | commitdiff | tree |
2017-02-28 |
Martin Möhrmann | cmd/compile: fix assignment order in string range loop |
commit | commitdiff | tree |
2017-02-28 |
Carlo Alberto... | bytes: make bytes.Buffer cache-friendly |
commit | commitdiff | tree |
2017-02-28 |
Josh Bleecher... | cmd/compile: fold (NegNN (ConstNN ...)) |
commit | commitdiff | tree |
2017-02-28 |
Michael Munday | cmd/compile: fix merging of s390x conditional moves... |
commit | commitdiff | tree |
2017-02-28 |
Joe Tsai | net/url: document the package better |
commit | commitdiff | tree |
2017-02-27 |
Robert Griesemer | go/importer: support importing directly from source |
commit | commitdiff | tree |
2017-02-27 |
Austin Clements | cmd/internal/obj, runtime: update funcdata comments |
commit | commitdiff | tree |
2017-02-27 |
Kevin Burke | os/user: add Go implementation of LookupGroup, LookupGr... |
commit | commitdiff | tree |
2017-02-27 |
Robert Griesemer | go/internal/srcimporter: implemented srcimporter |
commit | commitdiff | tree |
2017-02-27 |
Josh Bleecher... | cmd/compile: ignore some dead code during escape analysis |
commit | commitdiff | tree |
2017-02-27 |
Matthew Dempsky | cmd/compile/internal/gc: refactor liveness bitmap gener... |
commit | commitdiff | tree |
2017-02-27 |
Josh Bleecher... | cmd/internal/obj/x86: improve static branch prediction... |
commit | commitdiff | tree |
2017-02-27 |
Matthew Dempsky | cmd/compile/internal/gc: simplify ascompatte |
commit | commitdiff | tree |
2017-02-27 |
Dmitry Vyukov | runtime: remove unused RaceSemacquire declaration |
commit | commitdiff | tree |
2017-02-27 |
Robert Griesemer | go/build: move math/bits into L1 set of dependencies |
commit | commitdiff | tree |
2017-02-27 |
Tom Bergan | net/http: update bundles http2 |
commit | commitdiff | tree |
2017-02-27 |
Josh Bleecher... | cmd/compile: simplify and clean up inlnode |
commit | commitdiff | tree |
2017-02-27 |
Josh Bleecher... | cmd/compile: ignore some dead code when deciding whethe... |
commit | commitdiff | tree |
2017-02-27 |
Josh Bleecher... | runtime/pprof: handle empty stack traces in Profile.Add |
commit | commitdiff | tree |
2017-02-27 |
Kevin Burke | os/user: rename group cgo file |
commit | commitdiff | tree |
2017-02-26 |
Brad Fitzpatrick | os: skip atime-going-backwards test on NetBSD for now |
commit | commitdiff | tree |
2017-02-25 |
Robert Griesemer | math/bits: faster Reverse8/16 functions using table... |
commit | commitdiff | tree |
2017-02-25 |
Robert Griesemer | cmd/dist: ran mkdeps.bash |
commit | commitdiff | tree |
2017-02-25 |
Josh Bleecher... | cmd/compile: fix dolinkobj flag in TestAssembly |
commit | commitdiff | tree |
2017-02-25 |
Bill O'Farrell | cmd/go: implement -buildmode=plugin for s390x |
commit | commitdiff | tree |
2017-02-25 |
David Chase | cmd/compile: added cheapexpr call to simplify operand... |
commit | commitdiff | tree |
2017-02-25 |
Robert Griesemer | math/bits: fix incorrect doc strings for TrailingZeros... |
commit | commitdiff | tree |
2017-02-24 |
Martin Möhrmann | strings: speed up Map |
commit | commitdiff | tree |
2017-02-24 |
Michael Munday | os/exec: deflake TestPipeLookPathLeak |
commit | commitdiff | tree |
2017-02-24 |
Martin Möhrmann | cmd/compile: make setting and accessing of node slice... |
commit | commitdiff | tree |
2017-02-24 |
Lorenzo Masini | cmd/compile: speed up TestAssembly |
commit | commitdiff | tree |
next |