aboutsummaryrefslogtreecommitdiff
path: root/test/closure3.dir
AgeCommit message (Expand)Author
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