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 |
2016-11-07 |
Robert Griesemer | go/constant: improved fatal error messages |
commit | commitdiff | tree |
2016-11-07 |
Ian Lance Taylor | unsafe: remove incorrect type conversion in docs |
commit | commitdiff | tree |
2016-11-07 |
Joe Farrell | doc: fix broken links in 1.7 release docs |
commit | commitdiff | tree |
2016-11-07 |
Michael Munday | cmd/dist: enable more cgo tests on ppc64le |
commit | commitdiff | tree |
2016-11-07 |
Michael Munday | test/fixedbugs: enable issue 10607 test on ppc64le |
commit | commitdiff | tree |
2016-11-07 |
Lynn Boger | cmd/link: don't use trampolines in ppc64le ext linking |
commit | commitdiff | tree |
2016-11-07 |
Brad Fitzpatrick | net/http/fcgi: fix link to protocol docs |
commit | commitdiff | tree |
2016-11-07 |
Alex Brainman | runtime/race: allow TestFail to run longer than 0.00s |
commit | commitdiff | tree |
2016-11-06 |
Brad Fitzpatrick | cmd/vet: parallelize tests |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | go/constant: document that BinaryOp doesn't handle... |
commit | commitdiff | tree |
2016-11-05 |
Josh Bleecher... | net: fix vet nit |
commit | commitdiff | tree |
2016-11-05 |
Brad Fitzpatrick | net/http: deflake TestLinuxSendfile |
commit | commitdiff | tree |
2016-11-05 |
Brad Fitzpatrick | net/http: deflake TestClientRedirectTypes and maybe... |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | cmd/go/internal/syntax: reintroduce reverted comments |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | Revert "cmd/compile/internal/syntax: support for alias... |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | Revert "go/scanner, go/token: recognize => (ALIAS)... |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | Revert "go/ast, go/parser: parse alias declarations" |
commit | commitdiff | tree |
2016-11-05 |
Leon Klingele | plugin: fix doc example fmt usage |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | Revert "go/printer: support for printing alias declarat... |
commit | commitdiff | tree |
2016-11-05 |
Robert Griesemer | Revert "cmd/vet: teach vet about ast.AliasSpec" |
commit | commitdiff | tree |
2016-11-04 |
Robert Griesemer | cmd/compile: revert user-visible changes related to... |
commit | commitdiff | tree |
2016-11-04 |
Brad Fitzpatrick | crypto/x509: update __MAC_OS_X_VERSION_MAX_ALLOWED... |
commit | commitdiff | tree |
2016-11-04 |
Robert Griesemer | go/types: revert user-visible changes related to aliases |
commit | commitdiff | tree |
2016-11-04 |
Alan Donovan | go/types: avoid redundant call to recordUse for anonymo... |
commit | commitdiff | tree |
2016-11-04 |
Michael Munday | all: make copyright headers consistent with one space... |
commit | commitdiff | tree |
2016-11-04 |
Vladimir Stefanovic | cmd/compile/internal/gc: add support for GOARCH=mips... |
commit | commitdiff | tree |
2016-11-04 |
Robert Griesemer | Revert "spec: add new language for alias declarations" |
commit | commitdiff | tree |
2016-11-04 |
Vladimir Stefanovic | cmd/link/internal/ld: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-04 |
Vladimir Stefanovic | cmd/vet: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-04 |
Brad Fitzpatrick | all: sprinkle t.Parallel on some slow tests |
commit | commitdiff | tree |
2016-11-04 |
Vladimir Stefanovic | test: disable unsupported test for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-04 |
Ian Lance Taylor | runtime: remove useless assignment in test code |
commit | commitdiff | tree |
2016-11-04 |
Emmanuel Odeke | net/http: move extra redirect logic for 307/308 into... |
commit | commitdiff | tree |
2016-11-04 |
Brad Fitzpatrick | net/http: speed up tests, use t.Parallel when it's... |
commit | commitdiff | tree |
2016-11-04 |
Josh Bleecher... | cmd/go: fix minor typo in 'go bug' |
commit | commitdiff | tree |
2016-11-04 |
Brad Fitzpatrick | net/http: fix type name in comment |
commit | commitdiff | tree |
2016-11-04 |
Brad Fitzpatrick | net/http: tweak the new Client 307/308 redirect behavio... |
commit | commitdiff | tree |
next |