summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/def_use.rs
AgeCommit message (Expand)AuthorLines
2023-05-31unique borrows are mutating useslcnr-1/+0
2023-03-09Document borrowck behaviour.Camille GILLOT-1/+3
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-1/+1
2022-11-09lint auto passAndyJado-0/+2
2022-04-11Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`Jakob Degen-0/+4
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-3/+0
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-1/+2
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+78