]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-28 Russ Coxencoding/csv: document Read error behavior
2016-10-28 Russ Coxcmd/go, go/build: document form of import paths
2016-10-28 Russ Coxruntime/trace: deflake TestTraceSymbolize
2016-10-28 Russ Coxos: adjust (*File).Read comment
2016-10-28 Quentin Smithos/exec: document how Command fills in Cmd.Args
2016-10-28 Austin Clementsruntime: zero-initialize LR on new stacks
2016-10-28 Austin Clementsruntime: ensure finalizers are zero-initialized before...
2016-10-28 Austin Clementsruntime: avoid write barriers to uninitialized finalize...
2016-10-28 Austin Clementsruntime: document rules about unmanaged memory
2016-10-28 Austin Clementscmd/compile: use typedmemclr for zeroing if there are...
2016-10-28 Austin Clementscmd/compile: lower slice clears to memclrHasPointers
2016-10-28 Russ Coxmime/multipart: simplify Part.Read
2016-10-28 Austin ClementsRevert "runtime/pprof: write profiles in protobuf format."
2016-10-28 Russ Coxnet: add (*UnixListener).SetUnlinkOnClose
2016-10-28 Russ Coxnet: only remove Unix domain socket file on the first...
2016-10-28 Austin Clementsruntime, cmd/compile: rename memclr -> memclrNoHeapPointers
2016-10-28 Austin Clementsruntime: make fixalloc zero allocations on reuse
2016-10-28 Austin Clementsruntime: make _MSpanDead be the zero state
2016-10-28 Austin Clementsruntime: use typedmemclr for typed memory
2016-10-28 Austin Clementsruntime: parallelize STW mcache flushing
2016-10-28 Josh Bleecher... cmd/compile: don't alloc Name/Param for unresolved...
2016-10-28 unknownruntime/pprof: write profiles in protobuf format.
2016-10-28 Austin Clementsruntime: fix preemption of root marking jobs
2016-10-28 Austin Clementsruntime/trace, internal/trace: script to collect canned...
2016-10-28 Joe Tsaibytes, strings: optimize for ASCII sets
2016-10-28 Russ Coxhtml/template, text/template: drop defined template...
2016-10-28 Russ Coxruntime: skip TestMemmoveOverflow if mmap of needed...
2016-10-28 Robert Griesemerspec: update operator and delimiter section
2016-10-28 Josh Chorltonnet/http: fix cookie Expires minimum year to 1601 inste...
2016-10-28 Russ Coxmime/quotedprintable: accept = not followed by 2 hex...
2016-10-28 Jaana Burcu... net/http/httptrace: refer http.Client users to the...
2016-10-28 Brad Fitzpatrickdoc: remove mention of Go 1.6.3 working on Sierra
2016-10-28 Austin Clementsruntime, cmd/trace: track goroutines blocked on GC...
2016-10-28 Austin Clementscmd/trace: track each G's state explicitly
2016-10-28 Austin Clementsruntime, cmd/trace: annotate different mark worker...
2016-10-28 Cherry Zhangcmd/compile: make LR allocatable in non-leaf functions...
2016-10-28 Cherry Zhangcmd/internal/obj/mips: materialize float constant 0...
2016-10-28 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: Add vector scalar...
2016-10-28 David Crawshawruntime: pass windows float syscall args via XMM
2016-10-28 Austin Clementsruntime: fix preemption of fractional and idle mark...
2016-10-28 Peter Weinbergerruntime: Profile goroutines holding contended mutexes.
2016-10-28 Martin Möhrmanncmd/compile: move stringtoslicebytetmp to the backend
2016-10-28 Alex Brainmanruntime/cgo: do not link threads lib by default on...
2016-10-28 Josh Bleecher... cmd/compile: eliminate more allocs in newblock
2016-10-28 Josh Bleecher... cmd/compile: combine slice allocations in newblock
2016-10-28 Nigel Taoimage/png: implement grayscale transparency.
2016-10-27 Matthew Dempskycmd/compile: stop adding implicit OKEY nodes
2016-10-27 Nigel Taoimage/png: implement truecolor transparency.
2016-10-27 Cherry Zhangmath/big: flip long/short flag on TestFloat32Distribution
2016-10-27 Keith Randallcmd/compile: combine some extensions with loads
2016-10-27 Josh Bleecher... cmd/compile: eliminate Name.Inlvar
2016-10-27 Keith Randallcmd/compile: remove redundant extension after shift
2016-10-27 Keith Randallcmd/compile: use masks instead of branches for slicing
2016-10-27 Robert Griesemercmd/compile: disallow "init" as alias
2016-10-27 Robert Griesemercmd/compile, go/parser: disallow "type T = p.T" - must...
2016-10-27 Michael Hudson... cmd/compile, runtime: make the go.itab.* symbols module...
2016-10-27 Adam Langleyvendor/golang_org/x/crypto/poly1305: sync to 1150b8bd09...
2016-10-27 Russ Coxnet: add examples to Addr definition
2016-10-27 Russ Coxmime: preserve unnecessary backslash escapes as literals
2016-10-27 Russ Coxnet/mail: allow empty quoted string name in address...
2016-10-27 Brad Fitzpatricknet/http: update bundled http2
2016-10-27 Russ Coxruntime: use clock_gettime(CLOCK_REALTIME) for nanoseco...
2016-10-27 Robert Griesemerspec: add new language for alias declarations
2016-10-27 Russ Coxruntime: print sigcode on signal crash
2016-10-27 Robert Griesemercmd/compile: import/export of alias declarations
2016-10-27 Adam Langleycrypto/tls: add GetClientCertificate callback
2016-10-27 Russ Coxnet/rpc: fix method requirement docs
2016-10-27 Adam Langleycrypto/tls: add a SignatureScheme type.
2016-10-27 Adam Langleycrypto/x509: don't accept a root that already appears...
2016-10-27 Keith Randallcmd/compile: emit assignments after calls in the right...
2016-10-27 Josh Bleecher... cmd/compile: change Func.FCurfn to IsHiddenClosure
2016-10-27 Cherry Zhangcmd/compile: make LR allocatable in non-leaf functions...
2016-10-27 Cherry Zhangcmd/compile: make LR allocatable in non-leaf functions...
2016-10-27 Cherry Zhangcmd/compile: enable DUFFZERO in defframe on MIPS64
2016-10-27 Vladimir Stefanoviccmd/objdump: skip tests for GOARCH=mips{,le}
2016-10-27 Josh Bleecher... cmd/compile: reuse sort helpers
2016-10-27 Nigel Taoimage/png: allow tRNS chunk without a PLTE chunk.
2016-10-27 Andrew Gerranddoc: s/race/ethnicity/ in the Code of Conduct
2016-10-27 Chris McGeenet: add multicast UDP support for plan9
2016-10-27 Josh Bleecher... cmd/compile: remove Label type
2016-10-27 Josh Bleecher... cmd/compile: use List instead of OKEY for OSLICE*
2016-10-27 Klaus Postcompress/flate: make compression level 0 consistent
2016-10-27 Klaus Postcompress/flate: level 1 (best speed) match across blocks
2016-10-27 Hiroshi Iokacmd/compile/internal/gc: remove EscScope
2016-10-26 Bill O'Farrellmath/big: uses SIMD for some math big functions on...
2016-10-26 Ben Burkertcrypto/tls: add CloseWrite method to Conn
2016-10-26 Joe Tsaiunicode/utf8: optimize ValidRune
2016-10-26 Robert Griesemergo/scanner: recognize invalid floating-point constant...
2016-10-26 Joe Tsaibytes, strings: fix regression in IndexRune
2016-10-26 Adam Langleycrypto/x509: use Certificate.Equals and CertPool.contains.
2016-10-26 Brad Fitzpatricknet/http/httptest: doc tweaks
2016-10-26 Brad Fitzpatricknet/http/httptest: add more docs on ResponseRecord...
2016-10-26 Jaana Burcu... context: add comments to the WithCancel example, apply...
2016-10-26 Carl Johnsonnet/http: Improve docs for Response.ParseForm
2016-10-26 Joe Tsaibytes, strings: fix snake-case in variable name
2016-10-26 Than McIntoshcmd/compile: avoid truncating fieldname var locations
2016-10-26 Brad Fitzpatricknet/http: add Server.ReadHeaderTimeout, IdleTimeout...
2016-10-26 Brad Fitzpatrickencoding/json: marshal the RawMessage value type the...
2016-10-26 Brad Fitzpatrickapi: update next.txt
2016-10-26 David Chasecmd/compile: add explicit 'where' to EscStep data for...
next