about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/diagnostics/find_use.rs
AgeCommit message (Expand)AuthorLines
2025-02-19Remove `MirVisitable`.Nicholas Nethercote-16/+18
2024-10-04Use `Rc` less in `MirBorrowckCtxt`.Nicholas Nethercote-3/+2
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-7/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-02-06Invert diagnostic lints.Nicholas Nethercote-3/+0
2023-04-13Remove `ToRegionVid`.Nicholas Nethercote-2/+1
2023-04-06Refactor unwind from Option to a new enumGary Guo-2/+5
2023-03-05Remove `allow(potential_query_instability)` from `borrowck`clubby789-2/+2
2022-11-09lint auto passAndyJado-0/+3
2022-07-01cleanup mir visitor for `rustc::pass_by_value`lcnr-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-05-17Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii-2/+2
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+128