| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -3/+12 |
| 2025-08-13 | resolve: Improve diagnostics for ambiguities in extern prelude | Vadim Petrochenkov | -2/+9 |
| 2025-08-13 | resolve: Split extern prelude into two scopes | Vadim Petrochenkov | -1/+3 |
| 2025-08-12 | Detect and report macro kind mismatches early, and more precisely | Josh Triplett | -9/+13 |
| 2025-08-12 | Switch to a bitflags `MacroKinds` to support macros with more than one kind | Josh Triplett | -9/+19 |
| 2025-08-10 | review comments | Esteban Küber | -48/+80 |
| 2025-08-10 | Detect struct construction with private field in field with default | Esteban Küber | -2/+58 |
| 2025-08-09 | remove `P` | Deadbeef | -2/+1 |
| 2025-08-08 | Rollup merge of #144912 - LorrensP-2158466:smart-resolver, r=petrochenkov | Stuart Cook | -33/+33 |
| 2025-08-07 | Introduce, implement and use CmResolver. | LorrensP-2158466 | -33/+33 |
| 2025-08-06 | Introduce ModernIdent type to unify macro 2.0 hygiene handling | xizheyin | -8/+10 |
| 2025-08-04 | Rollup merge of #144746 - petrochenkov:extpreltidy, r=b-naber | Stuart Cook | -2/+2 |
| 2025-08-02 | Auto merge of #129183 - estebank:cfg-visitor, r=davidtwco | bors | -13/+12 |
| 2025-08-01 | Tweak rendering of cfg'd out item | Esteban Küber | -9/+6 |
| 2025-08-01 | tiny cleanup | Esteban Küber | -8/+5 |
| 2025-08-01 | Detect more `cfg`d out items in resolution errors | Esteban Küber | -5/+10 |
| 2025-07-31 | resolve: Cleanup some uses of extern prelude in diagnostics | Vadim Petrochenkov | -2/+2 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -7/+3 |
| 2025-07-27 | split up define into define_extern and define_local | LorrensP-2158466 | -2/+2 |
| 2025-07-26 | resolve: Do not create `NameResolution`s on access unless necessary | Vadim Petrochenkov | -2/+1 |
| 2025-07-26 | resolve: Minimize borrow scopes for `resolutions` | Vadim Petrochenkov | -3/+2 |
| 2025-07-24 | resolve: Remove `Scope::CrateRoot` | Vadim Petrochenkov | -5/+0 |
| 2025-07-18 | inline CrateLoader inside of CStore | LorrensP-2158466 | -1/+2 |
| 2025-07-17 | Rollup merge of #143550 - petrochenkov:lessmutres, r=lcnr | Matthias Krüger | -19/+27 |
| 2025-07-17 | resolve: Change `&mut Resolver` to `&Resolver` when possible | Vadim Petrochenkov | -10/+5 |
| 2025-07-17 | resolve: Split `module_map` into two maps for local and extern modules | Vadim Petrochenkov | -1/+10 |
| 2025-07-17 | resolve: Use `module_map` and `get_module` less | Vadim Petrochenkov | -17/+21 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -15/+14 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -27/+13 |
| 2025-07-15 | Define attribute parser & config evaluator | Jonathan Brouwer | -14/+7 |
| 2025-07-12 | replace binding and shadowed_glob on NameResolution with non_glob_binding and... | b-naber | -2/+2 |
| 2025-07-09 | MacroData in ResolverArenas + split macro_map into extern_macro_map and local... | LorrensP-2158466 | -2/+7 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -3/+3 |
| 2025-06-27 | Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu... | Matthias Krüger | -0/+51 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -8/+6 |
| 2025-06-25 | suggest declaring modules when file found but module not defined | bendn | -0/+51 |
| 2025-06-12 | Detect when attribute is provided by missing `derive` macro | Esteban Küber | -2/+132 |
| 2025-05-28 | consider glob imports in cfg suggestion | bohan | -2/+48 |
| 2025-05-17 | Use `crate::` prefix for root macro suggestions | bohan | -1/+1 |
| 2025-05-09 | Suggest stable candidates rather than unstable ones | mu001999 | -6/+68 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -5/+3 |
| 2025-04-11 | Avoid a reverse map that is only used in diagnostics paths | Oli Scherer | -3/+3 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -4/+8 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -1/+1 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -1/+1 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -1/+1 |
| 2025-03-25 | Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-25 | Use `Option<Symbol>` in `ModuleKind::Def`. | Nicholas Nethercote | -1/+1 |
| 2025-03-24 | resolve: Avoid some unstable iteration 2 | Vadim Petrochenkov | -1/+0 |