about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/borrow_set.rs
AgeCommit message (Expand)AuthorLines
2024-11-04Reduce visibilities.Nicholas Nethercote-13/+13
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+8
2024-06-05Remove confusing `use_polonius` flag and do less cloningAmanda Stjerna-1/+1
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-0/+1
2024-04-29Rollup merge of #124185 - beepster4096:move_data_base_local_infallible, r=pnk...Matthias Krüger-3/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-04-20Add a non-shallow fake borrowNadrieril-1/+2
2024-04-19remove optionality from MoveData::base_localbeepster4096-3/+1
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-3/+3
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-1/+1
2023-06-20address most easy commentsZiru Niu-1/+4
2023-06-20merge `BorrowKind::Unique` into `BorrowKind::Mut`Ziru Niu-1/+1
2023-05-23Allow consumers to retrieve borrowck outputJonáš Fiala-2/+2
2023-04-13Remove `ToRegionVid`.Nicholas Nethercote-3/+2
2023-03-05Remove `allow(potential_query_instability)` from `borrowck`clubby789-6/+6
2022-12-06`rustc_borrowck`: remove `ref` patternsMaybe Waffle-4/+4
2022-11-09lint auto passAndyJado-0/+2
2022-07-01cleanup mir visitor for `rustc::pass_by_value`lcnr-4/+4
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-6/+6
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-4/+0
2021-12-15Remove in_band_lifetimes from borrowckDániel Buga-1/+1
2021-10-25Add BorrowSet to public apiXavier Denis-13/+13
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-1/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+351