aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-06[release-branch.go1.11] runtime: safely load DLLsJason A. Donenfeld
2019-04-22[release-branch.go1.11] cmd/link: require cgo support for TestSectionsWithSam...Ian Lance Taylor
2019-04-18[release-branch.go1.11] cmd/link: don't fail if multiple ELF sections have th...Ian Lance Taylor
2019-03-27[release-branch.go1.11] net: fix test after 8.8.8.8 changed its reverse DNS nameBrad Fitzpatrick
2019-03-19[release-branch.go1.11] runtime: fix write barrier on wasmAustin Clements
2019-03-14[release-branch.go1.11] runtime: skip TestLockOSThreadAvoidsStatePropagation ...Michael Anthony Knyszek
2019-02-27[release-branch.go1.11] crypto/x509: explicitly cast printf format argumentTobias Klauser
2019-02-26[release-branch.go1.11] crypto/x509: consider parents by Subject if AKID has ...Filippo Valsorda
2019-02-25[release-branch.go1.11] cmd/compile: fix deriving from x+d >= w on overflow i...Cherry Zhang
2019-02-22[release-branch.go1.11] crypto/x509: fix root CA extraction on macOS (no-cgo ...Filippo Valsorda
2019-02-22[release-branch.go1.11] crypto/x509: fix root CA extraction on macOS (cgo path)Filippo Valsorda
2019-02-01[release-branch.go1.11] cmd/cgo: ignore unrecognized GCC warning group pragmasYuval Pavel Zholkover
2019-02-01[release-branch.go1.11] cmd/cgo: disable GCC 9 warnings triggered by cgo codeIan Lance Taylor
2019-02-01[release-branch.go1.11] net/http, net/url: reject control characters in URLsBrad Fitzpatrick
2019-02-01[release-branch.go1.11] runtime: disable GDB tests on freebsd on all GOARCH v...Yuval Pavel Zholkover
2019-01-23[release-branch.go1.11] all: merge release-branch.go1.11-security into releas...Julie Qiu
2019-01-23[release-branch.go1.11-security] net: pass if at least one matching entry in ...Ian Lance Taylor
2019-01-23[release-branch.go1.11-security] crypto/elliptic: reduce subtraction term to ...Filippo Valsorda
2019-01-14[release-branch.go1.11] net: pass if at least one matching entry in TestLooku...Ian Lance Taylor
2019-01-07[release-branch.go1.11] cmd/go: respect gcflags, ldflags in 'go test'Alessandro Arzilli
2019-01-04[release-branch.go1.11] runtime: don't scan go'd function args past length of...Keith Randall
2019-01-04[release-branch.go1.11] runtime: skip stack barrier copy when there are no po...Inada Naoki
2019-01-04[release-branch.go1.11] cmd/compile: fix MIPS SGTconst-with-shift rulesCherry Zhang
2019-01-03[release-branch.go1.11] encoding/json: recover saved error context when unmar...Ian Davis
2018-12-19[release-branch.go1.11] runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-12-17[release-branch.go1.11] cmd/compile: generate interface method expression wra...Robert Griesemer
2018-12-14[release-branch.go1.11] net/http: update bundled x/net/http2Dmitri Shuralyov
2018-12-14[release-branch.go1.11] cmd/cgo: don't cache bad pointer typedefsIan Lance Taylor
2018-12-14[release-branch.go1.11] cmd/compile: use correct store types in softfloatCherry Zhang
2018-12-14[release-branch.go1.11] cmd/cgo: preserve type information across loadDWARF loopIan Lance Taylor
2018-12-14[release-branch.go1.11] cmd/compile: check for negative upper bound to IsSlic...David Chase
2018-12-14[release-branch.go1.11] cmd/go/internal/modfetch: skip symlinks in (*coderepo...Bryan C. Mills
2018-12-14[release-branch.go1.11] cmd/go/internal/get: move wildcard-trimming to before...Bryan C. Mills
2018-12-13[release-branch.go1.11] all: merge release-branch.go1.11-security into releas...Dmitri Shuralyov
2018-12-13[release-branch.go1.11-security] cmd/go: set user and email in test-local git...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go/internal/get: relax pathOK check to a...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go/internal/get: use a strings.Replacer ...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go/internal/get: reject Windows shortnam...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go: reject 'get' of paths containing lea...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] crypto/x509: limit number of signature check...Filippo Valsorda
2018-12-05[release-branch.go1.11] cmd/link: close input files when copying to temporary...Ian Lance Taylor
2018-12-03[release-branch.go1.11] cmd/go: don't fail if requested Go version is later t...Ian Lance Taylor
2018-12-03[release-branch.go1.11] cmd/cgo: use field alignment when setting field offsetIan Lance Taylor
2018-11-27[release-branch.go1.11] go/types: avoid certain problems with recursive alias...Robert Griesemer
2018-11-27[release-branch.go1.11] cmd/compile/internal/gc: OMUL should be evaluated whe...Milan Knezevic
2018-11-26[release-branch.go1.11] cmd/compile: reintroduce work-around for cyclic alias...Robert Griesemer
2018-11-26runtime: when using explicit argmap, also use arglenKeith Randall
2018-11-21[release-branch.go1.11] cmd/compile: don't deadcode eliminate labelsKeith Randall
2018-11-14[release-branch.go1.11] cmd/go: don't panic when go run is passed ... under n...Mark Rushakoff
2018-11-14[release-branch.go1.11] runtime: avoid arm64 8.1 atomics on AndroidElias Naur