| Age | Commit message (Expand) | Author | Lines |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -34/+21 |
| 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 | -34/+21 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -1/+1 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -4/+3 |
| 2025-04-07 | More trivial tweaks | Michael Goulet | -1/+1 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -1/+1 |
| 2025-04-03 | impl !PartialOrd for HirId | Oli Scherer | -1/+2 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -5/+6 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -3/+3 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -7/+7 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -4/+2 |
| 2025-04-02 | Only walk local items instead of filtering for them later | Oli Scherer | -4/+2 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -7/+7 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -7/+7 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -7/+7 |
| 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/+26 |
| 2025-03-28 | use `slice::contains` where applicable | Yotam Ofek | -1/+1 |
| 2025-03-28 | Remove `kw::Extra` checks that are no longer necessary. | Nicholas Nethercote | -4/+1 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -0/+2 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -3/+3 |
| 2025-03-25 | Use `Option<Symbol>` in `DuplicateLangItem`. | Nicholas Nethercote | -14/+20 |
| 2025-03-24 | Emit `unused_attributes` for `#[inline]` on exported functions | Noratrieb | -0/+26 |
| 2025-03-22 | Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errors | Matthias Krüger | -5/+5 |
| 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 | -5/+5 |
| 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 | -17/+17 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -17/+17 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -17/+17 |
| 2025-03-17 | Mark #[rustc_std_internal_symbol] as extern indicator | bjorn3 | -4/+1 |
| 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-17 | Flatten and simplify some control flow | Yotam Ofek | -1/+1 |
| 2025-03-16 | add `naked_functions_target_feature` unstable feature | Folkert de Vries | -1/+15 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -27/+25 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -22/+21 |
| 2025-03-12 | Adjust `Map`'s `to_string` functionality. | Nicholas Nethercote | -5/+4 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -1/+1 |