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
/
pass_manager.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-02
Use zero based indexing for pass_count
Oli Scherer
-0
/
+2
2022-12-02
Remove an impl and replace its only use with a method call
Oli Scherer
-1
/
+1
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-13
/
+2
2022-12-01
Remove needless `Cow`
Oli Scherer
-10
/
+4
2022-12-01
Don't go through the formatting infrastructure just to get the name of a phase
Oli Scherer
-1
/
+1
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-35
/
+38
2022-10-23
Split phase change from `MirPass`
Jakob Degen
-33
/
+56
2022-09-07
Fix typo in pass_manager.rs
Ikko Ashimine
-2
/
+2
2022-08-30
Simplify pass manager's `run_passes` logic
Jakob Degen
-29
/
+19
2022-08-30
Refactor MIR phases
Jakob Degen
-4
/
+23
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-04-16
Address nits
Jakob Degen
-3
/
+3
2022-04-16
Add support for MIR opt unit tests
Jakob Degen
-4
/
+17
2022-03-23
Clarify which kinds of MIR are allowed during which phases.
Jakob Degen
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-5
/
+5
2021-12-02
Don't "simplify" during optimizations if optimizations are disabled
Dylan MacKenzie
-0
/
+23
2021-12-02
Implement a pass manager
Dylan MacKenzie
-0
/
+121