aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
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
2021-08-16cmd/compile: fix panic with dead hidden closuresCuong Manh Le
2021-08-16cmd/compile: fix dictionaries for nested closuresKeith Randall
2021-08-16cmd/link: start at address 0 when external linkingCherry Mui
2021-08-16cmd/compile/internal/ssa: delete unused codecuiweixie
2021-08-16cmd/compile: intrinsify Mul64 on riscv64Meng Zhuo
2021-08-16cmd/compile/internal/types2: use the underlying TypeParam inRobert Findley
2021-08-15cmd/compile/internal/types2: better error message for index syntax error (fol...Robert Griesemer
2021-08-15cmd/compile/internal/syntax: better error message for index syntax errorRobert Griesemer
2021-08-14cmd/dist: remove tests using the typeparams build tagRobert Findley
2021-08-14cmd/compile/internal/types2: rename TypeParams to TParamListRobert Findley
2021-08-14cmd/compile/internal/types2: remove targs from substMapRobert Findley
2021-08-14cmd/compile/internal/types2: use the orig object for Named.ObjRob Findley
2021-08-14cmd/compile/internal/types2: simplify Named.underRob Findley
2021-08-14cmd/compile/internal/types2: define Identical for instancesRob Findley
2021-08-14cmd/compile/internal/types2: merge Instantiate and InstantiateLazyRob Findley