about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/builder/mod.rs
AgeCommit message (Expand)AuthorLines
2025-01-31Remove the `mir_build` hook.Nicholas Nethercote-4/+3
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-6/+1
2025-01-10mir_build: check annotated functions w/out callersDavid Wood-0/+2
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-0/+14
2024-12-19Rename Scope.id to Scope.local_id, remove trivial accessorMichael Goulet-2/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-17Explain why `build` was renamed to `builder`Zalathar-0/+5
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-0/+1135