aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-12[release-branch.go1.17] encoding/pem: fix stack overflow in DecodeJulie Qiu
2022-04-06[release-branch.go1.17] crypto/elliptic: tolerate zero-padded scalars in gene...Filippo Valsorda
2022-04-04[release-branch.go1.17] cmd/link: mark unexported methods for pluginsCherry Mui
2022-03-28[release-branch.go1.17] runtime: fix net poll racesRuss Cox
2022-03-28[release-branch.go1.17] runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor
2022-03-14[release-branch.go1.17] runtime: count spill slot for frame size at finalizer...Cherry Mui
2022-03-07[dev.boringcrypto.go1.17] all: merge go1.17.8 into dev.boringcrypto.go1.17Carlos Amedee
2022-03-03[release-branch.go1.17] go1.17.8go1.17.8Carlos Amedee
2022-03-03[release-branch.go1.17] cmd/go: avoid +incompatible major versions if a go.mo...Bryan C. Mills
2022-02-18[release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...Cherry Mui
2022-02-18[release-branch.go1.17] runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2022-02-17[release-branch.go1.17] net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor
2022-02-17[release-branch.go1.17] regexp/syntax: reject very deeply nested regexps in P...Russ Cox
2022-02-14[dev.boringcrypto.go1.17] misc/boring: use go install cmd@latest for installi...Cherry Mui
2022-02-11[dev.boringcrypto.go1.17] all: merge go1.17.7 into dev.boringcrypto.go1.17Cherry Mui
2022-02-09[release-branch.go1.17] crypto/x509: support NumericString in DN componentsRoland Shoemaker
2022-02-09[release-branch.go1.17] go1.17.7go1.17.7Cherry Mui
2022-02-07[release-branch.go1.17] runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2022-02-07[release-branch.go1.17] cmd/link: force eager binding when using plugins on d...Cherry Mui
2022-02-07[release-branch.go1.17] crypto/elliptic: make IsOnCurve return false for inva...Filippo Valsorda
2022-02-07[release-branch.go1.17] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2022-02-07[release-branch.go1.17] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...David Chase
2022-02-07[release-branch.go1.17] cmd/compile: don't elide extension for LoadReg to FP ...Cherry Mui
2022-02-07[release-branch.go1.17] cmd/internal/obj/x86: modify the threshold of assert ...zhouguangyuan
2022-02-07[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs optionsEthan Anderson
2022-02-03[release-branch.go1.17] debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2022-01-28[release-branch.go1.17] math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2022-01-27[release-branch.go1.17] net/http/internal/testcert: use FIPS-compliant certif...Damien Neil
2022-01-14[dev.boringcrypto.go1.17] all: merge go1.17.6 into dev.boringcrypto.go1.17David Chase
2022-01-06[release-branch.go1.17] go1.17.6go1.17.6Carlos Amedee
2022-01-06[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Carlos Amedee
2022-01-05[release-branch.go1.17] cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor
2021-12-22[release-branch.go1.17] runtime: set iOS addr space to 40 bits with increment...Michael Anthony Knyszek
2021-12-22[release-branch.go1.17] runtime/race: rebuild darwin syso to work around macO...Cherry Mui
2021-12-21[release-branch.go1.17] cmd/compile: avoid adding LECall to the entry block w...hanpro
2021-12-21[release-branch.go1.17] reflect: keep pointer in aggregate-typed args live in...Keith Randall
2021-12-21[release-branch.go1.17] all: update vendored golang.org/x/crypto for cryptoby...Filippo Valsorda
2021-12-09[dev.boringcrypto.go1.17] all: merge go1.17.5 into dev.boringcrypto.go1.17Alexander Rakoczy
2021-12-09[release-branch.go1.17] go1.17.5go1.17.5Alexander Rakoczy
2021-12-09[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-09[release-branch.go1.17] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-12-09[release-branch.go1.17] syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox
2021-12-06[release-branch.go1.17] misc/cgo/testplugin: skip TestIssue25756pie on darwin...Heschi Kreinick
2021-12-03[dev.boringcrypto.go1.17] all: merge go1.17.4 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2021-12-02[release-branch.go1.17] go1.17.4go1.17.4Heschi Kreinick
2021-12-02[release-branch.go1.17] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-12-02[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Michael Anthony Knyszek
2021-12-01[release-branch.go1.17] go/types: break cycles in invalid typesRobert Griesemer
2021-12-01[release-branch.go1.17] net/http: do not send Transfer-Encoding: identity in ...Damien Neil
2021-12-01[release-branch.go1.17] net/http: do not cancel request context on response b...Damien Neil