aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-04net/http: fix type name in commentBrad Fitzpatrick
2016-11-04net/http: tweak the new Client 307/308 redirect behavior a bitBrad Fitzpatrick
2016-11-04cmd/objdump: speed up testsJosh Bleecher Snyder
2016-11-04cmd/compile: prevent Noalg from breaking user typesMatthew Dempsky
2016-11-03runtime/internal/sys: add arch defs for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03cmd/internal/sys: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03internal/syscall/unix: add randomTrap const for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03runtime: 8-byte align the heap_live field for atomic accessVladimir Stefanovic
2016-11-03syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03cmd/dist: add mips and mipsle as GOARCH valuesBrad Fitzpatrick
2016-11-03reflect: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03cmd/cgo: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03math, math/big: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03sync/atomic: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03runtime/internal/atomic: add GOARCH=mips{,le} supportVladimir Stefanovic
2016-11-03debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-11-03context: adjust tests to avoid importing "testing" in package contextRuss Cox
2016-11-03encoding/json: example on MarshalJSON, UnmarshalJSONEmmanuel Odeke
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-11-03net/http: support If-Match in ServeContentDan Harrington
2016-11-03go/internal/gcimporter: backport changes from x/tools/go/gcimporter15Robert Griesemer
2016-11-03cmd/compile: don't panic if syntax.ReadFile returns an errorMohit Agarwal
2016-11-03runtime/cgo: correct type declaration for WindowsDavid Chase
2016-11-03crypto/x509: expose UnknownAuthorityError.CertRuss Cox
2016-11-03cmd/cgo: add #line directives to avoid printing bogus references to Go source...Russ Cox
2016-11-03cmd/cover: change covered block for switch/select case to exclude expressionRuss Cox
2016-11-03cmd/go: clear GIT_ALLOW_PROTOCOL during testsRuss Cox
2016-11-03cmd/go: fix TestIssue11457Russ Cox
2016-11-03cmd/go: remove .o and .a files in builder.collectRuss Cox
2016-11-03encoding/asn1: document that default:x tag only has meaning with optional tagRuss Cox
2016-11-03misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2Russ Cox
2016-11-03time: document that only Jan and January, Mon and Monday are recognizedRuss Cox
2016-11-03cmd/go: fix coverage in xtest of cgo packageRuss Cox
2016-11-03cmd/go: fix TestGoGetDashTIssue8181Russ Cox
2016-11-03cmd/go: use new HTTP-only server insecure.go-get-issue-15410.appspot.com inst...Russ Cox
2016-11-03cmd/compile: update/remove outdated commentsRobert Griesemer
2016-11-03runtime/testdata/testprog: increase GCFairness2 timeout to 1sQuentin Smith
2016-11-03cmd/vet/all: add s390x supportJosh Bleecher Snyder
2016-11-03runtime: fix s390x asm frame sizesJosh Bleecher Snyder
2016-11-03all: update s390x assembly to use vet-friendly namesJosh Bleecher Snyder
2016-11-03cmd/go: run mkalldocs.shMohit Agarwal
2016-11-03cmd/go: add version of GOROOT to go bug detailsRuss Cox
2016-11-03cmd/pprof: use correct default handler for Go programsRuss Cox
2016-11-03cmd/compile: write type symbols referenced in ptabsDavid Crawshaw
2016-11-03net: disallow dialing and listening on port > 65535 on Plan 9David du Colombier
2016-11-03net: fix Dial(":80") on Plan 9David du Colombier
2016-11-03cmd/vet: teach vet about ast.AliasSpecJosh Bleecher Snyder
2016-11-03cmd/compile/internal/ssa: generate bswap on AMD64Ilya Tocar
2016-11-03cmd/compile: add OMOD to list of ops that might panicJosh Bleecher Snyder