aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-21[release-branch.go1.21] go1.21rc2go1.21rc2Gopher Robot
2023-06-20[release-branch.go1.21] all: merge master (a7b1793) into release-branch.go1.21Dmitri Shuralyov
2023-06-20cmd/go: do not index std as a module in modcacheRuss Cox
2023-06-20cmd/go: restore go.mod files during toolchain selectionRuss Cox
2023-06-20cmd/distpack: rename go.mod to _go.mod in toolchain modulesRuss Cox
2023-06-20cmd/go: disable sumdb less often for toolchain downloadsRuss Cox
2023-06-20internal/bisect: add 'q' hash option for quiet hash behavior switchingDavid Chase
2023-06-20runtime/trace: add godoc linksOlivier Mengué
2023-06-19cmd/go/internal/modfetch: fix retractions slice initial length not zeroJames Yang
2023-06-17os/exec: document a method to check if a process is aliveMoritz Poldrack
2023-06-16cmd/internal/moddeps: allow the "misc" module to be missing from GOROOTBryan C. Mills
2023-06-16cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't existBryan C. Mills
2023-06-16cmd/internal/testdir: skip Test if GOROOT/test does not existBryan C. Mills
2023-06-16go/types: skip tests that require GOROOT/test if it is not presentBryan C. Mills
2023-06-16go/internal/gcimporter: skip TestImportTypeparamTests if GOROOT/test is missingBryan C. Mills
2023-06-16cmd/go/internal/test: don't wait for previous test actions when interruptedBryan C. Mills
2023-06-16path/filepath: avoid assuming that GOROOT/test is presentBryan C. Mills
2023-06-16cmd/cgo/internal/testshared: disable gccgo tests on PPC64Paul E. Murphy
2023-06-16cmd/cgo/internal/testshared: strip newline from gccgo -dumpversionPaul E. Murphy
2023-06-16compress/bzip2: fix typoJes Cok
2023-06-16net/http: check RemoteAddr isn't nil before dereferencingAl Cutter
2023-06-16net/http: close req.Body only when it's non-nil on jsDmitri Shuralyov
2023-06-16testing/fstest: fix the Glob test when dir entries are out of orderAchille Roussel
2023-06-16reflect: fix ArenaNew to match documentationMichael Anthony Knyszek
2023-06-16cmd/distpack: make go_$GOOS_$GOARCH_exec programs executableDmitri Shuralyov
2023-06-16[release-branch.go1.21] go1.21rc1go1.21rc1Gopher Robot
2023-06-16runtime: use 1-byte load for address checking in racecallatomicCherry Mui
2023-06-15cmd/go: fix build config for 'go list -cover'Than McIntosh
2023-06-15net/http: only disable Fetch API in testsDmitri Shuralyov
2023-06-15math: document that Min/Max differ from min/maxIan Lance Taylor
2023-06-15cmd/compile: do not report division by error during typecheckCuong Manh Le
2023-06-15slices: add sort benchmark for sorted stringsEli Bendersky
2023-06-15[release-branch.go1.21] all: merge master (b7e7467) into release-branch.go1.21Michael Pratt
2023-06-15test/codegen: add fsqrt test for riscv64Meng Zhuo
2023-06-15text/template: set variables correctly in range assignmentIan Lance Taylor
2023-06-15cmd/api: skip TestIssue29837 when -short is setqmuntal
2023-06-15cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64eric fang
2023-06-14cmd/go: check for errors reading gccgo package listIan Lance Taylor
2023-06-14cmd/go: use gover.Local for $goversion in TestScriptBryan C. Mills
2023-06-14[release-branch.go1.21] update codereview.cfg for release-branch.go1.21Michael Pratt
2023-06-14crypto/x509: use synthetic root for platform testingRoland Shoemaker
2023-06-14slices: consistently use S ~[]EIan Lance Taylor
2023-06-14spec: explain in which situations function type arguments can be omittedRobert Griesemer
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-06-14net: fix panic when calling net.Listen or net.Dial on wasip1Achille Roussel
2023-06-14internal/xcoff: remove blank lines after final return statementsJes Cok
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13all: update vendored dependenciesMichael Pratt
2023-06-13net: ensure net.Addr values match the connection type on wasip1Achille Roussel
2023-06-13go/types, types2: fix Hilbert test for stand-alone runRobert Griesemer