| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+1 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+6 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+6 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -6/+6 |
| 2023-04-29 | Make `repr` attribute local_only | Guillaume Gomez | -1/+1 |
| 2023-04-27 | repr attribute needs to be stored to be used in doc(inline) by rustdoc | Guillaume Gomez | -1/+1 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -0/+4 |
| 2023-03-02 | whitespace, delete unstable book page | Gibby Free | -1/+1 |
| 2023-03-01 | stabilize debugger visualizer attribute | Gibby Free | -6/+6 |
| 2023-02-14 | change the `marker` attribute to only_local | lcnr | -2/+6 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -2/+5 |
| 2023-01-09 | [RFC 2397] Initial implementation | Caio | -0/+3 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+1 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -0/+4 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -0/+4 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+4 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -5/+1 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -4/+0 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -1/+1 |
| 2022-10-20 | Add code comments and documentation | Guillaume Gomez | -0/+2 |
| 2022-10-20 | Add missing @local_only on attributes | Guillaume Gomez | -10/+24 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -1/+1 |
| 2022-09-29 | Stabilize the `instruction_set` feature | Yuki Okushi | -5/+1 |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -0/+1 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -1/+1 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-09-16 | fix `const_trait` unstable message | Deadbeef | -1/+1 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -1/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+6 |