aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-02-17all: merge master into release-branch.go1.6Russ Cox
2016-02-17net/http: update bundle commandRuss 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-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-04runtime: skip TestSignalExitStatus on SolarisIan Lance Taylor
2016-02-03all: merge master into release-branch.go1.6Chris Broadfoot
2016-02-03net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop headerBrad Fitzpatrick
2016-02-03sync: deflake TestWaitGroupMisuse3Brad Fitzpatrick
2016-02-03cmd/go: fix rebuild after installation of new Go releaseRuss Cox
2016-02-03cmd/vet: don't crash in cgo checker if type is unknownIan Lance Taylor
2016-02-02cmd/go: document that -msan requires clangRuss Cox
2016-02-02runtime/pprof: mark dragonfly and solaris as bad at pprofBrad Fitzpatrick
2016-02-02net/http/httputil: fix spelling of Trailer hop-by-hop header per errataBrad Fitzpatrick
2016-02-02net/http: mark TestTLSServerClosesConnection as flaky on all systemsBrad Fitzpatrick
2016-02-02all: merge master into release-branch.go1.6Russ Cox
2016-02-02archive/zip: handle pre-zip64 zip files containing 2³²-1-byte contentRuss Cox
2016-02-02cmd/go: avoid use of git -C, which does not exist in RHEL 7Russ Cox
2016-02-02runtime: deflake TestGoroutineProfileTrivialRuss Cox