aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-29slices, maps: add examples; doc comment fixesBen Hoyt
2023-06-29internal/bytealg: fix alignment code in equal_riscv64.sMark Ryan
2023-06-28cmd/compile: handle min/max correctly in mayCallCuong Manh Le
2023-06-28cmd/compile/internal/ssagen: fix min/max codegen, againMatthew Dempsky
2023-06-28cmd/go: enable slog vet check during 'go test'Russ Cox
2023-06-27cmd/dist, internal/abi: support bootstrapping with gccgoIan Lance Taylor
2023-06-27runtime: fix trace.Stop deadlock when built with faketimeHiro
2023-06-27cmd/compile: fix bad order of evaluation for min/max builtinCuong Manh Le
2023-06-27encoding: document that base32 and base64 do not use UTF-8Joe Tsai
2023-06-27syscall: clarify which handles are affected by SysProcAttr.NoInheritHandlesqmuntal
2023-06-27syscall: try non-blocking stdio on wasip1Chris O'Hara
2023-06-26go/types, types2: replace TODO with clarifying commentRobert Griesemer
2023-06-26slices: add godoc linksTobias Klauser
2023-06-26go/types, types2: fix interface unificationRobert Griesemer
2023-06-26types2, go/types: record final type for min/max argumentsCuong Manh Le
2023-06-26go/types, types2: more readable inference traceRobert Griesemer
2023-06-26doc/go1.21: document changes in crypto/x509Kota
2023-06-26doc/go1.21: context.Background and TODO may now appear equalIan Lance Taylor
2023-06-24cmd/compile: fix min/max builtin code generationKeith Randall
2023-06-24slices: clarify MinFunc/MaxFunc result for equal elementsIan Lance Taylor
2023-06-23crypto/x509: rename duplicated testRoland Shoemaker
2023-06-23runtime: set raceignore to zero when starting a new goroutineJelle van den Hooff
2023-06-23crypto: document non-determinism of GenerateKeyFilippo Valsorda
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-21[release-branch.go1.21] go1.21rc2go1.21rc2Gopher Robot
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-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é