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
/
borrowed_locals.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-16
Remove Rvalue::Len.
Camille Gillot
-1
/
+0
2025-01-31
Implement MIR, CTFE, and codegen for unsafe binders
Michael Goulet
-1
/
+2
2025-01-18
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-0
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-6
/
+6
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-1
/
+0
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-2
/
+2
2024-12-10
Call all `Domain` values `state`.
Nicholas Nethercote
-4
/
+4
2024-11-26
Remove `self` param for `MaybeBorrowedLocals::transfer_function`.
Nicholas Nethercote
-3
/
+3
2024-10-14
Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.
Nicholas Nethercote
-8
/
+0
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-4
/
+2
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-11
/
+5
2024-10-14
Tweak `GenKillAnalysis` method arguments.
Nicholas Nethercote
-1
/
+1
2024-09-13
Remove unnecessary `Clone`/`Copy` derives from analyses.
Nicholas Nethercote
-1
/
+1
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-07-14
Stop using the gen keyword in the compiler
Michael Goulet
-4
/
+4
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+1
2024-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-1
/
+0
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-1
/
+1
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-1
/
+1
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-1
/
+1
2023-11-08
generator layout: ignore fake borrows
lcnr
-2
/
+7
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-1
/
+1
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-2
/
+2
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-1
/
+1
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-7
/
+7
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-0
/
+4
2023-08-16
Move initialization dataflow impls into their own module.
Camille GILLOT
-25
/
+26
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-3
/
+4
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+1
2023-02-06
Only exclude locals if the place is not indirect.
Camille GILLOT
-1
/
+3
2022-07-12
add new rval, pull deref early
ouz-a
-1
/
+2
2022-06-12
Merge arms in borrowed locals transfer function
Tomasz Miąsko
-7
/
+1
2022-06-12
Remove duplicated implementations of borrowed locals analysis
Tomasz Miąsko
-0
/
+20
2022-02-17
Remove unused `unsound_ignore_borrow_on_drop`
Tomasz Miąsko
-34
/
+11
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-3
/
+3
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-4
/
+2
2021-11-03
Remove `MaybeMutBorrowedLocals`
Tomasz Miąsko
-117
/
+15
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+273