| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-22 | avoid calling `mk_region` unnecessarily | Ariel Ben-Yehuda | -2/+2 | |
| this improves typeck & trans performance by 1%. This looked hotter on callgrind than it is on a CPU. | ||||
| 2017-04-20 | rustc: combine type_needs_drop_given_env and may_drop into needs_drop. | Eduard-Mihai Burtescu | -1/+1 | |
| 2017-04-11 | store Spans for all MIR locals | Ariel Ben-Yehuda | -9/+6 | |
| 2017-03-10 | Only run inlining if mir opts are enabled | James Miller | -1/+1 | |
| 2017-03-10 | Add dep-graph tasks where needed | James Miller | -16/+10 | |
| 2017-03-10 | Initial implementation of inlining for MIR | James Miller | -0/+842 | |
| Fairly basic implementation of inlining for MIR. Uses conservative heuristics for inlining. | ||||
