]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2016-10-26 Mikio Haranet/http: gofmt -w -s
2016-10-26 Austin Clementsruntime: scan mark worker stacks like normal
2016-10-26 David du Colombiernet/rpc: enable TestGobError on Plan 9
2016-10-26 Austin Clementscmd/compile: remove unused writebarrierptr, typedmemmov...
2016-10-26 David du Colombieros: consider only files from #M as regular on Plan 9
2016-10-26 Russ Coxflag: arrange for FlagSet.Usage to be non-nil by default
2016-10-26 Rob Pikeall: freeze net/rpc and reword the 'frozen' message...
2016-10-26 Rob Pikedoc/effectivego: reword confusing sentence
2016-10-26 Austin Clementsruntime: fix bad pointer with 0 stack barriers
2016-10-26 Austin Clementsruntime: debug code to panic when marking a free object
2016-10-26 Austin Clementsruntime: simplify reflectcall write barriers
2016-10-26 Russ Coxcmd/go: report missing vendor visibility error
2016-10-26 Filippo Valsordacrypto/tls: expand ClientHelloInfo
2016-10-26 Russ Coxfmt: document that unexported struct fields don't get...
2016-10-26 Russ Coxcmd/go: diagnose non-canonical import paths before...
2016-10-26 Russ Coxcmd/vet: diagnose non-space-separated struct tag like...
2016-10-26 Michael Mundaycmd/compile: improve s390x SSA rules for logical ops
2016-10-26 Alexander Morozovruntime: fix comments in time.go
2016-10-26 Francesc Campoycmd/dist: ignore stderr when listing packages to test
2016-10-25 Matthew Dempskycmd/compile: slightly regularize interface method types
2016-10-25 Keith RandallRevert "Revert "cmd/compile: inline convI2E""
2016-10-25 Joe Tsainet/http: fix redirect logic to handle mutations of...
2016-10-25 Matthew Dempskycmd/compile: don't wrap numeric or type literals in...
2016-10-25 Matthew Dempskycmd/compile: remove old lexer and parser
2016-10-25 Austin Clementsruntime: eliminate allspans snapshot
2016-10-25 Austin Clementsruntime: make markrootSpans time proportional to in...
2016-10-25 Austin Clementsruntime: make sweep time proportional to in-use spans
2016-10-25 Austin Clementsruntime: expand comment on work.spans
2016-10-25 Austin Clementsruntime: use len(h.spans) to indicate mapped region
2016-10-25 Austin Clementsruntime: consolidate h_spans and mheap_.spans
2016-10-25 Austin Clementsruntime: eliminate mheap.nspan and use range loops
2016-10-25 Austin Clementsruntime: consolidate h_allspans and mheap_.allspans
2016-10-25 Matthew Dempskycmd/compile/internal/gc: enable new parser by default
2016-10-25 David du Colombiersyscall: use name+(NN)FP on plan9/amd64
next