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
/
simplify.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-25
Remove Nop in simplify_locals.
Camille GILLOT
-0
/
+1
2022-12-25
Move SimplifyLocals before ConstProp.
Camille GILLOT
-1
/
+13
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-01
Remove needless `Cow`
Oli Scherer
-3
/
+2
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-2
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-08-09
Add option to `mir::MutVisitor` to not invalidate CFG.
Jakob Degen
-2
/
+2
2022-07-25
Remove reachable coverage without counters
Tomasz Miąsko
-1
/
+11
2022-07-21
Update compiler/rustc_mir_transform/src/simplify.rs
Wesley Wiser
-1
/
+1
2022-07-08
Fix unreachable coverage generation for inlined functions
Tomasz Miąsko
-32
/
+40
2022-07-08
Use extend instead of repeatedly pushing into a vec
Tomasz Miąsko
-4
/
+4
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-4
/
+4
2022-06-07
Preserve unused pointer to address casts
Tomasz Miąsko
-2
/
+6
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-3
/
+3
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-4
/
+4
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2022-02-04
Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...
Matthias Krüger
-1
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-2
/
+1
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-6
/
+6
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-09-18
Do not collapse goto chains beginning with the start block
Tomasz Miąsko
-25
/
+0
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+592