]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-06 Jaana Burcu... cmd/go: note when some Go files were ignored on no...
2016-10-05 Dmitriy Dudkincmd/go: fix go get -u wildcard corner case
2016-10-05 Lynn Bogerruntime: memclr perf improvements on ppc64x
2016-10-05 Quentin Smithcrypto/x509: support RHEL 7 cert bundle
2016-10-05 Robert Griesemercmd/compile: untyped arrays bounds representable as...
2016-10-05 Joe TsaiRevert "net/http: improve performance for parsePostForm"
2016-10-05 Alexander Döringos/exec: add example for CommandContext
2016-10-05 Jirka Daněkencoding/json: add struct and field name to UnmarshalTy...
2016-10-05 Quentin Smithsyscall: relax TestUnshare
2016-10-05 Russ Coxencoding/json: use standard ES6 formatting for numbers...
2016-10-05 Cherry Zhangcmd/compile: use CBZ/CBNZ instrunctions on ARM64
2016-10-05 Cherry Zhangruntime, cmd/internal/obj: get rid of rewindmorestack
2016-10-05 Yasuhiro Matsumotocmd/asm: close file before remove
2016-10-05 Lynn Bogercmd/compile: Improve const shifts in PPC64.rules
2016-10-05 Matthew Dempskycmd/compile, cmd/cgo: align complex{64,128} like GCC
2016-10-05 Keith Randallcmd/compile: make CSE faster
2016-10-05 Justin Nußencoding/csv: avoid allocations when reading records
2016-10-05 Matthew Dempskycmd/compile/internal/gc: change bvfoo functions into...
2016-10-05 Michael Fraenkelnet/http: multipart ReadForm close file after copy
2016-10-05 Russ Coxcontext: make DeadlineExceeded implement net.Error
2016-10-05 Michael Mundaycrypto/{aes,cipher}: add optimized implementation of...
2016-10-05 Michael Mundayruntime/testdata/testprogcgo: add explicit return value...
2016-10-05 Brad Fitzpatricksort: fix a slice benchmark not using the stable varian...
2016-10-05 Aliaksandr... cmd/vet: skip printf check for non-constant format...
2016-10-05 Ian Lance Taylorruntime: don't call cgocallback from signal handler
2016-10-05 Ian Lance Taylorruntime: avoid endless loop if printing the panic value...
2016-10-05 Brad Fitzpatrickencoding/csv: update and add CSV reading benchmarks
2016-10-05 Jeff R. Allenimage/gif: check handling of truncated GIF files
2016-10-05 Russ Coxmath: fix Gamma(x) for x < -170.5 and other corner...
2016-10-05 Russ Coxmath: use portable Exp instead of 387 instructions...
2016-10-05 Joe Tsaicmd/doc: ensure summaries truly are only one line
2016-10-04 Kevin Burkecmd/cover: fix typo
2016-10-04 Robert Griesemergo/types: minimal support for alias declarations: don...
2016-10-04 Robert Griesemergo/printer: support for printing alias declarations
2016-10-04 Robert Griesemergo/ast, go/parser: parse alias declarations
2016-10-04 Robert Griesemergo/scanner, go/token: recognize => (ALIAS) token
2016-10-04 Carl Mastrangeloruntime: make append only clear uncopied memory
2016-10-04 Matthew Dempskycmd/compile/internal/ssa: update BlockKind documentation
2016-10-04 Oleg Vakhetafmt: add tests for parsenum
2016-10-04 Matthew Dempskycmd/compile/internal/ssa: add Op.UsesScratch method
2016-10-04 Quentin Renardnet/http: improve performance for parsePostForm
2016-10-04 Keith Randallcmd/compile: lower cse comparison depth
2016-10-04 Daniel Theophanesdatabase/sql: fixup remaining driver call to use context
2016-10-04 Robert Griesemerreflect: ignore struct tags when converting structs
2016-10-04 Robert Griesemergo/types: ignore struct tags when converting structs
2016-10-04 Robert Griesemercmd/compile: ignore struct tags when converting structs
2016-10-04 Matthew Dempskycmd/compile: cleanup artifacts from previous CL
2016-10-04 Robert Griesemerspec: ignore struct tags when converting structs
2016-10-04 Matthew Dempskycmd/compile: layout stack frame during SSA
2016-10-04 Keith Randallcmd/compile: remove duplicate statement list function
2016-10-04 Dhananjay Nakranicmd/cover: Fix compiler directives handling.
2016-10-04 Keith Randallcmd/compile: force folding of MOVDaddr into storezero
2016-10-04 Brad Fitzpatrickregexp: remove dead code
2016-10-04 Nick Craig... runtime: correct function name in throw message
2016-10-04 Filippo Valsordacrypto/tls: implement countermeasures against CBC paddi...
2016-10-04 Brad Fitzpatrickall: use sort.Slice where applicable
2016-10-04 Mikio Haranet: implement network interface API for Solaris
2016-10-04 Mikio Haravendor: import golang.org/x/net/lif
2016-10-03 Mikio Harasyscall: fix Send{msg,msgN}, Recvmsg and control messag...
2016-10-03 Michael Mundaycmd/compile: remove unnecessary OpSB checks in S390X...
2016-10-03 Austin Clementsruntime: fix missing space in error message
2016-10-03 Austin Clementsruntime: document bmap.tophash
2016-10-03 Austin Clementsruntime: make gcDumpObject useful on stack frames
2016-10-03 Austin Clementsruntime: introduce a type for span states
2016-10-03 Keith Randallcmd/compile: Use Sreedhar+Gao phi building algorithm
2016-10-03 Cherry Zhangcmd/compile: remove unnecessary write barriers for...
2016-10-03 Ian Lance Taylordoc: add PKG_CONFIG and GIT_ALLOW_PROTOCOL env vars...
2016-10-03 Billy Lynchcmd/go: add support for GIT_ALLOW_PROTOCOL
2016-10-03 Boris Nagaevcmd/dist, cmd/go: add environment variable override...
2016-10-03 Than McIntoshcmd/compile: relax liveness restrictions on ambiguously...
2016-10-03 Brad Fitzpatricknet: clarify that Conn deadlines also affect currently...
2016-10-03 Austin Clementsruntime: weaken claim about SetFinalizer panicking
2016-10-03 Brad Fitzpatricksort: add Slice, SliceStable, and SliceIsSorted
2016-10-03 Florian Uekermannmath/rand: add Rand.Uint64
2016-10-02 Adam Langleycrypto/ecdsa: correct code comment.
2016-10-02 Adam Langleycrypto/x509: return better error when a certificate...
2016-10-02 Adam Langleycrypto/x509: fix name constraints handling.
2016-10-02 Emmanuel Odekecmd/compile: improve error message for wrong number...
2016-10-01 Adam Langleycrypto/tls: simplify keylog tests.
2016-10-01 Emmanuel Odekestrings, bytes: panic if Repeat overflows or if given...
2016-10-01 Matt Layherbufio: remove redundant Writer.flush method
2016-10-01 Mikio Harasyscall: re-enable TestPassFD on dragonfly
2016-10-01 Brad Fitzpatricknet/http: don't sniff Request.Body on 100-continue...
2016-10-01 Mike Applebyruntime: sleep on CLOCK_MONOTONIC in futexsleep1 on...
2016-10-01 Mike Applebytime: update comment to reflect correct file path.
2016-09-30 Joe Tsaicmd/doc: perform type grouping for constants and variables
2016-09-30 Matt Layhercontext: discourage use of basic types as keys in WithValue
2016-09-30 Brad Fitzpatrickreflect: add Swapper func
2016-09-30 Brad Fitzpatricknet/http: refactor testing of Request.Body on 0 Content...
2016-09-30 David Benjamincrypto/tls: Fix c.in.decrypt error handling.
2016-09-30 Alberto Donizetticmd/compile: update error messages in Mpint, Mpflt...
2016-09-30 Michael Mundaycmd/compile: improve load/store merging on s390x
2016-09-30 Alberto Donizetticmd/compile: delete unused Convconst function
2016-09-30 Brad Fitzpatricknet/http: update bundled http2, add h2 Transport.IdleCo...
2016-09-30 David Crawshawruntime: remove defer from standard cgo call
2016-09-30 Matthew Dempskyruntime, syscall: use FP instead of SP for parameters
2016-09-30 Matthew Dempskycmd/compile: eliminate stkdelta
2016-09-30 Matthew Dempskycmd/compile: split Addrconst out of Naddr
2016-09-30 Brad Fitzpatricknet/http: remove TODO about the Server's base context
2016-09-29 Matthew Dempskycmd/compile: make Afunclit the default/only behavior...
next