about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/path_utils.rs
AgeCommit message (Expand)AuthorLines
2025-01-01remove borrowck duplicate of `std::ops::ControlFlow`Rémy Rakic-9/+4
2025-01-01remove `allow_two_phase_borrow`Rémy Rakic-8/+1
2024-11-02compiler: Replace rustc_target with _abi in _borrowckJubilee Young-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+4
2024-02-12remove a bunch of dead parameters in fnyukang-1/+0
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-26Remove Upvar duplicationMark Rousskov-3/+2
2023-10-20s/generator/coroutine/Oli Scherer-2/+2
2023-06-27Only consider places with the same local in each_borrow_involving_path.Camille GILLOT-5/+9
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-2/+3
2022-11-09lint auto passAndyJado-0/+2
2021-12-15Remove in_band_lifetimes from borrowckDániel Buga-1/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+171