rust/compiler/rustc_mir_build/src
Jubilee 7cf3b96a83
Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors
turn rustc_box into an intrinsic

I am not entirely sure why this was made a special magic attribute, but an intrinsic seems like a more natural way to add magic expressions to the language.
2025-01-04 07:57:33 -08:00
..
builder rustc_intrinsic: support functions without body; they are implicitly marked as must-be-overridden 2025-01-04 11:41:51 +01:00
thir Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors 2025-01-04 07:57:33 -08:00
check_tail_calls.rs Fix typos 2024-12-27 21:35:57 +08:00
check_unsafety.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
errors.rs turn rustc_box into an intrinsic 2025-01-03 12:01:31 +01:00
lib.rs Explain why build was renamed to builder 2024-12-17 11:41:11 +11:00
lints.rs unconditional recursion, yeet TypingEnv::from_param_env 2024-11-19 18:06:20 +01:00