aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-09cmd/go: don't assume ImportStack always set on PackageErrorMichael Matloob
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-06-09crypto/tls: make SessionState.Extra a slice of byte slicesFilippo Valsorda
2023-06-09cmd/go: fix TestScript/gotoolchain* when go.env doesn't set GOTOOLCHAIN=autoqmuntal
2023-06-09all: fix function names in commentscui fliter
2023-06-09net: update SOCK_CLOEXEC commentIan Lance Taylor
2023-06-09Revert "net: remove fallback path in sysSocket"Ian Lance Taylor
2023-06-09doc/go1.21: remove CL 472195 TODOIan Lance Taylor
2023-06-08runtime: apply looser bound to /gc/heap/live:bytes in testMichael Anthony Knyszek
2023-06-08go1.21: document crypto/tls additionsDamien Neil
2023-06-08doc/go1.21: more crypto release notesFilippo Valsorda
2023-06-08doc/go1.21: NOFRAME heuristic changesqmuntal
2023-06-08doc/go1.21: mention NewFile on non-blocking descriptorIan Lance Taylor
2023-06-08doc/go1.21: mention html/template.ErrJSTemplateIan Lance Taylor
2023-06-08doc/go1.21: mention new cmp packageIan Lance Taylor
2023-06-08doc/go1.21: run relnotes againIan Lance Taylor
2023-06-08cmd/compile: typocuiweixie
2023-06-08go/types: fix method set computation if receiver is a named pointerRobert Griesemer
2023-06-08go/printer: error out of Fprint when it would write a '//line' directive with...Bryan C. Mills
2023-06-07net/http: close response body in TestRequestBodyLimitDamien Neil
2023-06-07spec: add temporary note to type inference sectionRobert Griesemer
2023-06-07doc/go1.21: add release notes for parent goroutine in stack tracesMichael Anthony Knyszek
2023-06-07internal/poll: update SOCK_CLOEXEC commentIan Lance Taylor
2023-06-07Revert "internal/poll: remove fallback path in accept"Ian Lance Taylor
2023-06-07cmd/cover: error out if a requested source file contains a newlineBryan C. Mills
2023-06-07cmd/cgo: error out if the source path used in line directives would contain a...Bryan C. Mills
2023-06-07cmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0Bryan C. Mills
2023-06-07cmd/dist: disable PGO for toolchain2 buildCherry Mui
2023-06-07cmd/go: fix Script/build_cwd_newline testRuss Cox
2023-06-07cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64Cuong Manh Le
2023-06-07go/types, types2: don't crash when using trace with an invalid argumentRobert Griesemer
2023-06-06go1.21: document net/http.ResponseController.EnableFullDuplexDamien Neil
2023-06-06context: add godoc linksOlivier Mengué
2023-06-06runtime: make GODEBUG=dontfreezetheworld=1 saferMichael Pratt
2023-06-06spec: clarify min/max rules for numeric arguments (exclude NaNs)Robert Griesemer
2023-06-06cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-06-06cmd/go: enforce flags with non-optional argumentsRoland Shoemaker
2023-06-06cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor
2023-06-06cmd/go: document changes to go test -c and -oRuss Cox
2023-06-06cmd/go: handle -C properly during toolchain switchesRuss Cox
2023-06-06cmd/go: move switch-only code from select.go to switch.goRuss Cox
2023-06-06cmd/go: additional doc-inspired tests and bug fixesRuss Cox
2023-06-06cmd/vendor: vendor latest golang.org/x/modRuss Cox
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-06-06runtime: skip TestCrashDumpsAllThreads with mayMoreStackPreemptAustin Clements
2023-06-06cmd/dist: share one copy of the "generated by" header stringAustin Clements
2023-06-06cmd/dist: remove deptab and cleanlist in favor of gentabAustin Clements
2023-06-06cmd/dist: remove stale cleanup codeAustin Clements
2023-06-06cmd/dist: remove stale files from gentabAustin Clements
2023-06-06go/types, types2: handle named and literal interfaces in interface unificationRobert Griesemer