2016-10-10 |
Emmanuel Odeke | net/http: fix typo in server commont |
commit | commitdiff | tree |
2016-10-09 |
Anmol Sethi | io: simplified a small part of copyBuffer |
commit | commitdiff | tree |
2016-10-09 |
Quentin Renard | net/http: Add missing tests for parsePostForm |
commit | commitdiff | tree |
2016-10-09 |
Michael Munday | cmd/internal/obj/s390x: remove support for stores of... |
commit | commitdiff | tree |
2016-10-09 |
Emmanuel Odeke | crypto/x509: check that the issuer name matches the... |
commit | commitdiff | tree |
2016-10-09 |
Wedson Almeida... | cmd/internal/obj/x86: On amd64, relocation type for... |
commit | commitdiff | tree |
2016-10-09 |
Brad Fitzpatrick | doc: update go1.8.txt using new tool |
commit | commitdiff | tree |
2016-10-09 |
Emmanuel Odeke | compress/gzip: document Reader.Read |
commit | commitdiff | tree |
2016-10-08 |
Mikio Hara | vendor: update vendored lif |
commit | commitdiff | tree |
2016-10-08 |
Mikio Hara | vendor: update vendored route |
commit | commitdiff | tree |
2016-10-07 |
Michael Munday | cmd/{asm,compile}: replace TESTB op with CMPWconst... |
commit | commitdiff | tree |
2016-10-07 |
Keith Randall | cmd/compile: use standard dom tree in nilcheckelim |
commit | commitdiff | tree |
2016-10-07 |
Andrew Pogrebnoy | cmd/compile: fix choice of phi building algorithm |
commit | commitdiff | tree |
2016-10-07 |
Austin Clements | cmd/trace: label mark termination spans as such |
commit | commitdiff | tree |
2016-10-07 |
Austin Clements | cmd/trace: move process-wide GC events to their own row |
commit | commitdiff | tree |
2016-10-07 |
Austin Clements | runtime: make next_gc ^0 when GC is disabled |
commit | commitdiff | tree |
2016-10-07 |
Keith Randall | test: re-enable live2 test on amd64 |
commit | commitdiff | tree |
2016-10-07 |
Keith Randall | cmd/compile: do regalloc check only when checkEnabled |
commit | commitdiff | tree |
2016-10-07 |
Russ Cox | fmt: document and adjust Scanf space handling to elimin... |
commit | commitdiff | tree |
2016-10-07 |
Russ Cox | fmt: add tests showing current Scanf space handling |
commit | commitdiff | tree |
2016-10-07 |
Matthew Dempsky | cmd/compile: cache pointer and slice types |
commit | commitdiff | tree |
2016-10-06 |
Ian Lance Taylor | runtime: fix sigset type for ppc64 big-endian GNU/Linux |
commit | commitdiff | tree |
2016-10-06 |
Robert Griesemer | spec: clarify acceptable indices in array/slice composi... |
commit | commitdiff | tree |
2016-10-06 |
Robert Griesemer | math/big: Rat.SetString to report error if input is... |
commit | commitdiff | tree |
2016-10-06 |
Brad Fitzpatrick | runtime: skip gdb tests on linux/ppc64 for now |
commit | commitdiff | tree |
2016-10-06 |
Alexander Döring | math/cmplx: add examples for Abs, Exp, Polar |
commit | commitdiff | tree |
2016-10-06 |
Brad Fitzpatrick | time: document that calendrical calculations are with... |
commit | commitdiff | tree |
2016-10-06 |
Yasuhiro Matsumoto | archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra... |
commit | commitdiff | tree |
2016-10-06 |
Michael Munday | cmd/compile: fold extensions into constants on s390x |
commit | commitdiff | tree |
2016-10-06 |
Simon Rawet | time: fix AddDate with nil location |
commit | commitdiff | tree |
2016-10-06 |
David Chase | test: delete sliceopt.go |
commit | commitdiff | tree |
2016-10-06 |
Hajime Hoshi | cmd/compile/internal/gc: unexport global variable Pc |
commit | commitdiff | tree |
2016-10-06 |
Robert Griesemer | go/importer: better error messages when export data... |
commit | commitdiff | tree |
2016-10-06 |
Cherry Zhang | cmd/compile: intrinsify math.Sqrt when compiling "math... |
commit | commitdiff | tree |
2016-10-06 |
Russ Cox | math: fix Gamma(-171.5) on all platforms |
commit | commitdiff | tree |
2016-10-06 |
Richard Gibson | encoding/json: explicitly document and test "-" key tag |
commit | commitdiff | tree |
2016-10-06 |
Michael Munday | cmd/asm, cmd/internal/obj/s390x: delete unused instructions |
commit | commitdiff | tree |
2016-10-06 |
Denis Nagorny | runtime: improve memmove for amd64 |
commit | commitdiff | tree |
2016-10-06 |
Michael Munday | cmd/{asm,compile}: add ANDW, ORW and XORW instructions... |
commit | commitdiff | tree |
2016-10-06 |
Keith Randall | cmd/compile: don't shuffle rematerializeable values... |
commit | commitdiff | tree |
2016-10-06 |
Ian Lance Taylor | runtime: add threadprof tag for test that starts busy... |
commit | commitdiff | tree |
2016-10-06 |
Larz Conwell | go/doc: hide methods on locally-declared predeclared... |
commit | commitdiff | tree |
2016-10-06 |
Jaana Burcu... | cmd/go: note when some Go files were ignored on no... |
commit | commitdiff | tree |
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 |
next |