]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-09-28 Blixtencoding/binary: add bool support
2016-09-28 Andrew Gerranddoc: add testing Name method to go1.8.txt
2016-09-28 Mikio Hararuntime, runtime/cgo: revert CL 18814; don't drop signa...
2016-09-28 Ian Lance Taylorruntime: minor simplifications to signal code
2016-09-28 Andrew Gerrandtesting: add Name method to *T and *B
2016-09-28 Alex Brainmanruntime: use RtlGenRandom instead of CryptGenRandom
2016-09-27 Keith Randallcmd/compile: remove duplicate nilchecks
2016-09-27 Cherry Zhangmath: add some assembly implementations on ARM64
2016-09-27 Brad Fitzpatricknet/http: add more IDNA2008 tests and fix some omissions
2016-09-27 Brad Fitzpatrickvendor: add golang.org/x/text/unicode/norm + x/test...
2016-09-27 mike andrews encoding/json: fix a bug in the documentation
2016-09-27 Ian Lance Taylorruntime: remove sigmask type, use sigset instead
2016-09-27 Daniel Theophanesdatabase/sql: add context methods
2016-09-27 Luigi Riefologo/doc: add IsPredeclared function
2016-09-27 Ian Lance Taylorruntime: simplify signalstack by dropping nil as argument
2016-09-27 Elias Naurruntime: relax SetFinalizer documentation to allow...
2016-09-27 Michael Mundaycmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions
2016-09-27 Michael Mundaycmd/asm: add s390x instructions BLTU and BLEU
2016-09-27 Michael Mundaycmd/asm, cmd/internal/obj/s390x: improve add/multiply...
2016-09-27 Michael Mundayreflect, runtime: optimize Value.Call on s390x and...
2016-09-27 Alberto Donizetticmd/compile: remove commented-out old c code
2016-09-27 Cherry Zhangcmd/compile: move value around before kick it out of...
2016-09-27 Cherry Zhangruntime, cmd/compile: implement and use DUFFCOPY on...
2016-09-27 Oliver Tonnhoferimage/png: improve compression by skipping filter for...
2016-09-27 Alberto Donizetticmd/compile: fix misaligned comments
2016-09-27 Sam Whiteddatabase/sql: add doc comment for ErrTxDone
2016-09-27 Michal Bohuslávekmath/big: support negative numbers in ModInverse
2016-09-26 Austin Clementsruntime: optimize defer code
2016-09-26 Austin Clementsruntime: implement getcallersp in Go
2016-09-26 Austin Clementsruntime: update malloc.go documentation
2016-09-26 Austin Clementsruntime: document MemStats
2016-09-26 Austin Clementsruntime: eliminate memstats.heap_reachable
2016-09-26 Austin Clementsruntime: disentangle next_gc from GC trigger
2016-09-26 Robert Griesemergo/ast: better documentation for CallExpr node
2016-09-26 Robert Griesemercmd/printer: document that Fprint doesn't match gofmt...
2016-09-26 Ian Lance Taylorruntime: unify Unix implementations of unminit
next