aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-11[release-branch.go1.6] go1.6.1go1.6.1Andrew Gerrand
2016-04-11doc: document Go 1.6.1 and Go 1.5.4Andrew Gerrand
2016-04-08runtime: leave directory before removing it in TestDLLPreloadMitigationAlex Brainman
2016-04-08syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick
2016-04-08runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-04-08crypto/rsa, crypto/ecdsa: fail earlier on zero parametersBrad Fitzpatrick
2016-04-08crypto/dsa: eliminate invalid PublicKey earlyRobert Griesemer
2016-03-03[release-branch.go1.6] doc: add link to 1.6 release notes on golang.org/proje...Chris Broadfoot
2016-03-02[release-branch.go1.6] doc: update release tag in source directions to go1.6nwidger
2016-02-17[release-branch.go1.6] doc: fix typo in go1.6 release date.Rahul Chaudhry
2016-02-17[release-branch.go1.6] doc: document Go 1.6Chris Broadfoot
2016-02-17go1.6go1.6Russ Cox
2016-02-17all: merge master into release-branch.go1.6Russ Cox
2016-02-17doc: remove DRAFT tags from go1.6.htmlRuss Cox
2016-02-17net/http: update bundle commandRuss Cox
2016-02-17doc: mention multi-change branches in contribute.htmlRuss Cox
2016-02-16cmd/go: avoid race on test environmentIan Lance Taylor
2016-02-16runtime: fix deadlock in TestCrashDumpsAllThreadsAustin Clements
2016-02-16cmd/compile: print struct tags in var decl in inlined func bodyRuss Cox
2016-02-16net: make TestInterfaceAddrsWithNetsh more robustAlex Brainman
2016-02-16runtime: show panics in tracebackAustin Clements
2016-02-16doc: fix remaining TODOs in Go 1.6 release notesRuss Cox
2016-02-16doc: tweak Go 1.6 GC release notesAustin Clements
2016-02-16doc: fix non-possessive "'s"Austin Clements
2016-02-13runtime: remove debugging print in cgoCheckTypedBlockIan Lance Taylor
2016-02-13net/http: update bundled http2 to fix gzip crash on Read after NewReader errorBrad Fitzpatrick
2016-02-12cmd/compile: add write barrier to type switchKeith Randall
2016-02-12runtime: return errno value from Solaris mmap as expectedIan Lance Taylor
2016-02-12cmd/link: fix padding for dwarf aranges on 32 bit platforms.Ryan Brown
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2016-02-11runtime: add test for mincore's return value sign on LinuxBrad Fitzpatrick
2016-02-10net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick
2016-02-10go/internal/gcimporter: interpret relative srcDir relative to cwdRobert Griesemer
2016-02-10net: make getmac based tests on windows more robustVolker Dobler
2016-02-09net/http: be more conservative about enabling http2 on TransportsBrad Fitzpatrick
2016-02-09cmd/go: use GOPATH order for compile -I and link -L optionsRuss Cox
2016-02-09build: mv cmd/vendor cmd/internal/unvendorRuss Cox
2016-02-09cmd/go: silence standard imports non-standard error for non-existent import t...Russ Cox
2016-02-09net/http: make ListenAndServeTLS treat GetCertificate as a set cert tooBrad Fitzpatrick
2016-02-08go/constant: fix String() implementationRobert Griesemer
2016-02-08runtime: fix commentBrad Fitzpatrick
2016-02-08go/types: make sure constants valid in integer operations are in integer formRobert Griesemer
2016-02-07runtime: don't call testing.Fatal from worker goroutinesMikio Hara
2016-02-06net/http: deflake TestCloseNotifierPipelinedIan Lance Taylor
2016-02-05net/http: fix doc typoBrad Fitzpatrick
2016-02-05net/http: update bundled http2Brad Fitzpatrick
2016-02-05net/http: document Request.Header and Request.Close moreBrad Fitzpatrick
2016-02-04runtime: don't expose stack buffer in stringto{byte,rune}sliceKeith Randall
2016-02-04doc: rewrite references to plan9.bell-labs.com to 9p.ioAndrew Gerrand
2016-02-04runtime: skip TestSignalExitStatus on SolarisIan Lance Taylor