index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_transform
/
src
/
ctfe_limit.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-3
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-05-17
Simplify back-edge logic.
Camille GILLOT
-1
/
+1
2023-05-17
Merge DominatorTree and Dominators.
Camille GILLOT
-3
/
+3
2023-05-17
Preprocess dominator tree to answer queries in O(1)
Tomasz Miąsko
-3
/
+3
2023-02-16
don't into self
Matthias Krüger
-2
/
+1
2023-01-24
Improve efficiency of has_back_edge(...)
Bryan Garza
-10
/
+11
2023-01-23
Add comments and remove unnecessary code
Bryan Garza
-0
/
+2
2023-01-23
Abstract out has_back_edge fn
Bryan Garza
-23
/
+28
2023-01-23
Change code to use map insead of for-loop
Bryan Garza
-23
/
+25
2023-01-23
Clean up CtfeLimit MirPass
Bryan Garza
-74
/
+31
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+92