summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/statement.rs
AgeCommit message (Collapse)AuthorLines
2023-12-04Add docs, remove code, change subtyper codeouz-a-0/+3
2023-11-09rename `BorrowKind::Shallow` to `Fake`lcnr-2/+2
also adds some comments (cherry picked from commit 992d93f687c75f8f5ee69e0fb43bff509c7c9cb8)
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-8/+28
2023-09-19organize mir pretty.rs and move more things into it; move statement-related ↵Ralf Jung-0/+441
things out of mir/mod.rs