rust/compiler/rustc_feature/src
est31 cfc21deebd Add #[rustc_box]
This commit adds an alternative content boxing syntax,
and uses it inside alloc.

The usage inside the very performance relevant code in
liballoc is the only remaining relevant usage of box syntax
in the compiler (outside of tests, which are comparatively
easy to port).

box syntax was originally designed to be used by all Rust
developers. This introduces a replacement syntax more tailored
to only being used inside the Rust compiler, and with it,
lays the groundwork for eventually removing box syntax.
2022-06-01 02:28:34 +02:00
..
accepted.rs Stabilize derive_default_enum 2022-04-07 20:03:19 -04:00
active.rs Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov 2022-05-25 10:48:28 +02:00
builtin_attrs.rs Add #[rustc_box] 2022-06-01 02:28:34 +02:00
lib.rs Finish bumping stage0 2022-05-27 07:36:17 -04:00
removed.rs Remove feature: crate visibility modifier 2022-05-21 14:22:06 -04:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00