aboutsummaryrefslogtreecommitdiff
path: root/test/closure3.dir
AgeCommit message (Expand)Author
2023-08-17cmd/compile/internal/noder: remove inlined closure naming hackMatthew Dempsky
2023-05-22cmd/compile: incorporate inlined function names into closure namingMatthew Dempsky
2023-05-05cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-17Revert "cmd/compile: allow more inlining of functions that construct closures"Michael Knyszek
2023-04-17cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-14Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh
2023-04-07cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-03Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh
2023-03-31cmd/compile: allow more inlining of functions that construct closuresAustin Clements
2022-10-01test: relax closure name matching in closure3.goCuong Manh Le
2021-11-24cmd/compile/internal/inline: revise closure inl position fixThan McIntosh
2021-05-18cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh
2021-04-14cmd/compile: set types properly for imported funcs with closuresDan Scales
2021-04-10cmd/compile: include typecheck information in export/importKeith Randall
2021-01-20[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales
2021-01-18[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky
2020-10-15cmd/compile: allow inlining of "for" loopsMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-11-08cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-06-06cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase
2017-11-05cmd/compile: inline closures with capturesHugues Bruant
2017-11-03cmd/compile: fix reassignment checkHugues Bruant