about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/location.rs
AgeCommit message (Expand)AuthorLines
2024-12-30move `location` module to polonius legacy moduleRémy Rakic-107/+0
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.Nicholas Nethercote-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-16Various minor Idx-related tweaksScott McMurray-4/+4
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+1
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-1/+1
2022-11-09lint auto passAndyJado-0/+2
2022-09-11Avoid `Iterator::last`KaDiWa-2/+1
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-1/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+107