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
/
rustc_peek.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-20
Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir`
Josh Triplett
-1
/
+1
2025-07-28
use let chains in hir, lint, mir
Kivooeo
-25
/
+23
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-10
/
+10
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-10
Refer to a couple of domains indirectly.
Nicholas Nethercote
-2
/
+1
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-10
/
+1
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-9
/
+6
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-5
/
+5
2024-09-03
Adjust `SanityCheck`.
Nicholas Nethercote
-40
/
+35
2024-07-29
Stop using MoveDataParamEnv for places that don't need a param-env
Michael Goulet
-5
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+11
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Nicholas Nethercote
-0
/
+1
2024-03-04
Return a struct from `query intrinsic` to be able to add another field in the...
Oli Scherer
-1
/
+1
2024-02-12
Make `is_intrinsic` query return the intrinsic name
Oli Scherer
-2
/
+1
2024-01-22
Use a plain bitset for liveness analyses.
Camille GILLOT
-2
/
+2
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-8
/
+8
2023-11-24
Remove `ResultsCursor::get_with_analysis`.
Nicholas Nethercote
-1
/
+2
2023-11-24
Remove unused arguments from `on_all_children_bits`.
Nicholas Nethercote
-1
/
+1
2023-11-23
Reduce `pub` usage.
Nicholas Nethercote
-7
/
+5
2023-11-23
Move `has_rustc_mir_with`.
Nicholas Nethercote
-2
/
+16
2023-11-23
Reorder some `use` items.
Nicholas Nethercote
-8
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-21
Parametrize gather_moves by filter.
Camille GILLOT
-1
/
+1
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-1
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-06-29
Merge `un_derefer` into `MovePathLookup`
DrMeepster
-1
/
+1
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-13
/
+10
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-1
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-23
Migrate rustc_mir_dataflow to diagnostic structs
5225225
-16
/
+12
2022-07-28
create type alias
ouz-a
-1
/
+1
2022-07-24
optimize un_derefer
ouz-a
-2
/
+2
2022-06-14
`BitSet` perf improvements
Jakob Degen
-2
/
+2
2022-05-17
Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
bors
-3
/
+1
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-3
/
+1
2022-05-10
only_local: always check for misuse
lcnr
-13
/
+9
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-4
/
+3
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+1
2021-11-03
Remove `MaybeMutBorrowedLocals`
Tomasz Miąsko
-30
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-6
/
+2
2021-10-07
comma-related changes
Eliza Weisman
-1
/
+1
2021-10-07
make them structured while i'm here
Eliza Weisman
-2
/
+2
2021-10-07
demote `rustc_peek` traces look not user-facing
Eliza Weisman
-2
/
+2
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+326