]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-21 David Chasecmd/compile: improve debugging output for GOSSAFUNC
2017-11-21 Heschi Kreinickcmd/link: use . as DW_AT_comp_dir
2017-11-21 fanzha02cmd/internal/obj/arm64: fix assemble msr/mrs bug
2017-11-20 Emmanuel Odekecmd/compile: hint on wrong case-field names in composit...
2017-11-20 fanzha02cmd/internal/obj/arm64: fix assemble hlt/hvc/smc/brk...
2017-11-20 Rob Pikecmd/doc: don't print a declaration twice
2017-11-19 Laurent Voisincmd/go: fix typo in error message
2017-11-19 Daniel Martícmd/doc: print a symbol error on "bytes Foo"
2017-11-19 Daniel Martíbytes: don't use an iota for the readOp constants
2017-11-19 Kunpei Sakaitesting: fix invalid error message about argument of...
2017-11-19 Ross Chatertime: fix typo in doc
2017-11-18 Davor Kapsaruntime/pprof: fix doc typo
2017-11-18 Daniel Martíbytes: make all readOp constants actually typed
2017-11-18 Elias Naurcmd/dist: skip SWIG tests on Android
2017-11-18 Ian Lance Taylorcmd/go: always copy files on Windows
2017-11-18 Daniel Theophanesdatabase/sql: check for arg counts after eliminating...
2017-11-18 Ian Lance Taylorbuiltin: improve docs for make slice
2017-11-18 Ian Lance Taylorcmd/go: tweak support options test for old compilers
2017-11-18 Lynn Bogercmd/dist: return dropped tests from misc/cgo/test
2017-11-17 Keith Randallcmd/cgo: special case C ptr types to use uintptr
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...
next