about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/diagnostics/var_name.rs
AgeCommit message (Expand)AuthorLines
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-1/+1
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+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-1/+2
2024-02-06Invert diagnostic lints.Nicholas Nethercote-3/+0
2023-11-26Remove Upvar duplicationMark Rousskov-5/+4
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-1/+1
2023-08-01Use upvar_tys in more places, make it a listMichael Goulet-2/+2
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-16Various minor Idx-related tweaksScott McMurray-2/+2
2023-04-13Remove `ToRegionVid`.Nicholas Nethercote-3/+3
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-3/+3
2023-01-06Use fmt named parameters in rustc_borrowckwcampbell-15/+10
2022-11-09lint auto passAndyJado-0/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-5/+9
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+129