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
2024-10-14
Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.
Nicholas Nethercote
-15
/
+10
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-28
/
+22
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-149
/
+10
2024-10-14
Minimize use of `GenKill`.
Nicholas Nethercote
-2
/
+2
2024-10-14
Tweak `GenKillAnalysis` method arguments.
Nicholas Nethercote
-5
/
+4
2024-10-14
Remove `Engine::new_gen_kill`.
Nicholas Nethercote
-190
/
+17
2024-10-14
Remove `ResultsCursor::contains`.
Nicholas Nethercote
-11
/
+0
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-1
/
+1
2024-10-01
fix extension for `-Zdump-mir-dataflow` graphviz files
Rémy Rakic
-1
/
+1
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-3
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-37
/
+31
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-47
/
+46
2024-08-29
Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.
Nicholas Nethercote
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-21
/
+20
2024-07-14
Stop using the gen keyword in the compiler
Michael Goulet
-15
/
+15
2024-07-01
Make jump threading state sparse.
Camille GILLOT
-0
/
+14
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-6
/
+11
2024-01-25
Remove unused features
clubby789
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+6
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
[next]