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
/
initialized.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-02
Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu
Samuel Tardieu
-0
/
+3
2025-07-28
use let chains in hir, lint, mir
Kivooeo
-8
/
+5
2025-07-25
Skip formatting for some compiler documentation code
Josh Triplett
-0
/
+3
2025-07-08
Apply effects to otherwise edge in dataflow analysis
Amogh Shivaram
-22
/
+66
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-1
/
+8
2025-02-17
Remove `SwitchIntTarget`.
Nicholas Nethercote
-5
/
+4
2025-02-17
Add `SwitchTargetValue`.
Nicholas Nethercote
-3
/
+5
2025-02-14
Move drop elaboration infrastructure.
Nicholas Nethercote
-1
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-4
/
+4
2024-12-16
Factor out some shared code from `Maybe{In,Unin}itializedPlaces`.
Nicholas Nethercote
-60
/
+53
2024-12-16
Simplify dataflow `SwitchInt` handling.
Nicholas Nethercote
-58
/
+79
2024-12-16
Add a comment to `MaybeInitializedPlaces::apply_terminator_effect`.
Nicholas Nethercote
-0
/
+2
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-6
/
+6
2024-12-10
Call all `Domain` values `state`.
Nicholas Nethercote
-35
/
+35
2024-12-10
Refer to a couple of domains indirectly.
Nicholas Nethercote
-1
/
+1
2024-12-10
Remove lifetimes from `BorrowckDomain`.
Nicholas Nethercote
-6
/
+10
2024-12-10
Fix an out-of-date comment.
Nicholas Nethercote
-1
/
+1
2024-12-05
Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`.
Nicholas Nethercote
-11
/
+11
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-137
/
+9
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-18
/
+9
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-43
/
+19
2024-10-14
Minimize use of `GenKill`.
Nicholas Nethercote
-7
/
+7
2024-10-14
Tweak `GenKillAnalysis` method arguments.
Nicholas Nethercote
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-09
Remove unnecessary lifetimes in dataflow structs.
Nicholas Nethercote
-23
/
+23
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+3
2024-07-29
Stop using MoveDataParamEnv for places that don't need a param-env
Michael Goulet
-34
/
+26
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-07-14
Stop using the gen keyword in the compiler
Michael Goulet
-9
/
+9
2024-06-26
Split lifetimes on mir borrowck dataflow
Oli Scherer
-23
/
+31
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-01-22
Use a plain bitset for liveness analyses.
Camille GILLOT
-0
/
+7
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-4
/
+4
2023-11-24
Remove unused arguments from `on_all_children_bits`.
Nicholas Nethercote
-24
/
+13
2023-11-24
Remove unused `EverInitializedPlaces::tcx` field.
Nicholas Nethercote
-4
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-21
Remove on_all_drop_children_bits.
Camille GILLOT
-2
/
+2
2023-10-21
Avoid using a magic value for untracked locals.
Camille GILLOT
-3
/
+7
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-7
/
+7
2023-08-16
Rename MaybeUnreachable.
Camille GILLOT
-7
/
+6
2023-08-16
Only run MaybeInitializedPlaces once for drop elaboration.
Camille GILLOT
-9
/
+63
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-21
/
+25
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-0
/
+16
2023-08-16
Move initialization dataflow impls into their own module.
Camille GILLOT
-0
/
+705