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_dataflow
/
src
/
impls
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-07
Reimplement DestinationPropagation according to live ranges.
Camille GILLOT
-1
/
+2
2024-12-13
Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk
Matthias Krüger
-1
/
+2
2024-12-10
Remove lifetimes from `BorrowckDomain`.
Nicholas Nethercote
-1
/
+2
2024-12-09
Remove an out-of-date comment.
Nicholas Nethercote
-4
/
+0
2024-11-26
Rollup merge of #133475 - nnethercote:MaybeStorage-improvements, r=lcnr
Michael Goulet
-1
/
+3
2024-11-26
Move `always_storage_live_locals`.
Nicholas Nethercote
-1
/
+3
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2023-08-16
Move initialization dataflow impls into their own module.
Camille GILLOT
-706
/
+5
2023-08-16
Simplify for_each_mut_borrow.
Camille GILLOT
-58
/
+9
2023-07-19
Turn copy into moves during DSE.
Camille GILLOT
-0
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+6
2023-07-04
bring back un_derefer and rewrite it again
DrMeepster
-4
/
+4
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-14
/
+14
2023-05-09
Implement SSA-based reference propagation.
Camille GILLOT
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-11-26
Rewrite dest prop.
Jakob Degen
-2
/
+0
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-06-12
Remove duplicated implementations of borrowed locals analysis
Tomasz Miąsko
-0
/
+1
2022-05-24
Add dead store elimination pass
Jakob Degen
-0
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-36
/
+36
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-02-26
Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec...
Matthias Krüger
-15
/
+18
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-7
/
+7
2022-02-19
Adopt let else in more places
est31
-12
/
+8
2022-02-10
Fix switch on discriminant detection in a presence of coverage counters
Tomasz Miąsko
-15
/
+18
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-1
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-46
/
+44
2021-11-13
Mark mutably borrowed places as maybe initialized
Dylan MacKenzie
-6
/
+67
2021-11-03
Remove `MaybeMutBorrowedLocals`
Tomasz Miąsko
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-12
/
+6
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+712