| Age | Commit message (Expand) | Author | Lines |
| 2025-08-29 | resolve: Merge `ExternPreludeEntry::only_item` into `flag_binding` | Vadim Petrochenkov | -37/+37 |
| 2025-08-29 | resolve: Merge `ExternPreludeEntry::introduced_by_item` into `item_binding` | Vadim Petrochenkov | -18/+21 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -1/+1 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -4/+4 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Auto merge of #145851 - lolbinarycat:rustdoc-optimize, r=GuillaumeGomez | bors | -2/+7 |
| 2025-08-27 | Add `itertools` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `bitflags` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `thin-vec` to newly added `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-25 | use size_hint in attrs_to_doc_fragments | binarycat | -2/+7 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -2/+2 |
| 2025-08-22 | Rollup merge of #145597 - petrochenkov:nolateset, r=b-naber | Jacob Pratt | -53/+62 |
| 2025-08-22 | resolve: Remove `ScopeSet::Late` | Vadim Petrochenkov | -23/+32 |
| 2025-08-22 | resolve: Remove derive fallback lint id from `ScopeSet::Late` | Vadim Petrochenkov | -11/+13 |
| 2025-08-22 | resolve: Remove `Module` from `ScopeSet::Late` | Vadim Petrochenkov | -7/+9 |
| 2025-08-22 | resolve: `early_resolve_ident_in_lexical_scope` -> `resolve_ident_in_scope_set` | Vadim Petrochenkov | -20/+16 |
| 2025-08-22 | Refactor lint buffering to avoid requiring a giant enum | Josh Triplett | -2/+2 |
| 2025-08-22 | print raw lifetime idents with `r#` | Deadbeef | -15/+11 |
| 2025-08-21 | Rollup merge of #145590 - nnethercote:ModKind-Inline, r=petrochenkov | Jacob Pratt | -3/+4 |
| 2025-08-20 | rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace` | Josh Triplett | -1/+1 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -1/+4 |
| 2025-08-19 | Auto merge of #145599 - jieyouxu:rollup-523cxhm, r=jieyouxu | bors | -5/+29 |
| 2025-08-19 | Prevent impossible combinations in `ast::ModKind`. | Nicholas Nethercote | -3/+4 |
| 2025-08-19 | Rollup merge of #145532 - bvanjoi:debug-resolve-module, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+4 |
| 2025-08-19 | Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+25 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-08-19 | Auto merge of #142487 - estebank:serde-attr-5, r=petrochenkov | bors | -27/+18 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -1/+1 |
| 2025-08-17 | resolve: debug for block module | bohan | -1/+4 |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -3/+3 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -1/+1 |
| 2025-08-15 | Detect missing `derive` on unresolved attribute even when not imported | Esteban Küber | -27/+18 |
| 2025-08-15 | Rollup merge of #145369 - estebank:issue-145367, r=compiler-errors | Stuart Cook | -3/+3 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -24/+19 |
| 2025-08-15 | Rollup merge of #145065 - petrochenkov:riblock, r=davidtwco | Stuart Cook | -91/+78 |
| 2025-08-14 | Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzol | bors | -30/+17 |
| 2025-08-14 | mbe: Handle applying `macro_rules` derives | Josh Triplett | -1/+1 |
| 2025-08-14 | Pass the target type down to `parse_attribute_list` | Jonathan Brouwer | -0/+2 |
| 2025-08-14 | Do not ICE on private type in field of unresolved struct | Esteban Küber | -3/+3 |
| 2025-08-14 | resolve: Restructure `resolve_ident_in_lexical_scope` for better clarity | Vadim Petrochenkov | -42/+37 |
| 2025-08-14 | resolve: Inline `with_mod_rib` | Vadim Petrochenkov | -26/+18 |
| 2025-08-14 | resolve: Introduce `RibKind::Block` | Vadim Petrochenkov | -24/+24 |
| 2025-08-14 | Use `default_field_values` in `Resolver` | Esteban Küber | -30/+17 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -24/+19 |
| 2025-08-14 | resolve: Improve code reuse in typo candidate collection | Vadim Petrochenkov | -40/+36 |
| 2025-08-14 | resolve: Do not show deprecated helper attributes in typo recommendations | Vadim Petrochenkov | -27/+1 |
| 2025-08-14 | resolve: Do not call `resolve_macro_path` from late resolution | Vadim Petrochenkov | -28/+13 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -69/+108 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -77/+81 |