]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2016-09-29 Daniel Theophanesdatabase/sql: close Rows when context is cancelled
2016-09-29 Matthew Dempskycmd/compile/internal/ssa: erase register copies determi...
2016-09-29 Brad Fitzpatricknet/http: use atomic.Value for Transport's alternate...
2016-09-29 Brad Fitzpatricknet: add Buffers type, do writev on unix
2016-09-29 Nodir Turakulovhtml/template: check "type" attribute in <script>
2016-09-29 Matthew Dempskycmd/compile/internal/x86: fix zero-range merging logic
2016-09-29 Alberto Donizetticmd/compile: delete unused (*Node) SetInt, SetBigInt...
2016-09-29 Joe Tsaiarchive/tar: move parse/format functionality into strco...
2016-09-29 Joe Tsainet/http: document how Request.Cookie deals with duplic...
2016-09-29 Matthew Dempskycmd/internal/obj/arm: cleanup some unnecessary temps...
2016-09-29 Brad Fitzpatricknet: make proto and port lookups fall back to baked...
2016-09-29 Alberto Donizetticmd/compile: delete unused IntLiteral function
2016-09-29 Alberto Donizettitime: update test for tzdata-2016g
2016-09-29 Ilya Tocarmath: make sqrt smaller on AMD64
2016-09-29 Cherry Zhangcmd/internal/obj/arm: optimize MOVW $-off(R), R
2016-09-29 Ilya Tocarcmd/internal/obj/x86: cleanup
2016-09-28 Matthew Dempskycmd/compile: don't crash on (unsafe.Sizeof)(0)
2016-09-28 Cherry Zhangcmd/compile: re-enable nilcheck removal for newobject
next