about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/inline/cycle.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-169/+0
2021-08-26reviewlcnr-1/+1
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-1/+1
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-1/+1
2021-07-04Query-ify global limit attribute handlingAaron Hill-3/+15
2021-02-24Use small hash set in `mir_inliner_callees`Tomasz Miąsko-7/+4
2021-02-13Use debug log level for developer oriented logsTomasz Miąsko-2/+5
2021-01-23Prevent query cycles during inliningoli-0/+157