aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2023-02-06go/types, types2: eliminate need to sort arguments for type inferenceRobert Griesemer
2023-02-06cmd/compile: replace os.MkdirTemp with T.TempDirOleksandr Redko
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2023-02-06cmd/compile: add rules to emit SETBC/R instructions on power10Archana R
2023-02-04cmd/compile: use ONAME node directly from generated hash funcCuong Manh Le
2023-02-04cmd/compile: factor out code to generate hash funcCuong Manh Le
2023-02-04cmd/compile: use runtime hash func for known typesCuong Manh Le
2023-02-04cmd/compile: use memhash from package runtimeCuong Manh Le
2023-02-04cmd/compile: generate type equal func during walkCuong Manh Le
2023-02-04cmd/compile: factor out code to generate equal funcCuong Manh Le
2023-02-03cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10Archana R
2023-02-03cmd/dist: do not include runtime/internal/sys in cmd staleness checksBryan C. Mills
2023-02-03cmd/go/internal/par: use generic CacheRoger Peppe
2023-02-02go/types, types2: enable new type inferenceRobert Griesemer
2023-02-02go/types, types2: implement simpler type inference (infer2)Robert Griesemer
2023-02-02go/types, types2: simplify symmetric codeRobert Griesemer
2023-02-02go/types, types2: use a comparer struct to control the identical predicateRobert Griesemer
2023-02-02cmd/go/internal/test: scale the WaitDelay for test subprocessesBryan C. Mills
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-02-02src/cmd/compile: clarify //go:linkname documentationAlan Donovan
2023-02-02cmd/link: remove special cases for relocations in .go.buildinfoRuss Cox
2023-02-02cmd/link: keep go.buildinfo even with --gc-sectionsRuss Cox
2023-02-02go/types, types2: avoid recursive invocation when unifying underlying typesRobert Griesemer
2023-02-02go/types, types2: remove (internal) exactUnification flagRobert Griesemer
2023-02-01cmd/compile/internal/types: remove misleading commentMatthew Dempsky
2023-02-01go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-02-01go/types, types2: better error when trying to use ~ as bitwise operationRobert Griesemer
2023-02-01go/types, types2: unifier constructor to accept type parameters and argumentsRobert Griesemer
2023-02-01go/types, types2: further simplify unificationRobert Griesemer
2023-02-01go/types, types2: replace unifier type parameter list with a mapRobert Griesemer
2023-02-01cmd/go/internal/par: generic WorkRoger Peppe
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-02-01cmd/compile: schedule values with no in-block uses laterKeith Randall
2023-02-01cmd/dist, internal/platform: remove some target modes that failIan Lance Taylor
2023-01-31cmd/go/internal/script: retry ETXTBSY errors in scriptsBryan C. Mills
2023-01-31cmd/compile: cleanup atomic.Pointer[T] inline testCuong Manh Le
2023-01-31cmd/go: traverse module-root symlinks in Walk callsBryan C. Mills
2023-01-31cmd/go: use Join functions instead of adding path separators to stringsBryan C. Mills
2023-01-31cmd/link: add debug print in hostobjCopyCherry Mui
2023-01-31cmd/compile: add clear(x) builtinCuong Manh Le
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2023-01-31cmd/internal/obj/x86: use mov instead of lea to load the frame pointerqmuntal
2023-01-31cmd/link: rewrite (*BuildMode).Set to use platform.BuildModeSupportedIan Lance Taylor
2023-01-31cmd/dist, internal/platform: test agreement on supported build modesIan Lance Taylor
2023-01-31cmd/link: rename ELF struct fields to remove "elf" prefixIan Lance Taylor
2023-01-31cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor
2023-01-31cmd/link: skip c-archive tests if c-archive mode is not supportedIan Lance Taylor
2023-01-31cmd/link: make .dynamic section read-only for MIPS ELFIan Lance Taylor
2023-01-31cmd/dist: test goos, not gohostos, in tester.extLinkIan Lance Taylor
2023-01-31cmd/dist: set GOFLAGS=-trimpath when building cmd for releasesBryan C. Mills