| Age | Commit message (Expand) | Author | Lines |
| 2025-06-09 | Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkov | Trevor Gross | -1/+12 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -1/+12 |
| 2025-06-08 | Remove all unused feature gates from the compiler | bjorn3 | -2/+0 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -7/+9 |
| 2025-06-06 | Rollup merge of #142086 - fee1-dead-contrib:ast-visitor-dedup, r=oli-obk | Guillaume Gomez | -12/+8 |
| 2025-06-06 | Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkov | bors | -329/+1 |
| 2025-06-06 | Force exhaustive handling of every parsed attribute | mejrs | -6/+16 |
| 2025-06-06 | deduplicate more `walk_*` methods in AST visit | Deadbeef | -12/+8 |
| 2025-06-03 | Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-06-03 | Overhaul `UsePath`. | Nicholas Nethercote | -1/+1 |
| 2025-06-02 | allow macro_use as first segment | bohan | -1/+3 |
| 2025-06-01 | Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwU | bors | -2/+8 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -8/+8 |
| 2025-05-30 | Move naked fn checks to hir_typeck | Oli Scherer | -267/+0 |
| 2025-05-30 | Change a per-module query to just run on the items it internally filters for | Oli Scherer | -32/+9 |
| 2025-05-30 | Move naked asm check into typeck | Oli Scherer | -39/+1 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -130/+120 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -8/+8 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -1/+1 |
| 2025-05-28 | Avoid over-counting of `UsePath` in the HIR stats. | Nicholas Nethercote | -2/+8 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -130/+120 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -2/+2 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -52/+6 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -10/+58 |
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -3/+3 |
| 2025-05-20 | typeck: catch `continue`s pointing to blocks | dianne | -4/+6 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -1/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -15/+15 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -15/+15 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -6/+488 |
| 2025-05-03 | allow `#[rustfmt::skip]` in combination with `#[naked]` | Folkert de Vries | -1/+3 |
| 2025-05-01 | allow `#[rustc_std_internal_symbol]` in combination with `#[naked]` | Folkert de Vries | -0/+1 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -0/+1 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -0/+1 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+3 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -2/+6 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-23 | fix ICE in attribute name printing | Folkert de Vries | -2/+6 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+3 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -7/+0 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -4/+4 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -98/+98 |
| 2025-04-17 | Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercote | Matthias Krüger | -6/+2 |
| 2025-04-17 | Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiser | Matthias Krüger | -1/+4 |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -6/+2 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -96/+93 |
| 2025-04-17 | Fix attribute printing in an error. | Nicholas Nethercote | -2/+5 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -4/+3 |
| 2025-04-14 | Consistent with treating Ctor Call as Struct in liveness analysis | xizheyin | -1/+4 |