aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-24[release-branch.go1.10] go1.10.4go1.10.4Andrew Bonventre
2018-08-24[release-branch.go1.10] doc: document Go 1.10.4Andrew Bonventre
2018-08-24[release-branch.go1.10] cmd/compile: fix zero extend after float->int conversionKeith Randall
2018-08-22[release-branch.go1.10] net/http: lock the read-only mutex in shouldRedirectDamien Mathieu
2018-08-21[release-branch.go1.10] cmd/link: treat cgo exported symbols as C symbolsIan Lance Taylor
2018-08-09[release-branch.go1.10] cmd/compile: reset branch prediction when deleting a ...Keith Randall
2018-08-08[release-branch.go1.10] cmd/cgo: don't give inconsistent typedef error for cg...Ian Lance Taylor
2018-08-08[release-branch.go1.10] cmd/cgo: don't resolve typedefs in -godefs modeIan Lance Taylor
2018-08-08[release-branch.go1.10] cmd/cgo: stop expanding typedefs once we reach __buil...Keith Randall
2018-08-08[release-branch.go1.10] cmd/cgo: make sure we FinishType everythingKeith Randall
2018-08-08[release-branch.go1.10] misc/cgo: fix darwin test, againKeith Randall
2018-08-08[release-branch.go1.10] misc/cgo: fix test on iOSKeith Randall
2018-08-08[release-branch.go1.10] misc/cgo/test: fix issue 24161 test for 1.11 and earlierKeith Randall
2018-08-08[release-branch.go1.10] cmd/cgo: fix cgo bad typedefsKeith Randall
2018-08-08[release-branch.go1.10] cmd/cgo: check function argument/return types for bad...Keith Randall
2018-08-07[release-branch.go1.10] cmd/cgo: don't report inconsistency error for incompl...Ian Lance Taylor
2018-07-16[release-branch.go1.10] strings: do much less redundant testing in TestCompar...Ian Lance Taylor
2018-07-16[release-branch.go1.10] bytes, strings: fix comparison of long byte slices on...bill_ofarrell
2018-06-26[release-branch.go1.10] mime/multipart: restore 1.9 handling of missing/empty...Ian Lance Taylor
2018-06-15[release-branch.go1.10] ld/macho: add all missing load commandsMisty De Meo
2018-06-06[release-branch.go1.10] go1.10.3go1.10.3Filippo Valsorda
2018-06-06[release-branch.go1.10] doc: document Go 1.10.3Filippo Valsorda
2018-06-06[release-branch.go1.10] doc: document Go 1.9.7Filippo Valsorda
2018-06-04[release-branch.go1.10] cmd/go: fix 'go get' compatibility for direct downloa...Russ Cox
2018-05-31[release-branch.go1.10] cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor
2018-05-30[release-branch.go1.10] cmd/go: add minimal module-awareness for legacy opera...Russ Cox
2018-05-30[release-branch.go1.10] cmd/go: remove import path debugging hooksRuss Cox
2018-05-26[release-branch.go1.10] strings: fix encoding of \u0080 in mapMartin Möhrmann
2018-05-26[release-branch.go1.10] doc: sync with masterFilippo Valsorda
2018-05-24[release-branch.go1.10] crypto/x509: check EKUs like 1.9.Adam Langley
2018-05-23[release-branch.go1.10] doc: update Code of ConductAndrew Bonventre
2018-05-08[release-branch.go1.10] misc/cgo/testcshared: use file descriptor 30 for Test...Ian Lance Taylor
2018-05-07[release-branch.go1.10] crypto/tls: copy and use adjusted syscall.CertChainPo...Alex Brainman
2018-04-30[release-branch.go1.10] go1.10.2go1.10.2Andrew Bonventre
2018-04-30[release-branch.go1.10] doc: document Go 1.10.2Andrew Bonventre
2018-04-30[release-branch.go1.10] doc: document Go 1.9.6Andrew Bonventre
2018-04-28[release-branch.go1.10] cmd/internal/obj/mips: load/store even float register...James Cowgill
2018-04-27[release-branch.go1.10] cmd/internal/test2json: support subtests containing c...Daniel Martí
2018-04-27[release-branch.go1.10] cmd/compile: fix evaluation of "" < sJosh Bleecher Snyder
2018-04-27[release-branch.go1.10] cmd/go: fix go list .Stale computationRuss Cox
2018-04-27[release-branch.go1.10] cmd/link: do not pass -no-pie to host linker when -li...Michael Hudson-Doyle
2018-03-29[release-branch.go1.10] cmd/go: skip TestVetWithOnlyCgoFiles when cgo is disa...David du Colombier
2018-03-29[release-branch.go1.10] go1.10.1go1.10.1Andrew Bonventre
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2018-03-29[release-branch.go1.10] doc: update 1.9.5 release notes to include net/http/p...Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: update release notes for Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: document Go 1.10.1Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: document Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.10] net/http/pprof: harden handler responsesAndrew Bonventre
2018-03-29[release-branch.go1.10] cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor