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
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-14
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
León Orell Valerian Liehr
-4
/
+4
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-4
/
+4
2024-09-13
Remove unnecessary `Clone`/`Copy` derives from analyses.
Nicholas Nethercote
-4
/
+1
2024-09-09
Remove unnecessary lifetimes in dataflow structs.
Nicholas Nethercote
-23
/
+23
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-4
/
+4
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
-13
/
+11
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
-21
/
+21
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+3
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-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-1
/
+0
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-1
/
+1
2024-02-24
Implement asm goto in MIR and MIR lowering
Gary Guo
-1
/
+2
2024-01-22
Use a plain bitset for liveness analyses.
Camille GILLOT
-5
/
+12
2023-12-21
Don't require owned data in `MaybeStorageDead`
Tomasz Miąsko
-6
/
+6
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-10
/
+10
2023-11-27
Remove uses of `ResultsClonedCursor`.
Nicholas Nethercote
-13
/
+12
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-12
/
+0
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-24
Remove unneeded derives from `MaybeLiveLocals`.
Nicholas Nethercote
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-2
/
+2
2023-11-08
generator layout: ignore fake borrows
lcnr
-2
/
+7
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
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-4
/
+4
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-3
/
+3
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-6
/
+6
2023-08-16
Use Terminator::edges for backward analysis too.
Camille GILLOT
-1
/
+1
2023-08-16
Only evaluate yield place after resume in liveness.
Camille GILLOT
-15
/
+31
2023-08-16
Rename YieldResumeEffect.
Camille GILLOT
-6
/
+6
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-15
/
+15
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
-99
/
+78
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-0
/
+36
2023-08-16
Move initialization dataflow impls into their own module.
Camille GILLOT
-749
/
+756
2023-08-16
Simplify for_each_mut_borrow.
Camille GILLOT
-58
/
+9
2023-07-19
Turn copy into moves during DSE.
Camille GILLOT
-1
/
+2
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-06-08
Auto merge of #108293 - Jarcho:mut_analyses, r=eholk
bors
-66
/
+74
2023-05-29
unique borrows are mutating uses
lcnr
-2
/
+1
[next]