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
/
storage_liveness.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-14
/
+14
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-6
/
+6
2024-12-10
Call all `Domain` values `state`.
Nicholas Nethercote
-33
/
+33
2024-11-26
Rollup merge of #133475 - nnethercote:MaybeStorage-improvements, r=lcnr
Michael Goulet
-4
/
+18
2024-11-26
Move `always_storage_live_locals`.
Nicholas Nethercote
-0
/
+17
2024-11-26
Improve `MaybeStorageLive::initialize_start_block`.
Nicholas Nethercote
-4
/
+1
2024-11-26
Tweak `MaybeBorrowedLocals::transfer_function` usage.
Nicholas Nethercote
-1
/
+1
2024-11-26
Remove `self` param for `MaybeBorrowedLocals::transfer_function`.
Nicholas Nethercote
-4
/
+1
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-10-14
Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.
Nicholas Nethercote
-38
/
+0
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-15
/
+5
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-37
/
+34
2024-10-14
Minimize use of `GenKill`.
Nicholas Nethercote
-8
/
+9
2024-10-14
Tweak `GenKillAnalysis` method arguments.
Nicholas Nethercote
-19
/
+4
2024-10-14
Remove `ResultsCursor::contains`.
Nicholas Nethercote
-1
/
+1
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
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-14
Stop using the gen keyword in the compiler
Michael Goulet
-6
/
+6
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+2
2024-02-24
Implement asm goto in MIR and MIR lowering
Gary Guo
-1
/
+2
2023-12-21
Don't require owned data in `MaybeStorageDead`
Tomasz Miąsko
-6
/
+6
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-4
/
+4
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-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-2
/
+2
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-4
/
+4
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-3
/
+3
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-23
/
+20
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-0
/
+12
2023-08-16
Move initialization dataflow impls into their own module.
Camille GILLOT
-18
/
+20
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-41
/
+46
2023-05-09
Explicitly skip arguments.
Camille GILLOT
-0
/
+1
2023-05-09
Implement SSA-based reference propagation.
Camille GILLOT
-0
/
+66
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-2
/
+2
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+0
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-12-13
Don't require owned data in `MaybeStorageLive`
Jakob Degen
-6
/
+7
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-07-06
Fix missing word in comment
pierwill
-1
/
+1
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-3
/
+3
2022-06-07
Remove `AlwaysLiveLocals` wrapper struct
Tomasz Miąsko
-3
/
+2
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-8
/
+6
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-1
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-5
/
+0
[next]