summaryrefslogtreecommitdiff
path: root/test/closure3.dir
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: allow more inlining of functions that construct closuresThan McIntosh2023-05-051-11/+15
* Revert "cmd/compile: allow more inlining of functions that construct closures"Michael Knyszek2023-04-171-15/+11
* cmd/compile: allow more inlining of functions that construct closuresThan McIntosh2023-04-171-11/+15
* Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh2023-04-141-15/+11
* cmd/compile: allow more inlining of functions that construct closuresThan McIntosh2023-04-071-11/+15
* Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh2023-04-031-15/+11
* cmd/compile: allow more inlining of functions that construct closuresAustin Clements2023-03-311-11/+15
* test: relax closure name matching in closure3.goCuong Manh Le2022-10-011-4/+4
* cmd/compile/internal/inline: revise closure inl position fixThan McIntosh2021-11-241-4/+4
* cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh2021-05-181-4/+4
* cmd/compile: set types properly for imported funcs with closuresDan Scales2021-04-141-22/+22
* cmd/compile: include typecheck information in export/importKeith Randall2021-04-101-22/+22
* [dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales2021-01-201-22/+22
* [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky2021-01-181-1/+1
* cmd/compile: allow inlining of "for" loopsMatthew Dempsky2020-10-151-2/+1
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-3/+3
* cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall2018-11-081-0/+2
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-061-1/+1
* cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase2018-06-061-32/+37
* cmd/compile: inline closures with capturesHugues Bruant2017-11-051-0/+110
* cmd/compile: fix reassignment checkHugues Bruant2017-11-031-0/+173