about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/used_muts.rs
AgeCommit message (Expand)AuthorLines
2024-09-09Remove unnecessary lifetimes in dataflow structs.Nicholas Nethercote-6/+6
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.Nicholas Nethercote-0/+1
2024-06-27Rename `'cx` to `'infcx`Oli Scherer-2/+2
2024-06-24Separate the mir body lifetime from the other lifetimesOli Scherer-5/+5
2024-06-24Separate the lifetimes of the `BorrowckInferCtxt` from the other borrowed itemsOli Scherer-5/+5
2024-02-13Bump `indexmap`clubby789-1/+2
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-3/+0
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-3/+0
2023-03-05Remove `allow(potential_query_instability)` from `borrowck`clubby789-5/+5
2022-11-09lint auto passAndyJado-0/+2
2022-07-01cleanup mir visitor for `rustc::pass_by_value`lcnr-2/+2
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+110