aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-28[release-branch.go1.20] runtime: allow for 5 more threads in TestWindowsStack...Alex Brainman
2023-06-24[release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64Cuong Manh Le
2023-06-22[release-branch.go1.20] crypto/x509: tolerate multiple matching chains in tes...Roland Shoemaker
2023-06-22[release-branch.go1.20] cmd/go/internal/test: don't wait for previous test ac...Bryan C. Mills
2023-06-22[release-branch.go1.20] runtime: resolve checkdead panic by refining `startm`...Lucien Coffe
2023-06-22[release-branch.go1.20] runtime: fallback to TEB arbitrary pointer when TLS s...qmuntal
2023-06-22[release-branch.go1.20] runtime: use 1-byte load for address checking in race...Cherry Mui
2023-06-21[release-branch.go1.20] net/mail: permit more characters in mail headersIan Lance Taylor
2023-06-21[release-branch.go1.20] all: make safe for new vet analyzerHeschi Kreinick
2023-06-21[release-branch.go1.20] cmd/go: fix tests for new builder environmentHeschi Kreinick
2023-06-21[release-branch.go1.20] text/template: set variables correctly in range assig...Ian Lance Taylor
2023-06-20[release-branch.go1.20] go/printer: error out of Fprint when it would write a...Bryan C. Mills
2023-06-20[release-branch.go1.20] cmd/cover: error out if a requested source file conta...Bryan C. Mills
2023-06-20[release-branch.go1.20] cmd/cgo: error out if the source path used in line di...Bryan C. Mills
2023-06-20[release-branch.go1.20] cmd/go: fix TestScript/build_cwd_newline with CGO_ENA...Bryan C. Mills
2023-06-19[release-branch.go1.20] cmd/compile: do not report division by error during t...Cuong Manh Le
2023-06-19[release-branch.go1.20] cmd/go: retain extra roots to disambiguate imports in...Bryan C. Mills
2023-06-19[release-branch.go1.20] crypto/ecdsa: properly truncate P-521 hashesFilippo Valsorda
2023-06-13[release-branch.go1.20] go/build: check for invalid import paths againMichael Matloob
2023-06-13[release-branch.go1.20] cmd/go: omit checksums for go.mod files needed for go...Bryan C. Mills
2023-06-06[release-branch.go1.20] cmd/cgo: correct _cgo_flags outputIan Lance Taylor
2023-06-06[release-branch.go1.20] go1.20.5go1.20.5Gopher Robot
2023-06-06[release-branch.go1.20] cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-06-06[release-branch.go1.20] cmd/go: enforce flags with non-optional argumentsRoland Shoemaker
2023-06-06[release-branch.go1.20] cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor
2023-06-06[release-branch.go1.20] runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-30[release-branch.go1.20] net: skip TestFileFdBlocks if the "unix" network is n...Bryan C. Mills
2023-05-30[release-branch.go1.20] cmd/go/internal: update documentation of go test and ...Shogo Hida
2023-05-30[release-branch.go1.20] cmd/go: save checksums for go.mod files needed for go...Bryan C. Mills
2023-05-23[release-branch.go1.20] net, os: net.Conn.File.Fd should return a blocking de...Ian Lance Taylor
2023-05-22[release-branch.go1.20] runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-22[release-branch.go1.20] runtime: consistently define fcntlIan Lance Taylor
2023-05-18[release-branch.go1.20] os: if descriptor is non-blocking, retain that in Fd ...Ian Lance Taylor
2023-05-17[release-branch.go1.20] crypto/rsa: use BoringCrypto for 4096 bit keysFilippo Valsorda
2023-05-11[release-branch.go1.20] cmd/compile: fix bswap/load rewrite rulesKeith Randall
2023-05-02[release-branch.go1.20] go1.20.4go1.20.4Gopher Robot
2023-05-02[release-branch.go1.20] html/template: emit filterFailsafe for empty unquoted...Roland Shoemaker
2023-05-02[release-branch.go1.20] html/template: handle all JS whitespace charactersRoland Shoemaker
2023-05-02[release-branch.go1.20] html/template: disallow angle brackets in CSS valuesRoland Shoemaker
2023-04-25[release-branch.go1.20] Revert "net/http: FileServer method check + minimal O...Damien Neil
2023-04-24cmd/compile/internal/importer,go/internal/gcimporter: use the 'go' command fr...Bryan C. Mills
2023-04-24[release-branch.go1.20] crypto/tls: fix PSK binder calculationTero Saarni
2023-04-24[release-branch.go1.20] cmd/compile: fix reproducible build of aliased generi...Matthew Dempsky
2023-04-24[release-branch.go1.20] cmd/compile: remove broken LEA "optimization"David Chase
2023-04-24[release-branch.go1.20] cmd/compile: use correct type for byteswaps on multi-...Keith Randall
2023-04-14[release-branch.go1.20] syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-04-12[release-branch.go1.20] cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-05[release-branch.go1.20] cmd/compile: don't set range expr key/value type if a...Cuong Manh Le
2023-04-05[release-branch.go1.20] crypto/subtle: don't cast to *uintptr when word size ...Keith Randall
2023-04-05[release-branch.go1.20] html/template,mime/multipart: document new GODEBUG se...Michael Anthony Knyszek