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
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
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