aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-23cmd/compile: fixing 15.go for -G=3Dan Scales
2021-08-23go/types: return an error from InstantiateRobert Findley
2021-08-23cmd/go: fix long test buildersCuong Manh Le
2021-08-22cmd/compile/internal/types2: enable TestSelection API testRobert Griesemer
2021-08-22cmd/compile/internal/types2: report argument type for unsafe.OffsetOfRobert Griesemer
2021-08-21cmd/compile: absorb NEG into branch when possible on riscv64Joel Sing
2021-08-21cmd/compile: convert branch with zero to more optimal branch zero on riscv64Joel Sing
2021-08-21cmd/compile: sort regalloc switch by architectureJoel Sing
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-20cmd/internal/buildid: reject empty idRuss Cox
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-08-20cmd/compile: use typeAndStr directly in signatsliceCuong Manh Le
2021-08-20cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extensioneric fang
2021-08-20cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg...eric fang
2021-08-19cmd/dist: remove unused variablesManlio Perillo
2021-08-19cmd/compile: prevent duplicated works in WriteRuntimeTypesCuong Manh Le
2021-08-19cmd/compile/internal/types2: return an error from InstantiateRobert Findley
2021-08-19cmd/compile: add support for //go:nointerface for -G=3Matthew Dempsky
2021-08-18cmd/compile/internal/dwarfgen: use src.Pos.Rel{Filename,Line,Col} consistentlyMatthew Dempsky
2021-08-18cmd/compile: only use dictionaries for conversions to type parametersKeith Randall
2021-08-18cmd/compile/internal/types2: change Checker.verify to return an errorRobert Findley
2021-08-18cmd/compile/internal/types2: no need to validate substituted instancesRobert Findley
2021-08-18cmd/compile: only sort methods/interfaces during export for -d=unifiedquirksMatthew Dempsky
2021-08-18cmd/compile/internal/types2: consolidate verification logicRobert Findley
2021-08-18cmd/compile/internal/types2: clean up panics in instantiationRobert Findley
2021-08-18cmd/go/internal/work/exec: throw an error when buildP is negativeYuki Osaki
2021-08-18cmd/go/testdata/script: fix test script added by CL 334873Tobias Klauser
2021-08-18cmd/internal/obj/arm64: don't use REGTMP when moving C_AACON2 to a registereric fang
2021-08-18cmd/internal/obj/arm64: fix the encoding error when operating with ZReric fang
2021-08-17cmd/link: do not use GO_LDSO when cross compileCherry Mui
2021-08-17cmd/go: make mod init disallow invalid major version suffixesPaschalis Tsilias
2021-08-17cmd/go/internal/test: add an all sentinel to -vetColin Arnott
2021-08-17cmd/go: go test flag -failfast should be cacheablekezhao
2021-08-17cmd/compile/internal/types2: fix method lookup for type-parameter based typesRobert Griesemer
2021-08-17cmd/trace: use newTaskDesc to create taskDescLeonard Wang
2021-08-17cmd/link: remove elfwritedynentsymCherry Mui
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-17cmd/compile: fix CONVIFACE case converting interface to empty interfaceDan Scales
2021-08-17cmd/compile/internal/types2: allow composite literals of type parameter typeRobert Griesemer
2021-08-17cmd/compile: fix typoswangyuntao
2021-08-17cmd/compile: lowered MulUintptr on riscv64Meng Zhuo
2021-08-16cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans
2021-08-16cmd/go: address code review comments in test cgo_path_space_quoteJay Conrod
2021-08-16cmd: update x/tools and remove copy of txtarJay Conrod
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-08-16cmd/internal/str: add utilities for quoting and splitting argsJay Conrod
2021-08-16cmd/go: add document -json in testflag180909
2021-08-16cmd/go/internal/modfetch/codehost: refactor gitRepo.loadRefs to be harder to ...Jay Conrod
2021-08-16go/types,types2: superficial changes to align types and types2Robert Findley