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
/
framework
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-9
/
+12
2023-12-08
Remove `impl_visitable!`.
Nicholas Nethercote
-2
/
+2
2023-12-08
Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`.
Nicholas Nethercote
-34
/
+8
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-72
/
+27
2023-11-27
Remove `ResultsCloned` and `ResultsClonedCursor`.
Nicholas Nethercote
-26
/
+4
2023-11-27
Remove uses of `ResultsClonedCursor`.
Nicholas Nethercote
-0
/
+1
2023-11-27
Remove `ResultsRefCursor`.
Nicholas Nethercote
-29
/
+2
2023-11-27
Remove another use of `as_results_cursor`.
Nicholas Nethercote
-40
/
+61
2023-11-27
Remove `CloneAnalysis`.
Nicholas Nethercote
-29
/
+5
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-26
/
+1
2023-11-27
Use typedefs to clarify some impls.
Nicholas Nethercote
-2
/
+5
2023-11-24
Remove `ResultsCursor::get_with_analysis`.
Nicholas Nethercote
-5
/
+0
2023-11-24
Remove unnecessary `mut`.
Nicholas Nethercote
-1
/
+1
2023-11-23
Use `'mir` lifetime name more.
Nicholas Nethercote
-14
/
+14
2023-11-23
Remove unnecessary and misleading `..` in a pattern.
Nicholas Nethercote
-1
/
+0
2023-11-23
Reduce `pub` usage.
Nicholas Nethercote
-4
/
+4
2023-11-23
Avoid unnecessary exports.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-3
/
+3
2023-09-02
Take `&mut Results` in `ResultsVisitor`
Jason Newcomb
-12
/
+12
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-4
/
+4
2023-08-16
Specify that method only applies statement effects.
Camille GILLOT
-9
/
+14
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-17
/
+17
2023-08-16
Rename MaybeUnreachable.
Camille GILLOT
-39
/
+46
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-187
/
+90
2023-08-16
Introduce MaybeUnreachable.
Camille GILLOT
-1
/
+134
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-14
/
+3
2023-08-16
Create bottom on-the-fly instead of cloning it.
Camille GILLOT
-3
/
+4
2023-06-27
Export AnalysisResults trait in rustc_mir_dataflow
Florian Groult
-1
/
+1
2023-06-19
Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber
Michael Goulet
-11
/
+3
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-11
/
+3
2023-06-14
make mir dataflow graphviz dumps opt-in
Rémy Rakic
-7
/
+7
2023-06-08
Auto merge of #108293 - Jarcho:mut_analyses, r=eholk
bors
-156
/
+335
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-1
/
+1
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-156
/
+335
2023-05-09
Make HasTop and HasBottom consts.
Camille GILLOT
-14
/
+6
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-5
/
+5
2023-04-10
Fix typos in compiler
DaniPopes
-8
/
+8
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-9
/
+9
2023-04-05
Rollup merge of #109847 - clubby789:graphviz-reachable, r=oli-obk
Yuki Okushi
-2
/
+10
2023-04-05
Disable path trimming during graphviz output
clubby789
-1
/
+2
2023-04-01
Only create graphviz nodes for reachable MIR bb's
clubby789
-2
/
+10
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-02-23
Remove dead unwinds before drop elaboration
Tomasz Miąsko
-58
/
+5
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-11
/
+11
2023-01-02
Fix handling of dead unwinds in backward analyses
Tomasz Miąsko
-1
/
+1
2022-12-11
Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead
Matthias Krüger
-1
/
+1
[next]