| Age | Commit message (Expand) | Author | Lines |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -7/+9 |
| 2025-06-02 | allow macro_use as first segment | bohan | -1/+3 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -4/+4 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -1/+1 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -37/+4 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -8/+43 |
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -3/+3 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -1/+1 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -1/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -0/+1 |
| 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 #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+3 |
| 2025-04-23 | fix ICE in attribute name printing | Folkert de Vries | -1/+5 |
| 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-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -59/+57 |
| 2025-04-17 | Fix attribute printing in an error. | Nicholas Nethercote | -1/+4 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+15 |
| 2025-04-11 | rustdoc-search: add unbox flag to Result aliases | Michael Howell | -0/+1 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -0/+15 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -1/+1 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -3/+3 |
| 2025-04-01 | Improve `is_doc_keyword`. | Nicholas Nethercote | -2/+2 |
| 2025-04-01 | Tweak `check_doc_keyword`. | Nicholas Nethercote | -5/+5 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -0/+17 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -3/+3 |
| 2025-03-24 | Emit `unused_attributes` for `#[inline]` on exported functions | Noratrieb | -0/+17 |
| 2025-03-22 | Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -1/+15 |
| 2025-03-21 | Fix lint name in unused linker_messages warning | bjorn3 | -1/+1 |
| 2025-03-21 | Rollup merge of #138724 - fmease:list-stems-bear-no-name, r=nnethercote | Matthias Krüger | -2/+1 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -1/+3 |
| 2025-03-19 | Check attrs: Don't try to retrieve the name of list stems | León Orell Valerian Liehr | -2/+1 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -8/+8 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -8/+8 |
| 2025-03-17 | Allow #[rustc_std_internal_symbol] on foreign items | bjorn3 | -1/+1 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -1/+3 |
| 2025-03-16 | add `naked_functions_target_feature` unstable feature | Folkert de Vries | -1/+15 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -10/+9 |
| 2025-03-09 | continue to check attr if meet empty repr for adt | Mu001999 | -1/+1 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -0/+21 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -1/+28 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -2/+2 |
| 2025-02-24 | lower attr spans and inline some functions to hopefully mitigate perf regress... | Jana Dönszelmann | -1/+0 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -386/+361 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -15/+15 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -97/+98 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -6/+6 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -18/+29 |