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
/
reveal_all.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-3
/
+3
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
-1
/
+1
2024-06-13
MIR visitor: constant -> const_operand
Ralf Jung
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-05
move subtyper change reveal_all
ouz-a
-1
/
+3
2023-09-28
Skip reinterning if nothing changed
Oli Scherer
-0
/
+4
2023-09-28
Strip `OpaqueCast` during `RevealAll`.
Oli Scherer
-0
/
+19
2023-09-28
Remove unnecessary generator-check, which also fixes the issue within async f...
Oli Scherer
-5
/
+0
2023-09-28
Unconditionally run `RevealAll` pass and run it earlier
Oli Scherer
-4
/
+0
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-3
/
+3
2023-04-23
Also reveal constants before MIR opts.
Camille GILLOT
-1
/
+13
2022-08-09
Add option to `mir::MutVisitor` to not invalidate CFG.
Jakob Degen
-1
/
+1
2022-07-27
lint: add bad opt access internal lint
David Wood
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2021-12-13
use try_normalize_erasing_regions in RevealAllVisitor
b-naber
-1
/
+4
2021-12-02
Update passes with new interface
Dylan MacKenzie
-6
/
+9
2021-11-27
Visit type in process_projection_elem.
Camille GILLOT
-20
/
+0
2021-11-06
Run reveal_all on MIR more often.
Camille GILLOT
-1
/
+1
2021-10-17
Normalize MIR with RevealAll before optimizations.
Camille GILLOT
-0
/
+58