2016-10-05 |
Dmitriy Dudkin | cmd/go: fix go get -u wildcard corner case |
commit | commitdiff | tree |
2016-10-05 |
Lynn Boger | runtime: memclr perf improvements on ppc64x |
commit | commitdiff | tree |
2016-10-05 |
Quentin Smith | crypto/x509: support RHEL 7 cert bundle |
commit | commitdiff | tree |
2016-10-05 |
Robert Griesemer | cmd/compile: untyped arrays bounds representable as... |
commit | commitdiff | tree |
2016-10-05 |
Joe Tsai | Revert "net/http: improve performance for parsePostForm" |
commit | commitdiff | tree |
2016-10-05 |
Alexander Döring | os/exec: add example for CommandContext |
commit | commitdiff | tree |
2016-10-05 |
Jirka Daněk | encoding/json: add struct and field name to UnmarshalTy... |
commit | commitdiff | tree |
2016-10-05 |
Quentin Smith | syscall: relax TestUnshare |
commit | commitdiff | tree |
2016-10-05 |
Russ Cox | encoding/json: use standard ES6 formatting for numbers... |
commit | commitdiff | tree |
2016-10-05 |
Cherry Zhang | cmd/compile: use CBZ/CBNZ instrunctions on ARM64 |
commit | commitdiff | tree |
2016-10-05 |
Cherry Zhang | runtime, cmd/internal/obj: get rid of rewindmorestack |
commit | commitdiff | tree |
2016-10-05 |
Yasuhiro Matsumoto | cmd/asm: close file before remove |
commit | commitdiff | tree |
2016-10-05 |
Lynn Boger | cmd/compile: Improve const shifts in PPC64.rules |
commit | commitdiff | tree |
2016-10-05 |
Matthew Dempsky | cmd/compile, cmd/cgo: align complex{64,128} like GCC |
commit | commitdiff | tree |
2016-10-05 |
Keith Randall | cmd/compile: make CSE faster |
commit | commitdiff | tree |
2016-10-05 |
Justin Nuß | encoding/csv: avoid allocations when reading records |
commit | commitdiff | tree |
2016-10-05 |
Matthew Dempsky | cmd/compile/internal/gc: change bvfoo functions into... |
commit | commitdiff | tree |
2016-10-05 |
Michael Fraenkel | net/http: multipart ReadForm close file after copy |
commit | commitdiff | tree |
2016-10-05 |
Russ Cox | context: make DeadlineExceeded implement net.Error |
commit | commitdiff | tree |
2016-10-05 |
Michael Munday | crypto/{aes,cipher}: add optimized implementation of... |
commit | commitdiff | tree |
2016-10-05 |
Michael Munday | runtime/testdata/testprogcgo: add explicit return value... |
commit | commitdiff | tree |
2016-10-05 |
Brad Fitzpatrick | sort: fix a slice benchmark not using the stable varian... |
commit | commitdiff | tree |
2016-10-05 |
Aliaksandr... | cmd/vet: skip printf check for non-constant format... |
commit | commitdiff | tree |
2016-10-05 |
Ian Lance Taylor | runtime: don't call cgocallback from signal handler |
commit | commitdiff | tree |
2016-10-05 |
Ian Lance Taylor | runtime: avoid endless loop if printing the panic value... |
commit | commitdiff | tree |
2016-10-05 |
Brad Fitzpatrick | encoding/csv: update and add CSV reading benchmarks |
commit | commitdiff | tree |
2016-10-05 |
Jeff R. Allen | image/gif: check handling of truncated GIF files |
commit | commitdiff | tree |
2016-10-05 |
Russ Cox | math: fix Gamma(x) for x < -170.5 and other corner... |
commit | commitdiff | tree |
2016-10-05 |
Russ Cox | math: use portable Exp instead of 387 instructions... |
commit | commitdiff | tree |
2016-10-05 |
Joe Tsai | cmd/doc: ensure summaries truly are only one line |
commit | commitdiff | tree |
2016-10-04 |
Kevin Burke | cmd/cover: fix typo |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | go/types: minimal support for alias declarations: don... |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | go/printer: support for printing alias declarations |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | go/ast, go/parser: parse alias declarations |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | go/scanner, go/token: recognize => (ALIAS) token |
commit | commitdiff | tree |
2016-10-04 |
Carl Mastrangelo | runtime: make append only clear uncopied memory |
commit | commitdiff | tree |
2016-10-04 |
Matthew Dempsky | cmd/compile/internal/ssa: update BlockKind documentation |
commit | commitdiff | tree |
2016-10-04 |
Oleg Vakheta | fmt: add tests for parsenum |
commit | commitdiff | tree |
2016-10-04 |
Matthew Dempsky | cmd/compile/internal/ssa: add Op.UsesScratch method |
commit | commitdiff | tree |
2016-10-04 |
Quentin Renard | net/http: improve performance for parsePostForm |
commit | commitdiff | tree |
2016-10-04 |
Keith Randall | cmd/compile: lower cse comparison depth |
commit | commitdiff | tree |
2016-10-04 |
Daniel Theophanes | database/sql: fixup remaining driver call to use context |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | reflect: ignore struct tags when converting structs |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | go/types: ignore struct tags when converting structs |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | cmd/compile: ignore struct tags when converting structs |
commit | commitdiff | tree |
2016-10-04 |
Matthew Dempsky | cmd/compile: cleanup artifacts from previous CL |
commit | commitdiff | tree |
2016-10-04 |
Robert Griesemer | spec: ignore struct tags when converting structs |
commit | commitdiff | tree |
2016-10-04 |
Matthew Dempsky | cmd/compile: layout stack frame during SSA |
commit | commitdiff | tree |
2016-10-04 |
Keith Randall | cmd/compile: remove duplicate statement list function |
commit | commitdiff | tree |
2016-10-04 |
Dhananjay Nakrani | cmd/cover: Fix compiler directives handling. |
commit | commitdiff | tree |
2016-10-04 |
Keith Randall | cmd/compile: force folding of MOVDaddr into storezero |
commit | commitdiff | tree |
2016-10-04 |
Brad Fitzpatrick | regexp: remove dead code |
commit | commitdiff | tree |
2016-10-04 |
Nick Craig... | runtime: correct function name in throw message |
commit | commitdiff | tree |
2016-10-04 |
Filippo Valsorda | crypto/tls: implement countermeasures against CBC paddi... |
commit | commitdiff | tree |
2016-10-04 |
Brad Fitzpatrick | all: use sort.Slice where applicable |
commit | commitdiff | tree |
2016-10-04 |
Mikio Hara | net: implement network interface API for Solaris |
commit | commitdiff | tree |
2016-10-04 |
Mikio Hara | vendor: import golang.org/x/net/lif |
commit | commitdiff | tree |
2016-10-03 |
Mikio Hara | syscall: fix Send{msg,msgN}, Recvmsg and control messag... |
commit | commitdiff | tree |
2016-10-03 |
Michael Munday | cmd/compile: remove unnecessary OpSB checks in S390X... |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: fix missing space in error message |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: document bmap.tophash |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: make gcDumpObject useful on stack frames |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: introduce a type for span states |
commit | commitdiff | tree |
2016-10-03 |
Keith Randall | cmd/compile: Use Sreedhar+Gao phi building algorithm |
commit | commitdiff | tree |
2016-10-03 |
Cherry Zhang | cmd/compile: remove unnecessary write barriers for... |
commit | commitdiff | tree |
2016-10-03 |
Ian Lance Taylor | doc: add PKG_CONFIG and GIT_ALLOW_PROTOCOL env vars... |
commit | commitdiff | tree |
2016-10-03 |
Billy Lynch | cmd/go: add support for GIT_ALLOW_PROTOCOL |
commit | commitdiff | tree |
2016-10-03 |
Boris Nagaev | cmd/dist, cmd/go: add environment variable override... |
commit | commitdiff | tree |
2016-10-03 |
Than McIntosh | cmd/compile: relax liveness restrictions on ambiguously... |
commit | commitdiff | tree |
2016-10-03 |
Brad Fitzpatrick | net: clarify that Conn deadlines also affect currently... |
commit | commitdiff | tree |
2016-10-03 |
Austin Clements | runtime: weaken claim about SetFinalizer panicking |
commit | commitdiff | tree |
2016-10-03 |
Brad Fitzpatrick | sort: add Slice, SliceStable, and SliceIsSorted |
commit | commitdiff | tree |
2016-10-03 |
Florian Uekermann | math/rand: add Rand.Uint64 |
commit | commitdiff | tree |
2016-10-02 |
Adam Langley | crypto/ecdsa: correct code comment. |
commit | commitdiff | tree |
2016-10-02 |
Adam Langley | crypto/x509: return better error when a certificate... |
commit | commitdiff | tree |
2016-10-02 |
Adam Langley | crypto/x509: fix name constraints handling. |
commit | commitdiff | tree |
2016-10-02 |
Emmanuel Odeke | cmd/compile: improve error message for wrong number... |
commit | commitdiff | tree |
2016-10-01 |
Adam Langley | crypto/tls: simplify keylog tests. |
commit | commitdiff | tree |
2016-10-01 |
Emmanuel Odeke | strings, bytes: panic if Repeat overflows or if given... |
commit | commitdiff | tree |
2016-10-01 |
Matt Layher | bufio: remove redundant Writer.flush method |
commit | commitdiff | tree |
2016-10-01 |
Mikio Hara | syscall: re-enable TestPassFD on dragonfly |
commit | commitdiff | tree |
2016-10-01 |
Brad Fitzpatrick | net/http: don't sniff Request.Body on 100-continue... |
commit | commitdiff | tree |
2016-10-01 |
Mike Appleby | runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on... |
commit | commitdiff | tree |
2016-10-01 |
Mike Appleby | time: update comment to reflect correct file path. |
commit | commitdiff | tree |
2016-09-30 |
Joe Tsai | cmd/doc: perform type grouping for constants and variables |
commit | commitdiff | tree |
2016-09-30 |
Matt Layher | context: discourage use of basic types as keys in WithValue |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | reflect: add Swapper func |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | net/http: refactor testing of Request.Body on 0 Content... |
commit | commitdiff | tree |
2016-09-30 |
David Benjamin | crypto/tls: Fix c.in.decrypt error handling. |
commit | commitdiff | tree |
2016-09-30 |
Alberto Donizetti | cmd/compile: update error messages in Mpint, Mpflt... |
commit | commitdiff | tree |
2016-09-30 |
Michael Munday | cmd/compile: improve load/store merging on s390x |
commit | commitdiff | tree |
2016-09-30 |
Alberto Donizetti | cmd/compile: delete unused Convconst function |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | net/http: update bundled http2, add h2 Transport.IdleCo... |
commit | commitdiff | tree |
2016-09-30 |
David Crawshaw | runtime: remove defer from standard cgo call |
commit | commitdiff | tree |
2016-09-30 |
Matthew Dempsky | runtime, syscall: use FP instead of SP for parameters |
commit | commitdiff | tree |
2016-09-30 |
Matthew Dempsky | cmd/compile: eliminate stkdelta |
commit | commitdiff | tree |
2016-09-30 |
Matthew Dempsky | cmd/compile: split Addrconst out of Naddr |
commit | commitdiff | tree |
2016-09-30 |
Brad Fitzpatrick | net/http: remove TODO about the Server's base context |
commit | commitdiff | tree |
2016-09-29 |
Matthew Dempsky | cmd/compile: make Afunclit the default/only behavior... |
commit | commitdiff | tree |
2016-09-29 |
Daniel Theophanes | database/sql: close Rows when context is cancelled |
commit | commitdiff | tree |
next |