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
Age
Commit message (
Expand
)
Author
Lines
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
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-66
/
+74
2023-05-09
Explicitly skip arguments.
Camille GILLOT
-0
/
+1
2023-05-09
Implement SSA-based reference propagation.
Camille GILLOT
-1
/
+67
2023-04-29
Make PlaceMention a non-mutating use.
Camille GILLOT
-0
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-3
/
+3
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+2
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-4
/
+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-02-06
Only exclude locals if the place is not indirect.
Camille GILLOT
-1
/
+3
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-13
Don't require owned data in `MaybeStorageLive`
Jakob Degen
-6
/
+7
2022-11-26
Rewrite dest prop.
Jakob Degen
-124
/
+0
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-4
/
+2
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+2
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-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-07-12
add new rval, pull deref early
ouz-a
-1
/
+2
2022-07-06
Fix missing word in comment
pierwill
-1
/
+1
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-5
/
+5
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-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
/
+21
2022-06-08
Rollup merge of #97597 - tmiasko:simplify-locals-side-effects, r=RalfJung,Jak...
Dylan DPC
-6
/
+3
2022-06-07
Preserve unused pointer to address casts
Tomasz Miąsko
-6
/
+3
2022-06-07
Remove `AlwaysLiveLocals` wrapper struct
Tomasz Miąsko
-3
/
+2
2022-05-31
Add a pointer to address cast kind
Tomasz Miąsko
-15
/
+8
[next]