summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_dataflow/src/rustc_peek.rs
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obkMatthias Krüger2022-08-291-1/+1
|\
| * Replace `Body::basic_blocks()` with field accessTomasz Miąsko2022-08-261-1/+1
* | Migrate rustc_mir_dataflow to diagnostic structs52252252022-08-231-16/+12
|/
* create type aliasouz-a2022-07-281-1/+1
* optimize un_dereferouz-a2022-07-241-2/+2
* `BitSet` perf improvementsJakob Degen2022-06-141-2/+2
* Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwcobors2022-05-171-3/+1
|\
| * Add a query for checking whether a function is an intrinsic.Oli Scherer2022-05-161-3/+1
* | only_local: always check for misuselcnr2022-05-101-13/+9
|/
* Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote2022-02-231-4/+3
* Update passes with new interfaceDylan MacKenzie2021-12-021-0/+1
* Remove `MaybeMutBorrowedLocals`Tomasz Miąsko2021-11-031-30/+1
* Adopt let_else across the compilerest312021-10-161-6/+2
* comma-related changesEliza Weisman2021-10-071-1/+1
* make them structured while i'm hereEliza Weisman2021-10-071-2/+2
* demote `rustc_peek` traces look not user-facingEliza Weisman2021-10-071-2/+2
* Move the dataflow framework to its own crate.Camille GILLOT2021-09-071-0/+326