2017-11-15 |
Troels Thomsen | net: Forget lookups for canceled contexts |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | archive/zip: fix handling of replacement rune in UTF8... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | api: update next.txt |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | database/sql: fix ctx.Done() == nil check |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | database/sql/driver: rename ResetSessioner to SessionRe... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | net/mail: clarify doc comment |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | io: document and test MultiWriter error behavior |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | encoding/xml: move unexported const out of exported... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | encoding/csv: rename ParseError.RecordLine to .StartLine |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | encoding/binary: make new example a bit more idiomatic |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | doc/contrib.html: add Go 1.10 to release list |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | cmd/dist: adjust package doc |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | bytes, strings: restore O(1) behavior of IndexAny(s... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | bytes: make ExampleTrimLeft and ExampleTrimRight match |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | bytes: change ExampleReader_Len to use a non-ASCII... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | doc/go1.10: first draft of release notes |
commit | commitdiff | tree |
2017-11-15 |
Joe Tsai | archive/tar: change error prefix |
commit | commitdiff | tree |
2017-11-15 |
Daniel Martí | go/printer: indent lone comments in composite lits |
commit | commitdiff | tree |
2017-11-15 |
Austin Clements | runtime: fix gctrace STW CPU time and CPU fraction |
commit | commitdiff | tree |
2017-11-15 |
Keith Randall | bytes,strings: in generic Index, use mix of IndexByte... |
commit | commitdiff | tree |
2017-11-15 |
Brad Fitzpatrick | crypto/sha1, crypto/sha256: add go:noescape annotations |
commit | commitdiff | tree |
2017-11-15 |
Hana Kim | runtime/trace: fix a typo in doc |
commit | commitdiff | tree |
2017-11-15 |
Awn | archive/tar: remove useless type conversions |
commit | commitdiff | tree |
2017-11-15 |
Marko Mudrinic | crypto/sha1, crypto/sha256: fix typo fisrt -> first |
commit | commitdiff | tree |
2017-11-15 |
Ian Lance Taylor | cmd/cgo: permit passing string values directly between... |
commit | commitdiff | tree |
2017-11-15 |
Tim Cooper | encoding/pem: add Encode example |
commit | commitdiff | tree |
2017-11-15 |
wei xiao | runtime: IndexByte and memclr perf improvements on... |
commit | commitdiff | tree |
2017-11-15 |
OneOfOne | net/url: allow *User functions to work on a nil receiver. |
commit | commitdiff | tree |
2017-11-15 |
Tim Cooper | encoding/pem: add Encode, EncodeToMemory docs |
commit | commitdiff | tree |
2017-11-15 |
Tw | net/http: don't set Content-Type with empty body automa... |
commit | commitdiff | tree |
2017-11-15 |
Roger Peppe | crypto, hash: document marshal/unmarshal implementation |
commit | commitdiff | tree |
2017-11-14 |
Ian Lance Taylor | runtime: call amd64 VDSO entry points on large stack |
commit | commitdiff | tree |
2017-11-14 |
Michael Stapelberg | net/mail: treat comment in address as display name |
commit | commitdiff | tree |
2017-11-14 |
Hana Kim | doc: correct supported gdb version info |
commit | commitdiff | tree |
2017-11-14 |
Fangming.Fang | internal/cpu: detect cpu features in internal/cpu package |
commit | commitdiff | tree |
2017-11-14 |
Brad Fitzpatrick | internal/cpu: fix arm64 build |
commit | commitdiff | tree |
2017-11-14 |
fanzha02 | crypto/sha256: optimize arm64 sha256 implemention |
commit | commitdiff | tree |
2017-11-14 |
fanzha02 | crypto/sha1: optimize arm64 sha1 implemention |
commit | commitdiff | tree |
2017-11-14 |
Brian Kessler | math/big: clarify comment on lehmerGCD overflow |
commit | commitdiff | tree |
2017-11-14 |
Akhil Indurti | net/http/httputil: allow ReverseProxy to call ModifyRes... |
commit | commitdiff | tree |
2017-11-14 |
Alberto Donizetti | net/url: clarify QueryUnescape and PathUnescape doc |
commit | commitdiff | tree |
2017-11-14 |
Keith Randall | cmd/compile: always nil check before interface call |
commit | commitdiff | tree |
2017-11-14 |
Ryoichi KATO | bufio: Use maxConsecutiveEmptyReads instead of 100 |
commit | commitdiff | tree |
2017-11-14 |
Alex Brainman | runtime: make TestWindowsStackMemory build even with... |
commit | commitdiff | tree |
2017-11-14 |
Stephen McQuay... | net/http: add example to Server.Shutdown |
commit | commitdiff | tree |
2017-11-14 |
Daniel Theophanes | database/sql: do not leak the connectionResetter goroutine |
commit | commitdiff | tree |
2017-11-13 |
Joe Tsai | hash: document that the encoded state may contain input... |
commit | commitdiff | tree |
2017-11-13 |
Austin Clements | runtime: don't elide wrapper functions that call panic... |
commit | commitdiff | tree |
2017-11-13 |
Michael Munday | crypto/elliptic: reduce allocations in s390x P256 code |
commit | commitdiff | tree |
2017-11-13 |
Daniel Martí | cmd/compile: remove some more gotos in gc |
commit | commitdiff | tree |
2017-11-13 |
Kevin Burke | doc: mention the scratch repo |
commit | commitdiff | tree |
2017-11-13 |
Keith Randall | cmd/compile: add test for array decomposition |
commit | commitdiff | tree |
2017-11-13 |
Adrian Hesketh | time: add example for Time.Unix |
commit | commitdiff | tree |
2017-11-13 |
Joe Tsai | encoding/json: always ignore embedded pointers to unexp... |
commit | commitdiff | tree |
2017-11-13 |
Chris Hines | cmd/vet: ignore unrecognized flags for fmt.Formatter |
commit | commitdiff | tree |
2017-11-13 |
Leigh McCulloch | doc: add a link to the code of conduct |
commit | commitdiff | tree |
2017-11-13 |
griesemer | cmd/compile: record original and absolute file names... |
commit | commitdiff | tree |
2017-11-13 |
Russ Cox | cmd/cover: modify source as text, not as AST |
commit | commitdiff | tree |
2017-11-13 |
Russ Cox | cmd/go: more refined handling of cmd/compile magic... |
commit | commitdiff | tree |
2017-11-13 |
Russ Cox | cmd/go: cache and replay command output during build |
commit | commitdiff | tree |
2017-11-13 |
Daniel Martí | cmd/compile: use stringer on types.EType |
commit | commitdiff | tree |
2017-11-12 |
Daniel Martí | cmd/compile: replace classnames with Class.String |
commit | commitdiff | tree |
2017-11-12 |
Adam Langley | crypto/x509: handle name constraints with cryptobyte |
commit | commitdiff | tree |
2017-11-11 |
Edan B | net/http/httputil: make ReverseProxy close response... |
commit | commitdiff | tree |
2017-11-11 |
David du Colombier | cmd/go: skip TestGoTestJSON on uniprocessor machines |
commit | commitdiff | tree |
2017-11-10 |
Alex Brainman | net: ignore duplicate interfaces in TestInterfaceHardwa... |
commit | commitdiff | tree |
2017-11-10 |
Hiroshi Ioka | cmd/objdump: pass the correct execution mode to x86asm... |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/go: document test -json |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/go: redefine -coverpkg to be a pattern list |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/go: allow -coverprofile with multiple packages... |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/test2json: document time.Time JSON format |
commit | commitdiff | tree |
2017-11-10 |
Aman Gupta | net: mark condFatalf as a test helper |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/go: add go test -json flag |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/test2json: go tool test2json converts test output... |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/go: guarantee all test output is on stdout |
commit | commitdiff | tree |
2017-11-10 |
Daniel Martí | cmd/compile: replace opnames with stringer |
commit | commitdiff | tree |
2017-11-10 |
Daniel Martí | cmd/vet: don't warn on escaped newlines in Println |
commit | commitdiff | tree |
2017-11-10 |
Sina Siadat | net/http: simplify ctx.Err() call in test |
commit | commitdiff | tree |
2017-11-10 |
Aman Gupta | net: implement ReadMsg/WriteMsg on windows |
commit | commitdiff | tree |
2017-11-10 |
Wèi Cōngruì | net/textproto: ignore initial lines with leading whites... |
commit | commitdiff | tree |
2017-11-10 |
Ian Kent | net/http: fix copy-paste error in the ServeTLS docs |
commit | commitdiff | tree |
2017-11-10 |
Ariel Mashraki | text/template: remove unnecessary lexer field |
commit | commitdiff | tree |
2017-11-10 |
Bryan A Ford | crypto/subtle: simplify and speed up constant-time... |
commit | commitdiff | tree |
2017-11-10 |
Russ Cox | cmd/vendor/.../pprof: do not run test that opens web... |
commit | commitdiff | tree |
2017-11-10 |
Alex Brainman | cmd/go: close unintentionally left open file |
commit | commitdiff | tree |
2017-11-10 |
Joe Tsai | archive/zip: use Time.UTC instead of Time.In(time.UTC) |
commit | commitdiff | tree |
2017-11-09 |
Than McIntosh | cmd/go: avoid crashing on 'go test -n' |
commit | commitdiff | tree |
2017-11-09 |
Ariel Mashraki | text/template: remove unused lexer field |
commit | commitdiff | tree |
2017-11-09 |
Cherry Zhang | cmd/compile: remove unnecessary tmpdir in ssa_test |
commit | commitdiff | tree |
2017-11-09 |
Jeff R. Allen | cmd/compile: do not write slices/strings > 2g |
commit | commitdiff | tree |
2017-11-09 |
Alberto Donizetti | cmd/vendor/github.com/google/pprof: fix iOS builders |
commit | commitdiff | tree |
2017-11-09 |
Russ Cox | cmd/go: always update mtime during go install / go... |
commit | commitdiff | tree |
2017-11-09 |
Russ Cox | cmd/go: treat cached test results as satisfying any... |
commit | commitdiff | tree |
2017-11-09 |
Russ Cox | cmd/go: implement per-package asmflags, gcflags, ldflag... |
commit | commitdiff | tree |
2017-11-09 |
Russ Cox | cmd/go: move cfg.ExternalLinkingForced to internal... |
commit | commitdiff | tree |
2017-11-08 |
filewalkwithme | crypto/tls: limit number of consecutive warning alerts |
commit | commitdiff | tree |
2017-11-08 |
David Chase | cmd/compile: adjust Pos setting for "empty" blocks |
commit | commitdiff | tree |
2017-11-08 |
Filippo Valsorda | crypto/tls: advertise support for SHA-512 signatures... |
commit | commitdiff | tree |
2017-11-08 |
Agniva De Sarker | strings: optimize ToLower |
commit | commitdiff | tree |
2017-11-08 |
Matthew Dempsky | cmd/compile: optimize noding of long summation expressions |
commit | commitdiff | tree |
next |