aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-01[release-branch.go1.10] cmd/cgo: ignore unrecognized GCC warning group pragmasrelease-branch.go1.10Yuval Pavel Zholkover
2019-02-01[release-branch.go1.10] cmd/cgo: disable GCC 9 warnings triggered by cgo codeIan Lance Taylor
2019-02-01[release-branch.go1.10] net/http, net/url: reject control characters in URLsBrad Fitzpatrick
2019-01-23[release-branch.go1.10-security] net: pass if at least one matching entry in ...Ian Lance Taylor
2019-01-23[release-branch.go1.10-security] crypto/elliptic: reduce subtraction term to ...Filippo Valsorda
2018-12-14Revert "[release-branch.go1.10] cmd/compile/internal/gc: OMUL should be evalu...Filippo Valsorda
2018-12-14[release-branch.go1.10] cmd/compile/internal/gc: OMUL should be evaluated whe...Milan Knezevic
2018-12-14[release-branch.go1.10] cmd/go/internal/get: move wildcard-trimming to before...Bryan C. Mills
2018-12-07[release-branch.go1.10-security] cmd/go/internal/get: relax pathOK check to a...Bryan C. Mills
2018-12-07[release-branch.go1.10-security] cmd/go/internal/get: use a strings.Replacer ...Bryan C. Mills
2018-12-07[release-branch.go1.10-security] cmd/go/internal/get: reject Windows shortnam...Bryan C. Mills
2018-12-07[release-branch.go1.10-security] cmd/go: reject 'get' of paths containing lea...Bryan C. Mills
2018-12-07[release-branch.go1.10-security] crypto/x509: limit number of signature check...Filippo Valsorda
2018-11-02[release-branch.go1.10] cmd/internal/obj/arm64: fix branch-too-far with TBZ l...Cherry Zhang
2018-11-01[release-branch.go1.10] internal/poll: advance file position in windows sendfileAlex Brainman
2018-11-01[release-branch.go1.10] database/sql: check for nil connRequest.conn before useDaniel Theophanes
2018-11-01[release-branch.go1.10] internal/poll, net: fix sendfile on Windows, add testIan Lance Taylor
2018-11-01[release-branch.go1.10] cmd/go: remove test that does nothing in 1.10Ian Lance Taylor
2018-11-01[release-branch.go1.10] internal/poll: specify current file position when cal...Alex Brainman
2018-11-01[release-branch.go1.10] cmd/compile: prevent overflow in walkinrangeAlberto Donizetti
2018-11-01[release-branch.go1.10] cmd/go: add GOMIPS value to build id for mipsleIan Lance Taylor
2018-10-30[release-branch.go1.10] runtime: restore r2 when restoring state from gobuf i...Lynn Boger
2018-10-29[release-branch.go1.10] cmd/link: put runtime.framepointer_enabled in DATA in...Cherry Zhang
2018-09-07[release-branch.go1.10] cmd/go: add -Wl,--export-dynamic to linker flag white...Ian Lance Taylor
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] 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-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-24[release-branch.go1.10] crypto/x509: check EKUs like 1.9.Adam Langley
2018-05-07[release-branch.go1.10] crypto/tls: copy and use adjusted syscall.CertChainPo...Alex Brainman
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