aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-23cmd/compile: scanning closures body when visiting wrapper functionCuong Manh Le
2023-06-23log/slog: fix broken link to AnyValue in commentCuong Manh Le
2023-06-23log/slog: fix broken link to Record.Clone in package docsChristopher Taylor
2023-06-22cmd/go: impersonate 'go tool dist list' if 'go tool dist' is not presentBryan C. Mills
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills
2023-06-22cmd/{go,cover}: enable response file args for cmd/coverThan McIntosh
2023-06-22internal/fuzz: fix typo in commentOleksandr Redko
2023-06-22crypto/x509: tolerate multiple matching chains in testVerifyRoland Shoemaker
2023-06-21net/mail: permit more characters in mail headersIan Lance Taylor
2023-06-21test: add test that caused a gofrontend crashIan Lance Taylor
2023-06-21doc/go1.21: correct GOOS to GOARCH (another location)Ian Lance Taylor
2023-06-21doc/go1.21: correct GOOS to GOARCHIan Lance Taylor
2023-06-21go/types, types2: avoid spurious "declared and not used" errorRobert Griesemer
2023-06-21runtime: relate GODEBUG=gctrace output to runtime/metricsMichael Anthony Knyszek
2023-06-21cmd/go: shorten longest 5 testsRuss Cox
2023-06-21cmd/compile/internal/ir: typocuiweixie
2023-06-20log/slog: fix HandlerOptions.ReplaceAttr docJonathan Amsterdam
2023-06-20encoding/binary: on invalid type return -1 from SizeIan Lance Taylor
2023-06-20cmd/go: add comment for intentional misspellingIan Lance Taylor
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-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-15test/codegen: add fsqrt test for riscv64Meng Zhuo
2023-06-15text/template: set variables correctly in range assignmentIan Lance Taylor