summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/region_infer/values.rs
AgeCommit message (Expand)AuthorLines
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-2/+4
2022-11-09lint auto passAndyJado-0/+2
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-38/+44
2021-12-30Use SparseIntervalMatrix instead of SparseBitMatrixMark Rousskov-9/+11
2021-11-03Optimize live point computationMark Rousskov-23/+5
2021-10-07Add check that region is live in sanitize_promotedNoble-Mushtak-9/+11
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+496