aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/iimport.go
AgeCommit message (Expand)Author
2021-03-01cmd/compile: import empty closure function correctlyDan Scales
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-02-23cmd/compile: fix import of functions of multiple nested closureDan Scales
2021-02-03[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...Dan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-25[dev.regabi] cmd/compile: enable rational constant arithmeticMatthew Dempsky
2021-01-20[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-13[dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...David Chase
2021-01-12[dev.regabi] cmd/compile: stop using Vargen for import/exportMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: fix re-export of parametersMatthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove Nodes.Set [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: simplify ir.Func somewhatMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: remove workarounds for go/constant issuesMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: check for recursive import in ImportBodyMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: rename CommStmt and CaseStmt [generated]Matthew Dempsky
2020-12-28[dev.regabi] cmd/compile: remove CommStmt.ListMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: separate CommStmt from CaseStmtMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: use []*CaseStmt in {Select,Switch}StmtMatthew Dempsky
2020-12-24[dev.regabi] cmd/compile: separate range stmt Vars to Key, Value nodesCuong Manh Le
2020-12-23[dev.regabi] cmd/compile: change CaseStmt.Vars to VarMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split SliceExpr.List into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: cleanup export code furtherMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: cleanup import/export codeMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package typecheck [generated]Russ Cox