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 |
2016-11-04 |
Josh Bleecher... | cmd/objdump: speed up tests |
commit | commitdiff | tree |
2016-11-04 |
Matthew Dempsky | cmd/compile: prevent Noalg from breaking user types |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | runtime/internal/sys: add arch defs for GOARCH=mips... |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | cmd/internal/sys: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | internal/syscall/unix: add randomTrap const for GOARCH... |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | runtime: 8-byte align the heap_live field for atomic... |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | syscall: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Brad Fitzpatrick | cmd/dist: add mips and mipsle as GOARCH values |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | reflect: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | cmd/cgo: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | math, math/big: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | sync/atomic: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | runtime/internal/atomic: add GOARCH=mips{,le} support |
commit | commitdiff | tree |
2016-11-03 |
Vladimir Stefanovic | debug/elf: add support for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-11-03 |
Brad Fitzpatrick | testing: add T.Context method |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | context: adjust tests to avoid importing "testing"... |
commit | commitdiff | tree |
2016-11-03 |
Emmanuel Odeke | encoding/json: example on MarshalJSON, UnmarshalJSON |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | testing: mark tests and benchmarks failed if a race... |
commit | commitdiff | tree |
2016-11-03 |
Dan Harrington | net/http: support If-Match in ServeContent |
commit | commitdiff | tree |
2016-11-03 |
Robert Griesemer | go/internal/gcimporter: backport changes from x/tools... |
commit | commitdiff | tree |
2016-11-03 |
Mohit Agarwal | cmd/compile: don't panic if syntax.ReadFile returns... |
commit | commitdiff | tree |
2016-11-03 |
David Chase | runtime/cgo: correct type declaration for Windows |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | crypto/x509: expose UnknownAuthorityError.Cert |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/cgo: add #line directives to avoid printing bogus... |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/cover: change covered block for switch/select case... |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: clear GIT_ALLOW_PROTOCOL during tests |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: fix TestIssue11457 |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: remove .o and .a files in builder.collect |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | encoding/asn1: document that default:x tag only has... |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | misc/cgo/testsanitizers: skip tests when vm.overcommit_... |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | time: document that only Jan and January, Mon and Monda... |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: fix coverage in xtest of cgo package |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: fix TestGoGetDashTIssue8181 |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: use new HTTP-only server insecure.go-get-issue... |
commit | commitdiff | tree |
2016-11-03 |
Robert Griesemer | cmd/compile: update/remove outdated comments |
commit | commitdiff | tree |
2016-11-03 |
Quentin Smith | runtime/testdata/testprog: increase GCFairness2 timeout... |
commit | commitdiff | tree |
2016-11-03 |
Josh Bleecher... | cmd/vet/all: add s390x support |
commit | commitdiff | tree |
2016-11-03 |
Josh Bleecher... | runtime: fix s390x asm frame sizes |
commit | commitdiff | tree |
2016-11-03 |
Josh Bleecher... | all: update s390x assembly to use vet-friendly names |
commit | commitdiff | tree |
2016-11-03 |
Mohit Agarwal | cmd/go: run mkalldocs.sh |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/go: add version of GOROOT to go bug details |
commit | commitdiff | tree |
2016-11-03 |
Russ Cox | cmd/pprof: use correct default handler for Go programs |
commit | commitdiff | tree |
2016-11-03 |
David Crawshaw | cmd/compile: write type symbols referenced in ptabs |
commit | commitdiff | tree |
2016-11-03 |
David du Colombier | net: disallow dialing and listening on port > 65535... |
commit | commitdiff | tree |
2016-11-03 |
David du Colombier | net: fix Dial(":80") on Plan 9 |
commit | commitdiff | tree |
2016-11-03 |
Josh Bleecher... | cmd/vet: teach vet about ast.AliasSpec |
commit | commitdiff | tree |
2016-11-03 |
Ilya Tocar | cmd/compile/internal/ssa: generate bswap on AMD64 |
commit | commitdiff | tree |
2016-11-03 |
Josh Bleecher... | cmd/compile: add OMOD to list of ops that might panic |
commit | commitdiff | tree |
2016-11-03 |
Hiroshi Ioka | encoding/asn1: return error for unexported fields in... |
commit | commitdiff | tree |
2016-11-03 |
Brad Fitzpatrick | net/http: deflake TestServerSetKeepAlivesEnabledClosesConns |
commit | commitdiff | tree |
2016-11-03 |
Josh Bleecher... | cmd/compile/internal/gc: make tests run faster |
commit | commitdiff | tree |
2016-11-03 |
Brad Fitzpatrick | net/http: update bundled http2 to fix test flake |
commit | commitdiff | tree |
2016-11-02 |
Robert Griesemer | go/types: set up correct type with NewAlias |
commit | commitdiff | tree |
2016-11-02 |
Michael Munday | cmd/vet: add test case for ppc64{,le} |
commit | commitdiff | tree |
2016-11-02 |
Keith Randall | cmd/compile: compute faulting args before writing args... |
commit | commitdiff | tree |
2016-11-02 |
Keith Randall | cmd/compile: do more type conversion inline |
commit | commitdiff | tree |
2016-11-02 |
Keith Randall | cmd/compile: On a runtime.KeepAlive call, keep whole... |
commit | commitdiff | tree |
2016-11-02 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-11-02 |
Joe Tsai | archive/tar: disable prefix field in Writer |
commit | commitdiff | tree |
2016-11-02 |
Michael Munday | cmd/vet: fix go vet on s390x assembly |
commit | commitdiff | tree |
2016-11-02 |
Matthew Dempsky | cmd/compile: avoid double export of aliased objects |
commit | commitdiff | tree |
next |