summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/stmt.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky2023-01-261-299/+0
* cmd/compile: pop instantiations of local types when leaving scopeDan Scales2022-01-041-0/+3
* cmd/compile: prevent irgen crashing for empty local declaration stmtCuong Manh Le2021-11-161-3/+5
* cmd/compile: error when using internal type declarations in generic functionsKeith Randall2021-11-151-0/+4
* cmd/compile: fix delayTransform conditionCuong Manh Le2021-09-241-6/+6
* cmd/compile: delay all transforms for generic funcs/methodsDan Scales2021-09-201-57/+14
* cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales2021-09-171-4/+16
* cmd/compile: fixing writebarrier.go for -G=3wdvxdr2021-09-161-1/+1
* cmd/compile: remove unneeded early transforms, with dictionary changeDan Scales2021-09-151-9/+0
* cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales2021-09-071-0/+3
* cmd/compile: fix handling of Defn field during stencilingDan Scales2021-08-311-0/+2
* cmd/compile: change irgen to generate exprs/stmts after decls processedMatthew Dempsky2021-08-241-1/+5
* [dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales2021-08-091-0/+1
* [dev.typeparams] cmd/compile: add CONVIFACE nodes for return values during no...Dan Scales2021-07-231-0/+5
* [dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales2021-07-161-2/+12
* [dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky2021-07-031-5/+1
* cmd/compile: fix various small bugs related to type listsDan Scales2021-03-301-0/+14
* cmd/compile: create/use noder2 transform functions for more node typesDan Scales2021-03-251-22/+55
* cmd/compile: getting more built-ins to work with genericsDan Scales2021-03-171-8/+21
* [dev.typeparams] cmd/compile: refactor irgen's handling of ":="Matthew Dempsky2021-01-221-25/+48
* [dev.typeparams] cmd/compile: use nil instead of syntax.ImplicitOneRobert Griesemer2021-01-211-1/+1
* [dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky2021-01-141-0/+280