| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -4/+1 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+6 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -0/+8 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+1 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -1/+1 |
| 2022-08-31 | add TestReachabilityVisitor | Bryanskiy | -0/+1 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+1 |
| 2022-08-28 | Remove `register_attr` feature | Yuki Okushi | -4/+0 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -1/+1 |
| 2022-08-15 | Add missing closing quote | Rageking8 | -1/+1 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+4 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+6 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -0/+3 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+4 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -0/+3 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -3/+3 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -5/+0 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+3 |
| 2022-06-01 | Add #[rustc_box] | est31 | -0/+6 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -3/+4 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+4 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -1/+1 |
| 2022-05-10 | change some attrs to `only_local` | lcnr | -7/+7 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+1 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -1/+1 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -11/+37 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -4/+3 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -0/+5 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -0/+5 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+6 |