| Age | Commit message (Expand) | Author | Lines |
| 2024-12-14 | Don't make a def id for impl_trait_in_bindings | Michael Goulet | -0/+10 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+22 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+22 |
| 2024-12-10 | Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ... | Esteban Küber | -1/+6 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -32/+74 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -4/+23 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -1/+2 |
| 2024-12-02 | Add a helper method for extracting spans from AttrArgsEq | Oli Scherer | -2/+2 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -1/+1 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -1/+2 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -147/+28 |
| 2024-11-27 | Auto merge of #133274 - ehuss:macro_rules-edition-from-pm, r=compiler-errors | bors | -1/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -24/+26 |
| 2024-11-25 | Rollup merge of #133105 - bvanjoi:issue-132743, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -15/+17 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -1/+1 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-23 | Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -3/+31 |
| 2024-11-23 | only store valid proc marco item for doc link | bohan | -15/+17 |
| 2024-11-22 | Diagnostic for using macro_rules macro as attr/derive | clubby789 | -3/+31 |
| 2024-11-21 | Re-delay a resolve `bug` | Jieyou Xu | -3/+3 |
| 2024-11-20 | Use edition of `macro_rules` when compiling the macro | Eric Huss | -1/+1 |
| 2024-11-20 | Store resolution for self and crate root module segments | Michael Goulet | -4/+10 |
| 2024-11-19 | Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkov | bors | -92/+51 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-11-15 | Make WalkItemKind::walk signature compatible between Visitor versions | maxcabrajac | -1/+1 |
| 2024-11-15 | Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds | maxcabrajac | -1/+1 |
| 2024-11-14 | Remove `Resolver::empty_disambiguator`. | Nicholas Nethercote | -6/+0 |
| 2024-11-14 | Replace the `restricted_shadowing` boolean argument with an enum. | Nicholas Nethercote | -12/+22 |
| 2024-11-14 | Move a call outside a loop. | Nicholas Nethercote | -1/+1 |
| 2024-11-14 | Remove two `_ext` methods. | Nicholas Nethercote | -56/+13 |
| 2024-11-14 | Use an atom comparison for a keyword check. | Nicholas Nethercote | -1/+3 |
| 2024-11-14 | Use `for_each_child` in a suitable place. | Nicholas Nethercote | -7/+5 |
| 2024-11-14 | Tweak a `resolutions` loop. | Nicholas Nethercote | -6/+5 |
| 2024-11-13 | Use iteration instead of indexing to access ribs. | Nicholas Nethercote | -6/+5 |
| 2024-11-12 | Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errors | Matthias Krüger | -19/+10 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -1/+1 |
| 2024-11-05 | Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril | Matthias Krüger | -10/+36 |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -19/+10 |
| 2024-11-03 | Properly suggest `E::assoc` when we encounter `E::Variant::assoc` | Esteban Küber | -10/+36 |
| 2024-11-02 | Suggest fixing typos and let bindings at the same time | uellenberg | -3/+6 |
| 2024-10-30 | Review comments. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -39/+1 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -4/+4 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -4/+4 |
| 2024-10-26 | expand: Stop using artificial `ast::Item` for macros loaded from metadata | Vadim Petrochenkov | -18/+32 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -3/+3 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -12/+12 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -4/+2 |