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
2024-09-12
Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead
Matthias Krüger
-3
/
+3
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-6
/
+1
2024-09-08
add FIXME(const-hack)
Ralf Jung
-3
/
+3
2024-09-03
Clarify a comment.
Nicholas Nethercote
-1
/
+2
2024-09-03
Reduce visibility of `MirPass` and related things.
Nicholas Nethercote
-10
/
+10
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+81
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-6
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-3
/
+0
2024-02-07
Rollup merge of #120733 - klensy:trait-const-fn, r=oli-obk
Guillaume Boisseau
-10
/
+2
2024-02-07
MirPass: make name more const
klensy
-10
/
+2
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-4
/
+7
2024-02-06
Construct body for by-move coroutine closure output
Michael Goulet
-0
/
+6
2024-01-21
Make MIR pass name a compile-time constant.
Camille GILLOT
-2
/
+14
2024-01-04
Fix validation and linting of injected MIR
Tomasz Miąsko
-3
/
+9
2023-12-28
Don't validate / lint MIR before each pass
Tomasz Miąsko
-6
/
+0
2023-12-21
Add pass to identify undefined or erroneous behaviour
Tomasz Miąsko
-1
/
+11
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-10-18
Only check in a single place if a pass is enabled.
Camille GILLOT
-12
/
+21
2023-09-13
Generate MIR pass names for profiling on the fly and pass the body DefId as a...
John Kåre Alsaker
-4
/
+10
2023-09-10
Remove `verbose_generic_activity_with_arg`
John Kåre Alsaker
-1
/
+4
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+2
2023-05-15
Profile MIR passes.
Camille GILLOT
-4
/
+4
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