aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-08go/types, types2: remove genericMultiExpr (inline it in genericExprList)Robert Griesemer
2023-05-08all: make safe for new vet analyzerRuss Cox
2023-05-08cmd/go/internal/envcmd: on unix pass script contents directly to sh -cMichael Matloob
2023-05-08runtime: remove TestCrashExitCodeqmuntal
2023-05-08test: add memcombine testcases for ppc64Lynn Boger
2023-05-08runtime: clean up extra M APIMichael Pratt
2023-05-08math: optimize math.Abs on mipsxJunxian Zhu
2023-05-08cmd/go/internal/modfetch/codehost: explicitly specify GIT_DIREmily Shaffer
2023-05-05internal/testenv: reduce init-time work for MustHaveExecBryan C. Mills
2023-05-05go/types, types2: factor out maximum type computationRobert Griesemer
2023-05-05cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-05-05cmd/compile: un-hide closure func if parent expr moved to staticinitThan McIntosh
2023-05-05cmd/compile: rework marking of dead hidden closure functionsThan McIntosh
2023-05-05runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-05-05cmd/link: remove zdebug from ELF section header tableCherry Mui
2023-05-05cmd/link: remove elfsetstring out of the loaderCherry Mui
2023-05-05go/types, types2: better error message for bad assignmentRobert Griesemer
2023-05-05go/types, types2: exclude untyped nil arguments early in type inferenceRobert Griesemer
2023-05-05internal/coverage/encodecounter: followup changes from code reviewThan McIntosh
2023-05-05cmd/dist: add explicit module version to generated go.modDavid Chase
2023-05-05cmd/go: save checksums for go.mod files needed for go version linesBryan C. Mills
2023-05-05cmd/compile: work with new bisect commandRuss Cox
2023-05-05internal/bisect: copy from golang.org/x/tools/bisectRuss Cox
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-05-05cmd/compile: add "loop-transformed" (for whole loop) to logoptDavid Chase
2023-05-05math: optimize math.Abs on mips64xJunxian Zhu
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-05-05cmd/go: sanitize go env outputsMichael Matloob
2023-05-05cmd/go/internal/modfetch/codehost: skip tests that fail due to tag mismatchesBryan C. Mills
2023-05-05runtime: don't check the exit code in TestWERDialogueqmuntal
2023-05-04testenv: allow HasGoBuild to be false on -noopt buildersBryan C. Mills
2023-05-04log/slog: remove special float handling from JSONHandlerJonathan Amsterdam
2023-05-04runtime: don't run TestStackGrowth in parallel with other testsCherry Mui
2023-05-04log/slog: rearrange package docJonathan Amsterdam
2023-05-04log/slog: Group takes ...anyJonathan Amsterdam
2023-05-04internal/testenv: remove HasExec and simplify other support checks againBryan C. Mills
2023-05-04log/slog: built-in handler constructors take options as a second argJonathan Amsterdam
2023-05-04runtime/cgo: preserve VRs across crosscall_ppc64 on linuxPaul E. Murphy
2023-05-04runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64Paul E. Murphy
2023-05-04cmd/fix: move cgo and 'go build' support checks into TestRewriteBryan C. Mills
2023-05-04cmd/compile: fix bswap/load rewrite rulesKeith Randall
2023-05-04go/types, types2: remove Config.EnableReverseTypeInference flagRobert Griesemer
2023-05-04go/types, types2: consider generic functions in inference simplify stepRobert Griesemer
2023-05-04syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio
2023-05-04cmd/go: fix short tests on iosBryan C. Mills
2023-05-04go/types, types2: rename generic function argumentsRobert Griesemer
2023-05-04go/types, types2: make Checker.renameTParams work on any typeRobert Griesemer
2023-05-04net: net remove completed return from cgo lookup functionsMateusz Poliwczak
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor