aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2024-04-25go/types, types2: simplify Default functionRobert Griesemer
2024-04-25cmd/go: go env GOMOD should not download newer toolchainSam Thanawalla
2024-04-25go.types, types2: factor out isUntypedNumeric predicateRobert Griesemer
2024-04-24go/types: add Alias.RhsAlan Donovan
2024-04-24cmd/compile: add debug log prior to export data lookupMichael Pratt
2024-04-24cmd/compile: bail PGO method lookup on interface typesMichael Pratt
2024-04-24cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M...Paul E. Murphy
2024-04-23cmd/cgo/internal/test: don't skip some tests on muslIan Lance Taylor
2024-04-23cmd/compile: mark closure DUPOK if the outer function isCherry Mui
2024-04-22cmd/compile: fix cmpstring rewrite ruleKeith Randall
2024-04-22cmd/go: update comment to not say GO386 does not existIan Lance Taylor
2024-04-22cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNowThan McIntosh
2024-04-22cmd/compile/internal/ssa: fix the description of auxCCop as auxIntzhangjian
2024-04-22cmd/compile: combine phielim and copyelim into a single passjeffery
2024-04-22cmd/link: move .dynamic and .got sections to relro if applicableThan McIntosh
2024-04-19cmd/trace/v2: tolerate traces with broken tailsMichael Anthony Knyszek
2024-04-19cmd/compile: remove redundant calls to cmpstringkhr@golang.org
2024-04-18go/types: add Func.Signature methodAlan Donovan
2024-04-18cmd/go: only attempt to match subset of $GOCACHE in testMichael Pratt
2024-04-18go/types, types2: use correct predicate when asserting comma-ok typesRobert Griesemer
2024-04-18cmd/compile/internal: stack slot merging region formation enhancementsThan McIntosh
2024-04-18cmd/dist: allow arbitrary package renames for bootstrap importsMichael Pratt
2024-04-18cmd/go: use cache for PGO preprocessingMichael Pratt
2024-04-18cmd/go: preprocess PGO profilesMichael Pratt
2024-04-18cmd/go: inital plumbing for PGO profiles preprocessingMichael Pratt
2024-04-18go/types, types2: use types2.Config flag to control Alias node creationRobert Griesemer
2024-04-17cmd/compile/internal/ssa: delay rewrite cycle detection for huge funcsThan McIntosh
2024-04-17cmd/covdata: close cpu and mem profileguoguangwu
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger
2024-04-16go/types, types2: track gotypesalias non-default behaviorRobert Griesemer
2024-04-16types2: flip the default value of GODEBUG=gotypesalias=1Robert Griesemer
2024-04-16cmd,crypto/elliptic: fix typos in commentsapocelipes
2024-04-15cmd/cgo: create -objdir if not existMichael Podtserkovskii
2024-04-15go/types, types2: simplify TestUnaliasTooSoonInCycle (cleanup)Robert Griesemer
2024-04-15cmd/compile/internal/types2: port CL 576975 to types2Alan Donovan
2024-04-15cmd/internal/obj/loong64: recheck jump offset boundary after auto-aligning lo...Guoqi Chen
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2024-04-15cmd/pprof: close resp body after the profile.Parse is calledguoguangwu
2024-04-15cmd/cover: fix typo in commentguoguangwu
2024-04-14cmd/go/internal/modfetch: fix typos in commentguoguangwu
2024-04-11cmd/trace/v2: make the -pprof actually usefulMichael Anthony Knyszek
2024-04-11cmd/trace/v2: handle the -pprof flagMichael Anthony Knyszek
2024-04-10cmd/link: close cpu profileguoguangwu
2024-04-09cmd/api: handle types.AliasAlan Donovan
2024-04-09cmd/compile/internal/types2: revert to three-phase alias resolutionAlan Donovan
2024-04-09cmd/compile/internal/base: enable stack slot merging by defaultThan McIntosh
2024-04-09cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidatesThan McIntosh
2024-04-09cmd/compile/internal: small tweak to merge locals trace outputThan McIntosh
2024-04-09cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-04-09runtime: remove the allocheaders GOEXPERIMENTMichael Anthony Knyszek