2016-11-12 |
David du Colombier | net: enable TestReadTimeoutUnblocksRead on Plan 9 |
commit | commitdiff | tree |
2016-11-12 |
Brad Fitzpatrick | runtime/internal/atomic: add TestUnaligned64 |
commit | commitdiff | tree |
2016-11-12 |
Brad Fitzpatrick | context: document appropriate WithValue key type more |
commit | commitdiff | tree |
2016-11-12 |
David du Colombier | net: implement asynchonous cancelable I/O on Plan 9 |
commit | commitdiff | tree |
2016-11-12 |
Ian Lance Taylor | time: use 1e9 rather than 1e-9 in Duration calculations |
commit | commitdiff | tree |
2016-11-12 |
Vladimir Stefanovic | cmd/dist: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-12 |
Daniel Martí | cmd/internal/browser: add chromium to the list of browsers |
commit | commitdiff | tree |
2016-11-12 |
Dmitri Shuralyov | all: spell "marshal" and "unmarshal" consistently |
commit | commitdiff | tree |
2016-11-11 |
Brad Fitzpatrick | net: deflake TestTCPSupriousConnSetupCompletion [sic] |
commit | commitdiff | tree |
2016-11-11 |
Quentin Smith | cmd/go: skip TestCgoPkgConfig if pkg-config is too old |
commit | commitdiff | tree |
2016-11-11 |
Brad Fitzpatrick | time: don't panic stringifying the zero Month |
commit | commitdiff | tree |
2016-11-11 |
Rhys Hiltner | runtime: include pre-panic/throw logs in core dumps |
commit | commitdiff | tree |
2016-11-11 |
Brad Fitzpatrick | net/smtp: make Client.Auth trim final space if Auth... |
commit | commitdiff | tree |
2016-11-11 |
Russ Cox | runtime: fix Windows profiling crash |
commit | commitdiff | tree |
2016-11-11 |
Bill O'Farrell | math: use SIMD to accelerate some scalar math functions... |
commit | commitdiff | tree |
2016-11-11 |
Brad Fitzpatrick | net/http: make Server respect shutdown state after... |
commit | commitdiff | tree |
2016-11-11 |
Russ Cox | text/template: reintroduce implicit indirect of interfa... |
commit | commitdiff | tree |
2016-11-11 |
Russ Cox | time: update Timer.Stop doc to account for AfterFunc |
commit | commitdiff | tree |
2016-11-11 |
Kenny Grant | net/http: make Server log on bad requests from clients |
commit | commitdiff | tree |
2016-11-11 |
Brad Fitzpatrick | net/http: deflake new TestInterruptWithPanic_h2 |
commit | commitdiff | tree |
2016-11-11 |
Russ Cox | net: apply tcp4/tcp6 restrictions to literals in Resolv... |
commit | commitdiff | tree |
2016-11-11 |
Russ Cox | runtime/pprof: delete new TestCPUProfileParse |
commit | commitdiff | tree |
2016-11-11 |
Michael Matloob | runtime/pprof/internal: delete package gzip0 |
commit | commitdiff | tree |
2016-11-11 |
Kevin Burke | cmd/gofmt, crypto/tls: fix typos |
commit | commitdiff | tree |
2016-11-11 |
Josh Bleecher... | cmd/vet/all: add bitwidths for mips and mipsle |
commit | commitdiff | tree |
2016-11-11 |
Josh Bleecher... | all: fix vet nits |
commit | commitdiff | tree |
2016-11-11 |
Keegan Carruthers... | go/doc: don't panic if method is missing recv type |
commit | commitdiff | tree |
2016-11-11 |
Richard Gibson | net: bring domain name length checks into RFC compliance |
commit | commitdiff | tree |
2016-11-11 |
Emmanuel Odeke | encoding/json: encode nil Marshaler as "null" |
commit | commitdiff | tree |
2016-11-11 |
Hiroshi Ioka | cmd/pprof: don't print binary outputs in interactive... |
commit | commitdiff | tree |
2016-11-11 |
Ian Lance Taylor | cmd/go: don't set default GOPATH to GOROOT |
commit | commitdiff | tree |
2016-11-11 |
David Crawshaw | reflect: rename, document TestUnaddressableField |
commit | commitdiff | tree |
2016-11-11 |
Ian Lance Taylor | cmd/link: for -buildmode=exe pass -no-pie to external... |
commit | commitdiff | tree |
2016-11-11 |
Brad Fitzpatrick | net/http: document relation and interaction with golang... |
commit | commitdiff | tree |
2016-11-11 |
Ian Lance Taylor | cmd/cgo: don't ignore qualifiers, don't cast to void* |
commit | commitdiff | tree |
2016-11-11 |
Francesc Campoy | go/build: implement default GOPATH |
commit | commitdiff | tree |
2016-11-11 |
Robert Griesemer | doc/go1.8.txt: mention that struct conversions ignore... |
commit | commitdiff | tree |
2016-11-11 |
David Crawshaw | cmd/link: use plugin path in visibility analysis |
commit | commitdiff | tree |
2016-11-10 |
Ian Lance Taylor | cmd/cgo: don't depend on runtime/cgo if !CgoEnabled |
commit | commitdiff | tree |
2016-11-10 |
Robert Griesemer | cmd/gofmt: don't overwrite read-only files |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: update bundled http2 for ErrAbortHandler... |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: deflake TestClientTimeout |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: update Transport doc example to not disable... |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: add ErrAbortHandler, make Server quiet if... |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: document that Server.Close and Shutdown don... |
commit | commitdiff | tree |
2016-11-10 |
Ian Lance Taylor | debug/elf: SPARC64 relocation type is only 8 bits |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: document and deprecate type and errors of... |
commit | commitdiff | tree |
2016-11-10 |
Ian Lance Taylor | cmd/go: remove "x" in TestImportMain |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: fix documentation on Server.TLSNextProto... |
commit | commitdiff | tree |
2016-11-10 |
Michael Matloob | runtime/pprof: output CPU profiles in pprof protobuf... |
commit | commitdiff | tree |
2016-11-10 |
Emmanuel Odeke | net/http: don't wrap request cancellation errors in... |
commit | commitdiff | tree |
2016-11-10 |
Francesc Campoy | cmd/vet: detect defer resp.Body.Close() before error... |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | A+C: update for Go 1.8 |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | lib/time: update tzdata to 2016i |
commit | commitdiff | tree |
2016-11-10 |
Ian Lance Taylor | cmd/go: -ldflags=-linkmode=external requires runtime/cgo |
commit | commitdiff | tree |
2016-11-10 |
Robert Griesemer | go/printer: don't drop required semi/linebreak after... |
commit | commitdiff | tree |
2016-11-10 |
Brad Fitzpatrick | net/http: fix Server.Close double Lock |
commit | commitdiff | tree |
2016-11-10 |
David Crawshaw | reflect: unexported fields are tied to a package |
commit | commitdiff | tree |
2016-11-10 |
Kevin Burke | sync: add example for Pool |
commit | commitdiff | tree |
2016-11-10 |
Robert Griesemer | cmd/gofmt: don't leave tmp file if -w failed |
commit | commitdiff | tree |
2016-11-10 |
Robert Griesemer | cmd/gofmt: don't eat source if -w fails |
commit | commitdiff | tree |
2016-11-10 |
Robert Griesemer | go/types: remove unused alias-related testdata files |
commit | commitdiff | tree |
2016-11-09 |
Brad Fitzpatrick | net/http: deflake TestIdleConnH2Crash |
commit | commitdiff | tree |
2016-11-09 |
Brad Fitzpatrick | syscall: use 32-bit setuid/setgid syscalls on linux... |
commit | commitdiff | tree |
2016-11-09 |
Quentin Smith | encoding/xml: check type when unmarshaling innerxml... |
commit | commitdiff | tree |
2016-11-09 |
Michael Munday | runtime/pprof/internal/protopprof: skip TestTranslateCP... |
commit | commitdiff | tree |
2016-11-09 |
Robert Griesemer | cmd/compile/internal/syntax: fix error handling for... |
commit | commitdiff | tree |
2016-11-09 |
Josh Bleecher... | cmd/cgo: delete unused variable in log statement |
commit | commitdiff | tree |
2016-11-09 |
Martin Möhrmann | C: add Martin Möhrmann's google.com email (Google CLA) |
commit | commitdiff | tree |
2016-11-09 |
Josh Bleecher... | cmd/compile: ensure that knownFormats is up to date |
commit | commitdiff | tree |
2016-11-08 |
Brad Fitzpatrick | os: on Windows, don't fix long paths that aren't long |
commit | commitdiff | tree |
2016-11-08 |
Vladimir Stefanovic | cmd/link: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-08 |
Vladimir Stefanovic | cmd/compile: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-08 |
Vladimir Stefanovic | cmd/compile/internal/ssa: add support for GOARCH=mips... |
commit | commitdiff | tree |
2016-11-08 |
Michael Matloob | runtime/pprof/internal: add package protopprof |
commit | commitdiff | tree |
2016-11-08 |
Jaana Burcu... | path: document that filepath is recommended to manipula... |
commit | commitdiff | tree |
2016-11-08 |
Brad Fitzpatrick | doc: add a CL to go1.8.txt mentioned by Alberto Donizetti |
commit | commitdiff | tree |
2016-11-08 |
Brad Fitzpatrick | doc: reference go1.4-bootstrap-20161024.tar.gz |
commit | commitdiff | tree |
2016-11-08 |
Vladimir Stefanovic | cmd/asm: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-08 |
Brad Fitzpatrick | net/http: deflake TestClientRedirects |
commit | commitdiff | tree |
2016-11-08 |
Volodymyr Paprotski | crypto/elliptic: add s390x assembly implementation... |
commit | commitdiff | tree |
2016-11-08 |
Vladimir Stefanovic | cmd/internal/obj/mips: add support for GOARCH=mips... |
commit | commitdiff | tree |
2016-11-08 |
Brad Fitzpatrick | syscall: fix name of prlimit parameters |
commit | commitdiff | tree |
2016-11-08 |
Mohit Agarwal | os: cleanup directories created by TestLongPath |
commit | commitdiff | tree |
2016-11-08 |
Robert Griesemer | go/types: document that selectors are not recorded... |
commit | commitdiff | tree |
2016-11-08 |
Shenghou Ma | doc/devel/release.html: document go1.6.3 doesn't actual... |
commit | commitdiff | tree |
2016-11-08 |
Shenghou Ma | doc/go1.8.txt: mention os.Executable addition |
commit | commitdiff | tree |
2016-11-07 |
Shenghou Ma | os: add Executable() (string, error) |
commit | commitdiff | tree |
2016-11-07 |
Shenghou Ma | internal/syscall/windows: add GetModuleFileName |
commit | commitdiff | tree |
2016-11-07 |
Michael Munday | cmd/internal/sys, runtime/internal/sys: gofmt |
commit | commitdiff | tree |
2016-11-07 |
Quentin Smith | cmd/go: handle escapes in pkg-config output |
commit | commitdiff | tree |
2016-11-07 |
Michael Munday | crypto/tls: use default cipher suites in BenchmarkThrou... |
commit | commitdiff | tree |
2016-11-07 |
Robert Griesemer | go/constant: follow-up for https://go-review.googlesour... |
commit | commitdiff | tree |
2016-11-07 |
Quentin Smith | os: use extended-length paths on Windows when possible |
commit | commitdiff | tree |
2016-11-07 |
Shenghou Ma | runtime: os.Executable runtime support for Darwin |
commit | commitdiff | tree |
2016-11-07 |
Shenghou Ma | syscall: add Getexecname on Solaris for os.Executable |
commit | commitdiff | tree |
2016-11-07 |
Adam Langley | crypto/{cipher,tls,internal/cryptohw}: prioritise AES... |
commit | commitdiff | tree |
2016-11-07 |
Quentin Smith | mime/multipart: test for overreading on a stream |
commit | commitdiff | tree |
2016-11-07 |
Brad Fitzpatrick | cmd/go: parallelize some tests |
commit | commitdiff | tree |
next |