| Age | Commit message (Expand) | Author | Lines |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+1 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+4 |
| 2024-03-21 | Change syntax of the never type attribute thingy | Maybe Waffle | -2/+5 |
| 2024-03-19 | Change only_local to enum type and change the macros to always require a vari... | surechen | -202/+272 |
| 2024-03-15 | Add `rustc_never_type_mode = "no_fallback"` | Maybe Waffle | -1/+1 |
| 2024-03-15 | Add `rustc_never_type_mode` crate-level attribute to allow experimenting | Maybe Waffle | -0/+7 |
| 2024-03-14 | change some attribute to only_local | surechen | -18/+55 |
| 2024-03-10 | diagnostics: Do not suggest using `#[unix_sigpipe]` without a value | Martin Nordholts | -1/+1 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -2/+2 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rollup merge of #122014 - surechen:change_attributes_to_local_20240304, r=lcnr | Matthias Krüger | -13/+26 |
| 2024-03-05 | Change some attributes to only_local. | surechen | -13/+26 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+4 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -0/+4 |
| 2024-02-29 | Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnr | Jacob Pratt | -18/+45 |
| 2024-02-28 | Changing some attributes to only_local. | surechen | -18/+45 |
| 2024-02-27 | Changing some attributes to only_local. | surechen | -22/+41 |
| 2024-02-26 | Rollup merge of #121493 - surechen:edit_attribute_only_local, r=lcnr | Matthias Krüger | -18/+44 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -1/+0 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -1/+0 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+4 |
| 2024-02-23 | By changing some attributes to only_local, reducing encoding attributes in th... | surechen | -18/+44 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -0/+4 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -0/+4 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -3/+0 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -1/+1 |
| 2023-12-23 | Add missing CFI sanitizer cfgs feature gate | Urgau | -0/+2 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+0 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -18/+0 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -0/+1 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -1/+4 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+4 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -0/+4 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -1/+1 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+1 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -0/+1 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+1 |
| 2023-08-05 | Add #[rustc_never_returns_null_ptr] | est31 | -0/+4 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-04 | Add feature and attribute definition | Deadbeef | -0/+6 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -6/+5 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -1/+1 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+5 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -4/+0 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |