| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -5/+22 | |
| Add `#[rustc_safe_intrinsic]` This PR adds the `#[rustc_safe_intrinsic]` attribute as mentionned on Zulip. The goal of this attribute is to avoid keeping a list of symbols as the source for stable intrinsics, and instead rely on an attribute. This is similar to `#[rustc_const_stable]` and `#[rustc_const_unstable]`, which among other things, are used to mark the constness of intrinsic functions. | ||||
| 2022-09-28 | rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler | Arthur Cohen | -3/+59 | |
| 2022-09-28 | Deduplicate some logic | mejrs | -47/+27 | |
| 2022-09-27 | Address feedback | mejrs | -16/+45 | |
| 2022-09-27 | Wrapper suggestions | mejrs | -67/+146 | |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -48/+9 | |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+39459 | |
