aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-10[release-branch.go1.18] go1.18.10go1.18.10release-branch.go1.18Gopher Robot
2023-01-09[release-branch.go1.18] misc/cgo/testcshared: handle unsuffixed dlltool pathThan McIntosh
2023-01-09[release-branch.go1.18] runtime: revert "call __fork instead of fork on darwin"Russ Cox
2023-01-06[release-branch.go1.18] crypto/x509: return typed verification errors on macOSRoland Shoemaker
2022-12-28[release-branch.go1.18] cmd/compile: sign-extend the 2nd argument of the Lowe...David Chase
2022-12-22[release-branch.go1.18] runtime: call __fork instead of fork on darwinRuss Cox
2022-12-21[release-branch.go1.18] syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-12-19[release-branch.go1.18] cmd/cgo: allow DW_TAG_variable's with no nameAlex Brachet
2022-12-19[release-branch.go1.18] cmd/compile: fix conditional move rule on PPC64Keith Randall
2022-12-19[release-branch.go1.18] cmd/compile: fix conditional select ruleKeith Randall
2022-12-19[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022121416381...Damien Neil
2022-12-14[release-branch.go1.18] os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor
2022-12-09[release-branch.go1.18] cmd/link/internal/ppc64: fix trampoline reuse distanc...Paul E. Murphy
2022-12-09[release-branch.go1.18] cmd/go: remove TestScript/version_buildvcs_git_gpgBryan C. Mills
2022-12-09[release-branch.go1.18] net: reenable SRV tests with _ldap._tcp.google.comDamien Neil
2022-12-09[release-branch.go1.18] cmd/go: skip TestScript/mod_replace_gopkginBryan C. Mills
2022-12-06[release-branch.go1.18] go1.18.9go1.18.9Gopher Robot
2022-12-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-12-06[release-branch.go1.18] os, net/http: avoid escapes from os.DirFS and http.Di...Damien Neil
2022-12-01[release-branch.go1.18] cmd/cgo: recognize clang 14 DWARF type namesDmitri Goutnik
2022-11-25[release-branch.go1.18] runtime: make GC see object as allocated after it is ...Cherry Mui
2022-11-11[release-branch.go1.18] net: disable TestLookupDotsWithRemoteSource and TestL...Michael Anthony Knyszek
2022-11-09[release-branch.go1.18] runtime: don't jump stack if at entry of systemstackCherry Mui
2022-11-09[release-branch.go1.18] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky
2022-11-09[release-branch.go1.18] os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky
2022-11-08[release-branch.go1.18] cmd/compile: copy blank parameter node when substitut...Cherry Mui
2022-11-08[release-branch.go1.18] runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-11-08[release-branch.go1.18] crypto/x509: respect GODEBUG changes for allowing SHA...Russ Cox
2022-11-01[release-branch.go1.18] go1.18.8go1.18.8Gopher Robot
2022-11-01[release-branch.go1.18] syscall, os/exec: reject environment variables contai...Damien Neil
2022-10-24[release-branch.go1.18] runtime: always keep global reference to mp until mex...Michael Pratt
2022-10-20[release-branch.go1.18] cmd/go/internal/modload: update TestQueryImport to pa...Bryan C. Mills
2022-10-04[release-branch.go1.18] go1.18.7go1.18.7Gopher Robot
2022-10-04[release-branch.go1.18] regexp: limit size of parsed regexpsRuss Cox
2022-10-04[release-branch.go1.18] archive/tar: limit size of headersDamien Neil
2022-09-28[release-branch.go1.18] net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-21[release-branch.go1.18] cmd/link: suppress -no_pie deprecation warning on darwinCherry Mui
2022-09-21[release-branch.go1.18] cmd/link: stop passing -pagezero_size to darwin linkerCherry Mui
2022-09-21[release-branch.go1.18] go/types, types2: allow (string...) signature with Ne...Robert Griesemer
2022-09-21[release-branch.go1.18] cmd/compile: avoid using destination pointer base typ...Keith Randall
2022-09-19[release-branch.go1.18] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky
2022-09-09[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...Damien Neil
2022-09-06[release-branch.go1.18] go1.18.6go1.18.6Gopher Robot
2022-09-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-08-31[release-branch.go1.18] runtime: mark morestack_noctxt SPWRITE on LR architec...Cherry Mui
2022-08-31[release-branch.go1.18] runtime: fix ppc64 startup on newer linux kernelsPaul E. Murphy
2022-08-31[release-branch.go1.18] cmd/compile: only inline method wrapper if method don...Cuong Manh Le
2022-08-29[release-branch.go1.18] crypto/tls: support ECDHE when ec_point_formats is mi...Filippo Valsorda
2022-08-29[release-branch.go1.18] cmd/go/internal/imports: include ToolTags in the Tags...Zeke Lu
2022-08-29[release-branch.go1.18] cmd/go: avoid registering AtExit handlers in testsBryan C. Mills