aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-01[release-branch.go1.6] go1.6.4go1.6.4release-branch.go1.6Chris Broadfoot
2016-12-01[release-branch.go1.6] crypto/x509: read Darwin trust settings for root CAsQuentin Smith
2016-12-01[release-branch.go1.6] syscall: disable TestGetfsstat failure on buildersRuss Cox
2016-12-01[release-branch.go1.6] net/http: multipart ReadForm close file after copyMichael Fraenkel
2016-07-18[release-branch.go1.6] go1.6.3go1.6.3Chris Broadfoot
2016-07-18[release-branch.go1.6] doc: document go1.6.3Chris Broadfoot
2016-07-18[release-branch.go1.6] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick
2016-07-18[release-branch.go1.6] runtime: fix nanotime for macOS SierraIan Lance Taylor
2016-04-19[release-branch.go1.6] go1.6.2go1.6.2Andrew Gerrand
2016-04-19doc: document go1.6.2Andrew Gerrand
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-18doc: link to iant's generics proposal from the FAQ.David Symonds
2016-04-15doc: add classes to version tags in source install instructionsAndrew Gerrand
2016-04-14cmd/go: clear cmd cache to avoid duplicate loads errorsDmitriy Dudkin
2016-04-14doc: fix bogus HTML in contribute.htmlBrad Fitzpatrick
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-14doc: GCC 6 will have the Go 1.6 user librariesIan Lance Taylor
2016-04-14doc: use new Gerrit URL and mention our instance in CONTRIBUTING.mdAndrew Gerrand
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-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