| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-07 | Move rustc_mir::transform to rustc_mir_transform. | Camille GILLOT | -169/+0 | |
| 2021-08-26 | review | lcnr | -1/+1 | |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 | |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -1/+1 | |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -3/+15 | |
| 2021-02-24 | Use small hash set in `mir_inliner_callees` | Tomasz Miąsko | -7/+4 | |
| Use small hash set in `mir_inliner_callees` to avoid temporary allocation when possible and quadratic behaviour for large number of callees. | ||||
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -2/+5 | |
| The information logged here is of limited general interest, while at the same times makes it impractical to simply enable logging and share the resulting logs due to the amount of the output produced. Reduce log level from info to debug for developer oriented information. For example, when building cargo, this reduces the amount of logs generated by `RUSTC_LOG=info cargo build` from 265 MB to 79 MB. Continuation of changes from 81350. | ||||
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+157 | |
