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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-05-07
Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco
Guillaume Gomez
-2
/
+2
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-2
/
+2
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-14
Move drop elaboration infrastructure.
Nicholas Nethercote
-2
/
+1
2024-12-16
Simplify dataflow `SwitchInt` handling.
Nicholas Nethercote
-2
/
+2
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-1
/
+1
2024-11-26
Make some modules non-`pub`.
Nicholas Nethercote
-2
/
+2
2024-11-26
Move `always_storage_live_locals`.
Nicholas Nethercote
-1
/
+0
2024-11-23
`ElaborateDrops`: use typing_env directly
lcnr
-2
/
+2
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-2
/
+2
2024-11-05
Replace `BorrowckResults` with `Borrowck`.
Nicholas Nethercote
-3
/
+3
2024-10-30
Remove `Engine`.
Nicholas Nethercote
-3
/
+3
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-3
/
+3
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-3
/
+3
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-29
Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.
Nicholas Nethercote
-0
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+0
2024-03-20
step cfgs
Mark Rousskov
-1
/
+0
2024-02-10
Remove unnecessary `min_specialization` after bootstrap
Zalathar
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-2
/
+0
2024-01-20
Add a warning comment
Georgiy Komarov
-0
/
+2
2024-01-20
rustc_mir_dataflow: Add exports for external tools
Georgiy Komarov
-3
/
+3
2024-01-07
Move PointIndex to mir_dataflow.
Camille GILLOT
-0
/
+1
2023-11-27
Remove uses of `ResultsClonedCursor`.
Nicholas Nethercote
-1
/
+1
2023-11-27
Remove another use of `as_results_cursor`.
Nicholas Nethercote
-0
/
+1
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-1
/
+1
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-23
Remove unnecessary `ValueAnalysisWrapper::Direction`.
Nicholas Nethercote
-3
/
+1
2023-11-23
Avoid unnecessary exports.
Nicholas Nethercote
-5
/
+5
2023-11-23
Remove `indexes` module.
Nicholas Nethercote
-4
/
+0
2023-11-23
Move `has_rustc_mir_with`.
Nicholas Nethercote
-17
/
+1
2023-11-23
Remove unused feature.
Nicholas Nethercote
-1
/
+0
2023-10-21
Remove on_all_drop_children_bits.
Camille GILLOT
-2
/
+1
2023-10-06
Preserve DebugInfo in DeadStoreElimination.
Camille GILLOT
-0
/
+1
2023-08-16
Rename MaybeUnreachable.
Camille GILLOT
-1
/
+1
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-3
/
+3
2023-08-16
Introduce MaybeUnreachable.
Camille GILLOT
-2
/
+2
[next]