aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-19[release-branch.go1.6] net/http: TimeoutHandler should start timer when servi...Caio Marcelo de Oliveira Filho
2016-04-19cmd/compile: note escape of parts of closured-capture varsDavid Chase
2016-04-19syscall: fix epoll_event struct for ppc64le/ppc64Lynn Boger
2016-04-19runtime: clamp OS-reported number of processors to _MaxGomaxprocsMichael Hudson-Doyle
2016-04-14cmd/go: clear cmd cache to avoid duplicate loads errorsDmitriy Dudkin
2016-04-14runtime: more deflaking of TestCgoCheckBytesIan Lance Taylor
2016-04-14runtime: deflake TestCgoCheckBytesIan Lance Taylor
2016-04-14cmd/go: revise importPath when ImportPath is 'command-line-arguments'Cheng-Lung Sung
2016-04-14runtime: fix pagesInUse accountingAustin Clements
2016-04-14runtime: preserve darwin/arm{,64} callee-save registersElias Naur
2016-04-14darwin/amd64: fix text-relocation issues for c-archive libraries
Aaron Zinman
2016-04-14mime/multipart: don't call Read on io.Reader after an error is seenBrad Fitzpatrick
2016-04-14runtime: disable gcMarkRootCheck debugging check during STWAustin Clements
2016-04-14runtime: reset mark state before stopping the worldAustin Clements
2016-04-14runtime: fix off-by-one error finding module for PCIan Lance Taylor
2016-04-14cmd/cgo: recognize known C typedefs as typesIan Lance Taylor
2016-04-14sort: fix for nondeterministic less function in quicksort pivotJure Ham
2016-04-14runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma
2016-04-14runtime: use correct psABI SP alignment before calling libc mmapShenghou Ma
2016-04-14runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor
2016-04-14net/http: fix bug where http2 wasn't enabled on DefaultTransportBrad Fitzpatrick
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