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
/
liveness.rs
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
mir-opt: Eliminate dead statements even if they are used by debuginfos
dianqk
-3
/
+0
2025-10-02
mir-opt: Eliminate trivial unnecessary storage annotations
dianqk
-1
/
+3
2025-10-02
mir-opt: Eliminate dead ref statements
dianqk
-28
/
+50
2025-09-07
Reimplement DestinationPropagation according to live ranges.
Camille GILLOT
-16
/
+21
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-10
/
+10
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-4
/
+4
2024-12-10
Call all `Domain` values `state`.
Nicholas Nethercote
-18
/
+18
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-7
/
+3
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-11
/
+5
2024-10-14
Minimize use of `GenKill`.
Nicholas Nethercote
-15
/
+9
2024-10-14
Tweak `GenKillAnalysis` method arguments.
Nicholas Nethercote
-1
/
+1
2024-09-13
Remove unnecessary `Clone`/`Copy` derives from analyses.
Nicholas Nethercote
-1
/
+0
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-2
/
+2
2024-07-14
Stop using the gen keyword in the compiler
Michael Goulet
-2
/
+2
2024-01-22
Use a plain bitset for liveness analyses.
Camille GILLOT
-5
/
+5
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-1
/
+1
2023-11-24
Remove unneeded derives from `MaybeLiveLocals`.
Nicholas Nethercote
-1
/
+0
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
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
-4
/
+4
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-48
/
+26
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-0
/
+4
2023-07-19
Turn copy into moves during DSE.
Camille GILLOT
-1
/
+1
2023-06-08
Auto merge of #108293 - Jarcho:mut_analyses, r=eholk
bors
-8
/
+10
2023-05-29
unique borrows are mutating uses
lcnr
-2
/
+1
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-8
/
+10
2023-04-29
Make PlaceMention a non-mutating use.
Camille GILLOT
-0
/
+1
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-7
/
+1
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+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-25
Add method that applies DefUse effect
Tomasz Miąsko
-15
/
+11
2022-08-25
Fix liveness analysis for yield terminators
Tomasz Miąsko
-32
/
+61
2022-08-01
Remove redundant `TransferWrapper` struct
Tomasz Miąsko
-14
/
+2
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-1
/
+1
2022-06-17
Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote
bors
-2
/
+2
2022-06-14
`BitSet` perf improvements
Jakob Degen
-2
/
+2
2022-06-07
Preserve unused pointer to address casts
Tomasz Miąsko
-6
/
+3
2022-05-31
Add a pointer to address cast kind
Tomasz Miąsko
-15
/
+8
2022-05-24
Add dead store elimination pass
Jakob Degen
-22
/
+160
2022-04-11
Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`
Jakob Degen
-25
/
+7
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
[next]