]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-03-02 Mike Danesecrypto/tls: make Config.Clone also clone the GetClientC...
2017-03-02 Josh Bleecher... Revert "Revert "cmd/vet/all: remove pprof from the...
2017-03-02 Josh Bleecher... cmd/vet/all: remove printf hacks
2017-03-02 Josh Bleecher... cmd/vet/all: vet using only source
2017-03-02 Josh Bleecher... cmd/vet: support importing from source
2017-03-02 Josh Bleecher... cmd/vet: refactor to support alternative importers
2017-03-02 Heschi Kreinickcmd/trace: traces may end with pending mark assists
2017-03-02 Josh Bleecher... runtime: delay marking maps as writing until after...
2017-03-02 Matthew Dempskycmd/compile: add missing WBs for reflect.{Slice,String...
2017-03-02 Josh Bleecher... cmd/vet/all: use SizesFor to calculate archbits
2017-03-02 Josh Bleecher... cmd/vet: use types.SizesFor
2017-03-02 Josh Bleecher... go/types: add a compiler param to SizesFor
2017-03-02 Josh Bleecher... cmd/compile: don't crash when slicing non-slice
2017-03-02 Russ Coxtime: strip monotonic time in t.Round, t.Truncate
2017-03-02 Brad Fitzpatricknet/http: add more debugging to TestServerAllowsBlockin...
2017-03-02 Philip Hofercmd/internal/obj/arm: improve static branch prediction...
2017-03-02 Ian Lance Taylorcmd/go: fix TestFFLAGS for Fortran compilers that accep...
2017-03-02 Russ Coxdoc/devel: update release.html for new support policy
2017-03-02 Michel Lespinassevendor: import golang.org/x/net/proxy
2017-03-02 Michel Lespinassenet/http: add support for socks5 proxy
2017-03-01 Robert Griesemergo/types: change local gotype command to use source...
2017-03-01 Keith Randallcmd/compile: ppc64x no longer needs a scratch stack...
2017-03-01 Josh Bleecher... net/smtp: skip flaky TestTLSClient on freebsd/amd64
2017-03-01 Raul Silveracmd/vendor/github.com/google/pprof: refresh from upstream
2017-03-01 Keith Randallcmd/compile: fix disassembly of invalid instructions
2017-03-01 Brad Fitzpatricknet/http: deflake TestClientRedirect308NoGetBody
2017-03-01 Lynn Bogercmd/compile: intrinsify atomics on ppc64x
2017-03-01 Andreas Auernhammercrypto: add BLAKE2b and BLAKE2s hash constants
2017-03-01 Joe Shawencoding/pem: refuse extra data on ending line
2017-03-01 Robert Griesemergo/internal/srcimporter: report reimport of incomplete...
2017-03-01 Lynn Bogerruntime, cmd/go: roll back stale message, test detail
2017-03-01 David du Colombiercmd/vendor/github.com/google/pprof: refresh from upstream
2017-03-01 Lynn Bogercmd/compile: use reg moves for int <-> float conversion...
2017-03-01 Brad Fitzpatricknet/http: fix flaky TestClientRedirect308NoLocation
2017-03-01 Kevin Burkeos: add OpenFile example for appending data
2017-03-01 Josh Bleecher... Revert "cmd/vet/all: remove pprof from the whitelist"
2017-03-01 Heschi Kreinicktesting: fix Benchmark() to start at 1 iteration, not 100
2017-03-01 Alex Brainmancmd/link: write dwarf sections
2017-03-01 Alex Brainmancmd/link: write dwarf relocations
2017-03-01 Ian Lance Tayloros: don't use waitid on Darwin
2017-03-01 Dave Cheneycmd/compile/internal/ssa: remove unused PrintFunc variable
2017-03-01 Robert Griesemergo/internal/srcimporter: parse files concurrently ...
2017-03-01 Matthew Dempskycmd/compile/internal/gc: separate builtin and real...
2017-03-01 Brad Fitzpatrickcmd/vet/all: remove pprof from the whitelist
2017-03-01 Josh Bleecher... cmd/compile: recognize bit test patterns on amd64
2017-03-01 Heschi Kreinickcmd/compile, cmd/asm: remove Link.Plists
2017-03-01 Raul Silveracmd/vendor/github.com/google/pprof: refresh from upstream
2017-03-01 Robert Griesemercompress/flate: use math/bits.Reverse8/16 instead of...
2017-02-28 Robert Griesemermath/bits: move left-over functionality from bits_impl...
2017-02-28 Josh Bleecher... cmd/vet/all: disable cgo when running 'go install'
2017-02-28 Brad Fitzpatrickos/exec: remove duplicate environment variables in...
2017-02-28 Martin Möhrmannstrings: fix handling of invalid UTF-8 sequences in Map
2017-02-28 Keith Randallcmd/compile: simplify load+op rules
2017-02-28 Robert Griesemergo/types: implement SizesFor convenience function
2017-02-28 Robert Griesemermath/bits: faster LeadingZeros and Len functions
2017-02-28 Robert Griesemermath/bits: faster TrailingZeroes8
2017-02-28 Robert Griesemermath/bits: faster OnesCount using table lookups for...
2017-02-28 Josh Bleecher... runtime: evacuate old map buckets more consistently
2017-02-28 Matthew Dempskycmd/internal/obj: remove unused Getcallerpc function
2017-02-28 philhofercmd/compile/ssa: more aggressive constant folding
2017-02-28 Josh Bleecher... cmd/compile, runtime: specialize convT2x, don't alloc...
2017-02-28 Cherry Zhangcmd/compile: update signature of runtime.memclr*
2017-02-28 Josh Bleecher... cmd/vet/all: temporarily ignore vendored pprof
2017-02-28 Josh Bleecher... cmd/vet: allow shifts by amounts calculated using unsafe
2017-02-28 Josh Bleecher... cmd/vet/all: move suspicious shift whitelists to 64 bit
2017-02-28 Brad Fitzpatrickcmd/dist: make the vetall builder have test shards...
2017-02-28 Josh Bleecher... cmd/vet/all: exit with non-zero error code on failure
2017-02-28 Michael Mundaycmd/compile: emit fused multiply-{add,subtract} instruc...
2017-02-28 David du Colombiercrypto/sha512: fix checkAVX2
2017-02-28 Martin Möhrmanncmd/compile: fix assignment order in string range loop
2017-02-28 Carlo Alberto... bytes: make bytes.Buffer cache-friendly
2017-02-28 Josh Bleecher... cmd/compile: fold (NegNN (ConstNN ...))
2017-02-28 Michael Mundaycmd/compile: fix merging of s390x conditional moves...
2017-02-28 Joe Tsainet/url: document the package better
2017-02-27 Robert Griesemergo/importer: support importing directly from source
2017-02-27 Austin Clementscmd/internal/obj, runtime: update funcdata comments
2017-02-27 Kevin Burkeos/user: add Go implementation of LookupGroup, LookupGr...
2017-02-27 Robert Griesemergo/internal/srcimporter: implemented srcimporter
2017-02-27 Josh Bleecher... cmd/compile: ignore some dead code during escape analysis
2017-02-27 Matthew Dempskycmd/compile/internal/gc: refactor liveness bitmap gener...
2017-02-27 Josh Bleecher... cmd/internal/obj/x86: improve static branch prediction...
2017-02-27 Matthew Dempskycmd/compile/internal/gc: simplify ascompatte
2017-02-27 Dmitry Vyukovruntime: remove unused RaceSemacquire declaration
2017-02-27 Robert Griesemergo/build: move math/bits into L1 set of dependencies
2017-02-27 Tom Bergannet/http: update bundles http2
2017-02-27 Josh Bleecher... cmd/compile: simplify and clean up inlnode
2017-02-27 Josh Bleecher... cmd/compile: ignore some dead code when deciding whethe...
2017-02-27 Josh Bleecher... runtime/pprof: handle empty stack traces in Profile.Add
2017-02-27 Kevin Burkeos/user: rename group cgo file
2017-02-26 Brad Fitzpatrickos: skip atime-going-backwards test on NetBSD for now
2017-02-25 Robert Griesemermath/bits: faster Reverse8/16 functions using table...
2017-02-25 Robert Griesemercmd/dist: ran mkdeps.bash
2017-02-25 Josh Bleecher... cmd/compile: fix dolinkobj flag in TestAssembly
2017-02-25 Bill O'Farrellcmd/go: implement -buildmode=plugin for s390x
2017-02-25 David Chasecmd/compile: added cheapexpr call to simplify operand...
2017-02-25 Robert Griesemermath/bits: fix incorrect doc strings for TrailingZeros...
2017-02-24 Martin Möhrmannstrings: speed up Map
2017-02-24 Michael Mundayos/exec: deflake TestPipeLookPathLeak
2017-02-24 Martin Möhrmanncmd/compile: make setting and accessing of node slice...
2017-02-24 Lorenzo Masinicmd/compile: speed up TestAssembly
next