]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-17 Michael Mundaycmd/compile: delete temporary files when test finishes
2017-11-17 isharipocmd/internal/obj/x86: add AVX2 gather and VSIB
2017-11-17 Adam Langleycrypto/x509: always emit a critical SAN extension if...
2017-11-17 Adam Langleycrypto/x509: relax EKU checking in some cases.
2017-11-17 Adam Langleycrypto/x509: don't fail to parse addition elements...
2017-11-17 Brad FitzpatrickRevert "net: Forget lookups for canceled contexts"
2017-11-17 David Chasecmd/compile: leave Pos unset for racewalk enter/exit
2017-11-17 Bill O'Farrellcmd/link: enable c-shared and c-archive mode on s390x
2017-11-17 Austin Clementsruntime: remove another TODO
2017-11-17 Austin Clementsruntime: remove TODO
2017-11-16 Daniel Theophanesdatabase/sql: allow OpenConnector in a driver.Driver...
2017-11-16 Russ Coxcmd/go: add import config debugging flag
2017-11-16 Russ Coxcmd/go: simplify compiler import config preparation
2017-11-16 Brad Fitzpatrickos/user: handle large 32-bit uid/gid values when string...
2017-11-16 Russ Coxcmd/go/internal/work: do not write trivial.c when testi...
2017-11-16 Russ Coxcmd/go: fix swig support and run swig tests during...
2017-11-16 Russ Coxcmd/go: drop flaky part of TestGoTestJSON
2017-11-16 Russ Coxcmd/go: fix cgo-disabled test failure from CL 77151
2017-11-16 Joe Tsaiarchive/tar: partially revert sparse file support
2017-11-16 Russ Coxcmd/go/internal/cache: fix build failure introduced...
2017-11-16 Russ Coxcmd/go: implement go clean -testcache
2017-11-16 Russ Coxcmd/go: run cover before cgo
2017-11-16 Russ Coxcmd/go: make file:line for cgo files look like non...
2017-11-16 Russ Coxcmd/cgo: modify source as text, not as AST
2017-11-16 Russ Coxencoding/csv: restore Go 1.9 quoted \r\n handling in...
2017-11-16 Russ Coxcmd/internal/obj, cmd/trace: restore bounds checks...
2017-11-16 Ian Lance Taylorcmd/go: add dependencies for implicit SWIG imports
2017-11-16 Russ CoxRevert "math/rand: make Perm match Shuffle"
2017-11-16 Russ CoxRevert "time: enable ZONEINFO tzdata file support and...
2017-11-16 Than McIntoshcmd/compile: fix buglet/typo in DWARF x86 setup
2017-11-16 Russ Coxio: eliminate full copy of copy loop in CopyN
2017-11-16 Russ Coxcmd/cover: do not report coverage for assembly functions
2017-11-16 Russ Coxcmd/cover: add //line comment pointing to original...
2017-11-16 Joe Kyoarchive/zip: add documentation about compression methods
2017-11-16 Russ Coxcmd/go: deflake TestGoTestJSON further
2017-11-16 Russ Coxdatabase/sql/driver: document that Execer, Queryer...
2017-11-16 Russ Coxencoding/hex: make Decode, Decoder, DecodeString agree...
2017-11-16 Russ Coxcmd/vet: shorten diagnostic about suspicious struct...
2017-11-16 Kevin Burkecrypto/cipher: use raw bytes for keys in docs
2017-11-16 Hiroshi Iokaencoding/asn1: add MarshalWithParams
2017-11-15 Troels Thomsennet: Forget lookups for canceled contexts
2017-11-15 Russ Coxarchive/zip: fix handling of replacement rune in UTF8...
2017-11-15 Russ Coxapi: update next.txt
2017-11-15 Russ Coxdatabase/sql: fix ctx.Done() == nil check
2017-11-15 Russ Coxdatabase/sql/driver: rename ResetSessioner to SessionRe...
2017-11-15 Russ Coxnet/mail: clarify doc comment
2017-11-15 Russ Coxio: document and test MultiWriter error behavior
2017-11-15 Russ Coxencoding/xml: move unexported const out of exported...
2017-11-15 Russ Coxencoding/csv: rename ParseError.RecordLine to .StartLine
2017-11-15 Russ Coxencoding/binary: make new example a bit more idiomatic
2017-11-15 Russ Coxdoc/contrib.html: add Go 1.10 to release list
2017-11-15 Russ Coxcmd/dist: adjust package doc
2017-11-15 Russ Coxbytes, strings: restore O(1) behavior of IndexAny(s...
2017-11-15 Russ Coxbytes: make ExampleTrimLeft and ExampleTrimRight match
2017-11-15 Russ Coxbytes: change ExampleReader_Len to use a non-ASCII...
2017-11-15 Russ Coxdoc/go1.10: first draft of release notes
2017-11-15 Joe Tsaiarchive/tar: change error prefix
2017-11-15 Daniel Martígo/printer: indent lone comments in composite lits
2017-11-15 Austin Clementsruntime: fix gctrace STW CPU time and CPU fraction
2017-11-15 Keith Randallbytes,strings: in generic Index, use mix of IndexByte...
2017-11-15 Brad Fitzpatrickcrypto/sha1, crypto/sha256: add go:noescape annotations
2017-11-15 Hana Kimruntime/trace: fix a typo in doc
2017-11-15 Awnarchive/tar: remove useless type conversions
2017-11-15 Marko Mudriniccrypto/sha1, crypto/sha256: fix typo fisrt -> first
2017-11-15 Ian Lance Taylorcmd/cgo: permit passing string values directly between...
2017-11-15 Tim Cooperencoding/pem: add Encode example
2017-11-15 wei xiaoruntime: IndexByte and memclr perf improvements on...
2017-11-15 OneOfOnenet/url: allow *User functions to work on a nil receiver.
2017-11-15 Tim Cooperencoding/pem: add Encode, EncodeToMemory docs
2017-11-15 Twnet/http: don't set Content-Type with empty body automa...
2017-11-15 Roger Peppecrypto, hash: document marshal/unmarshal implementation
2017-11-14 Ian Lance Taylorruntime: call amd64 VDSO entry points on large stack
2017-11-14 Michael Stapelbergnet/mail: treat comment in address as display name
2017-11-14 Hana Kimdoc: correct supported gdb version info
2017-11-14 Fangming.Fanginternal/cpu: detect cpu features in internal/cpu package
2017-11-14 Brad Fitzpatrickinternal/cpu: fix arm64 build
2017-11-14 fanzha02crypto/sha256: optimize arm64 sha256 implemention
2017-11-14 fanzha02crypto/sha1: optimize arm64 sha1 implemention
2017-11-14 Brian Kesslermath/big: clarify comment on lehmerGCD overflow
2017-11-14 Akhil Indurtinet/http/httputil: allow ReverseProxy to call ModifyRes...
2017-11-14 Alberto Donizettinet/url: clarify QueryUnescape and PathUnescape doc
2017-11-14 Keith Randallcmd/compile: always nil check before interface call
2017-11-14 Ryoichi KATObufio: Use maxConsecutiveEmptyReads instead of 100
2017-11-14 Alex Brainmanruntime: make TestWindowsStackMemory build even with...
2017-11-14 Stephen McQuay... net/http: add example to Server.Shutdown
2017-11-14 Daniel Theophanesdatabase/sql: do not leak the connectionResetter goroutine
2017-11-13 Joe Tsaihash: document that the encoded state may contain input...
2017-11-13 Austin Clementsruntime: don't elide wrapper functions that call panic...
2017-11-13 Michael Mundaycrypto/elliptic: reduce allocations in s390x P256 code
2017-11-13 Daniel Martícmd/compile: remove some more gotos in gc
2017-11-13 Kevin Burkedoc: mention the scratch repo
2017-11-13 Keith Randallcmd/compile: add test for array decomposition
2017-11-13 Adrian Heskethtime: add example for Time.Unix
2017-11-13 Joe Tsaiencoding/json: always ignore embedded pointers to unexp...
2017-11-13 Chris Hinescmd/vet: ignore unrecognized flags for fmt.Formatter
2017-11-13 Leigh McCullochdoc: add a link to the code of conduct
2017-11-13 griesemercmd/compile: record original and absolute file names...
2017-11-13 Russ Coxcmd/cover: modify source as text, not as AST
2017-11-13 Russ Coxcmd/go: more refined handling of cmd/compile magic...
2017-11-13 Russ Coxcmd/go: cache and replay command output during build
next