aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] all: merge master (b0fa2f5) into dev.fuzzdev.fuzzKatie Hockman
2021-09-20cmd/compile: fix ExampleInfo outputAmelia Downs
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-09-20[dev.fuzz] cmd/go: in 'go test' don't allow multiple packages with -fuzzJay Conrod
2021-09-20cmd/go: write go.mod requirements more consistently for go 1.17+Jay Conrod
2021-09-20cmd/link: generate DIE for types referenced only through dictionariesAlessandro Arzilli
2021-09-20cmd/compile: delay all transforms for generic funcs/methodsDan Scales
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-20cmd/compile: document register-based ABI for ppc64Lynn Boger
2021-09-20cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-09-20cmd/compile: ensure constant shift amounts are in range for armKeith Randall
2021-09-20cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall
2021-09-20cmd/compile: update doc at top of iexport.go on the changes for typeparamsDan Scales
2021-09-20cmd/compile: rename instType -> instanceTypeDan Scales
2021-09-20cmd/cgo: remove hardcoded '-pie' ldflag for linux/armjochen weber
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-19cmd/compile: fold double negate on arm64Keith Randall
2021-09-19cmd/compile: implement constant rotates on arm64Keith Randall
2021-09-19cmd/compile: fix missing markHiddenClosureDead in deadcode passCuong Manh Le
2021-09-17cmd/compile: SSA ".this" variableCherry Mui
2021-09-17cmd/compile: remove self copies in tail-call wrappersCherry Mui
2021-09-17cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-17cmd/compile: fix import/export of Init and Def fields.Dan Scales
2021-09-17cmd/go: fix GOARCH value in GOAMD64 docsTobias Klauser
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-17cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flagMatthew Dempsky
2021-09-17cmd/internal/obj/riscv: improve instruction validationJoel Sing
2021-09-16cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor
2021-09-16go/types, types2: add an additional shift test caseRobert Griesemer
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-16cmd/compile: preserve statements better in expandCallsDavid Chase
2021-09-16cmd/compile: fix LocResults formattingCherry Mui
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-16cmd/go: clean paths before checking same directorygerrard
2021-09-16cmd/cgo: add missing tab in exports for a result of voidLeonard Wang
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15cmd/compile: remove unneeded early transforms, with dictionary changeDan Scales
2021-09-15cmd/compile: switch to computing dict format on instantiated functionsDan Scales
2021-09-15cmd/internal/obj/ppc64: generate prologue code compatible with new ABILynn Boger
2021-09-15[dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman
2021-09-15[dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman
2021-09-15cmd/go/internal/modload: prevent tidy downgrading disambiguating modulesJay Conrod
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-15cmd/compile: mark wrapper functions with DW_AT_trampolineAlessandro Arzilli
2021-09-15go/internal/gcimporter,cmd/compile: minor clean-up in iimport.goRobert Findley
2021-09-15cmd/compile/internal/types2: eliminate Named.instPosRobert Griesemer
2021-09-15cmd/compile/internal/types2: merge Named type loading and expansionRobert Griesemer