about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/ctfe_limit.rs
AgeCommit message (Expand)AuthorLines
2024-09-09Reduce visibilities, and add `warn(unreachable_pub)`.Nicholas Nethercote-1/+1
2024-09-03Move `MirPass` to `rustc_mir_transform`.Nicholas Nethercote-3/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-05-17Simplify back-edge logic.Camille GILLOT-1/+1
2023-05-17Merge DominatorTree and Dominators.Camille GILLOT-3/+3
2023-05-17Preprocess dominator tree to answer queries in O(1)Tomasz Miąsko-3/+3
2023-02-16don't into selfMatthias Krüger-2/+1
2023-01-24Improve efficiency of has_back_edge(...)Bryan Garza-10/+11
2023-01-23Add comments and remove unnecessary codeBryan Garza-0/+2
2023-01-23Abstract out has_back_edge fnBryan Garza-23/+28
2023-01-23Change code to use map insead of for-loopBryan Garza-23/+25
2023-01-23Clean up CtfeLimit MirPassBryan Garza-74/+31
2023-01-23Create stable metric to measure long computation in Const EvalBryan Garza-0/+92