]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-11-13 Daniel Martícmd/compile: use stringer on types.EType
2017-11-12 Daniel Martícmd/compile: replace classnames with Class.String
2017-11-12 Adam Langleycrypto/x509: handle name constraints with cryptobyte
2017-11-11 Edan Bnet/http/httputil: make ReverseProxy close response...
2017-11-11 David du Colombiercmd/go: skip TestGoTestJSON on uniprocessor machines
2017-11-10 Alex Brainmannet: ignore duplicate interfaces in TestInterfaceHardwa...
2017-11-10 Hiroshi Iokacmd/objdump: pass the correct execution mode to x86asm...
2017-11-10 Russ Coxcmd/go: document test -json
2017-11-10 Russ Coxcmd/go: redefine -coverpkg to be a pattern list
2017-11-10 Russ Coxcmd/go: allow -coverprofile with multiple packages...
2017-11-10 Russ Coxcmd/test2json: document time.Time JSON format
2017-11-10 Aman Guptanet: mark condFatalf as a test helper
2017-11-10 Russ Coxcmd/go: add go test -json flag
2017-11-10 Russ Coxcmd/test2json: go tool test2json converts test output...
2017-11-10 Russ Coxcmd/go: guarantee all test output is on stdout
2017-11-10 Daniel Martícmd/compile: replace opnames with stringer
2017-11-10 Daniel Martícmd/vet: don't warn on escaped newlines in Println
2017-11-10 Sina Siadatnet/http: simplify ctx.Err() call in test
2017-11-10 Aman Guptanet: implement ReadMsg/WriteMsg on windows
2017-11-10 Wèi Cōngruìnet/textproto: ignore initial lines with leading whites...
2017-11-10 Ian Kentnet/http: fix copy-paste error in the ServeTLS docs
2017-11-10 Ariel Mashrakitext/template: remove unnecessary lexer field
2017-11-10 Bryan A Fordcrypto/subtle: simplify and speed up constant-time...
2017-11-10 Russ Coxcmd/vendor/.../pprof: do not run test that opens web...
2017-11-10 Alex Brainmancmd/go: close unintentionally left open file
2017-11-10 Joe Tsaiarchive/zip: use Time.UTC instead of Time.In(time.UTC)
2017-11-09 Than McIntoshcmd/go: avoid crashing on 'go test -n'
2017-11-09 Ariel Mashrakitext/template: remove unused lexer field
2017-11-09 Cherry Zhangcmd/compile: remove unnecessary tmpdir in ssa_test
2017-11-09 Jeff R. Allencmd/compile: do not write slices/strings > 2g
2017-11-09 Alberto Donizetticmd/vendor/github.com/google/pprof: fix iOS builders
2017-11-09 Russ Coxcmd/go: always update mtime during go install / go...
2017-11-09 Russ Coxcmd/go: treat cached test results as satisfying any...
2017-11-09 Russ Coxcmd/go: implement per-package asmflags, gcflags, ldflag...
2017-11-09 Russ Coxcmd/go: move cfg.ExternalLinkingForced to internal...
2017-11-08 filewalkwithmecrypto/tls: limit number of consecutive warning alerts
2017-11-08 David Chasecmd/compile: adjust Pos setting for "empty" blocks
2017-11-08 Filippo Valsordacrypto/tls: advertise support for SHA-512 signatures...
2017-11-08 Agniva De Sarkerstrings: optimize ToLower
2017-11-08 Matthew Dempskycmd/compile: optimize noding of long summation expressions
next