aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-11internal/bisect: copy parser changes from CL 494177Russ Cox
2023-05-10internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-10internal/abi: common up some offset/size functionsDavid Chase
2023-05-10cmd/link: clean up per-binary slice creation in ldDavid Chase
2023-05-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-10cmd/compile: add ability to print extra information in bisect outputRuss Cox
2023-05-10go/types, types2: move xlist next to targs in Checker.arguments signatureRobert Griesemer
2023-05-10cmd/compile: add De Morgan's rewrite ruleStefan
2023-05-10go/types, types2: control type inference in Checker.funcInst via infer argumentRobert Griesemer
2023-05-10cmd/go/internal: update documentation of go test and go generateShogo Hida
2023-05-10cmd/go/internal/modload: skip reading go.mod files for imports in 'go mod tid...Bryan C. Mills
2023-05-10cmd/internal/obj/riscv: regenerate instruction encoding tableMeng Zhuo
2023-05-10go/types, types2: explicitly look for nil type arguments in inferRobert Griesemer
2023-05-10all: fix a lot of commentscui fliter
2023-05-10cmd: use slices.Equal to simplify codecui fliter
2023-05-09cmd/go: fix cgo prefix mapping for non-vendored modulesqmuntal
2023-05-09cmd/compile: remove FS debug hash formRuss Cox
2023-05-09cmd/compile: use more of internal/bisect in HashDebugRuss Cox
2023-05-09cmd/compile: standardize on outer-to-inner for pos listsRuss Cox
2023-05-09internal/godebug: add bisect supportRuss Cox
2023-05-09cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64Paul E. Murphy
2023-05-09cmd/compile/loopvar: adjust logging messagesDavid Chase
2023-05-09cmd: vendor golang.org/x/tools/cmd/bisectRuss Cox
2023-05-09cmd: go get golang.org/x/tools@8f7fb01dd429 and revendorRuss Cox
2023-05-08go/types, types2: infer minimum default type for untyped argumentsRobert Griesemer
2023-05-08go/types, types2: move functions for untyped constants into const.goRobert Griesemer
2023-05-08cmd/compile/internal/types2: pass pos argument to Checker.overflowRobert Griesemer
2023-05-08go/types, types2: remove genericMultiExpr (inline it in genericExprList)Robert Griesemer
2023-05-08cmd/go/internal/envcmd: on unix pass script contents directly to sh -cMichael Matloob
2023-05-08math: optimize math.Abs on mipsxJunxian Zhu
2023-05-08cmd/go/internal/modfetch/codehost: explicitly specify GIT_DIREmily Shaffer
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-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-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/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-05cmd/go: sanitize go env outputsMichael Matloob
2023-05-05cmd/go/internal/modfetch/codehost: skip tests that fail due to tag mismatchesBryan C. Mills