]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-03-04 Elias NaurRevert "cmd/go: add comment about SIGUSR2 on iOS"
2017-03-04 Elias NaurRevert "cmd/go, misc: rework cwd handling for iOS tests"
2017-03-04 Elias NaurRevert "all: test adjustments for the iOS builder"
2017-03-03 Matthew Dempskycmd/compile/internal/gc: replace Node.Ullman with Node...
2017-03-03 David Lazarcmd/compile: include position info in exported function...
2017-03-03 David Lazarcmd/compile: add flag for debugging PC-value tables
2017-03-03 David Lazarcmd/internal/obj: avoid duplicate file name symbols
2017-03-03 David Lazarruntime: use inlining tables to generate accurate trace...
2017-03-03 David Lazarcmd/compile: copy literals when inlining
2017-03-03 David Lazarcmd/compile,link: generate PC-value tables with inlinin...
2017-03-03 Aliaksandr... cmd/compile: pack bool fields in Node, Name, Func and...
2017-03-03 Johan Brandhorstnet/http/httptest: add Client and Certificate methods...
2017-03-03 Matthew Dempskycmd/compile/internal/ssa: remove Hmul{8,16}{,u} ops
2017-03-03 Cherry Zhangcmd/compile: remove zeroing after newobject
2017-03-03 Cherry Zhangcmd/compile: fix optimization of Zero newobject on...
2017-03-03 Matthew Dempskycmd/compile/internal/gc: remove OHMUL Op
2017-03-03 Austin Clementsruntime: clarify access to mheap_.busy
2017-03-03 Austin Clementsruntime: simplify sweep allocation counting
2017-03-03 Austin Clementsruntime: don't rescan finalizers queue during mark...
2017-03-03 Austin Clementsruntime: remove wbufptr
2017-03-03 Austin Clementscmd/compile: accept string debug flags
2017-03-03 Cherry Zhangcmd/compile: get rid of "volatile" in SSA
2017-03-02 Will Storeyimage/gif: handle an extra data sub-block byte.
2017-03-02 Josh Bleecher... runtime/pprof: fix data race between Profile.Add and...
2017-03-02 Robert Griesemergo/types: don't exclude package unsafe from a Package...
2017-03-02 Robert Griesemergo/types: support type checking of external tests with...
2017-03-02 Robert Griesemergo/types: gotype to always report the same first error now
2017-03-02 Josh Bleecher... cmd/dist, cmd/compile: eliminate mergeEnvLists copies
2017-03-02 Brad Fitzpatricknet/http: clean up Transport.RoundTrip error handling
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
next