| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Only ban duplication across parameters. | Camille GILLOT | -0/+1 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -21/+2 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -21/+2 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -7/+9 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -8/+0 |
| 2022-09-02 | Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov | Guillaume Gomez | -0/+18 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |
| 2022-08-31 | access_levels.rs refactor | Bryanskiy | -0/+18 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -5/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-28 | Remove `register_attr` feature | Yuki Okushi | -5/+1 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -0/+10 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-04 | Add docs to generics_def_id_map | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Implement def_id based remapping | Santiago Pastorino | -0/+5 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -3/+3 |
| 2022-07-25 | Unused tuple fields in rustc_resolve. | Camille GILLOT | -3/+3 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -0/+1 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-08 | Check if E0530 is `rustc_resolve::late::PatternSource::Match` to emit suggestion | Obei Sideg | -2/+2 |
| 2022-07-08 | Check if E0530 is `tuple variant` or `tuple struct` to emit suggestion | Obei Sideg | -1/+1 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -93/+92 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -4/+12 |
| 2022-06-15 | Remove unused item_generics_num_lifetimes. | Camille GILLOT | -2/+0 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -4/+35 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -78/+39 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -12/+13 |
| 2022-06-15 | implement `MacroData` | Takayuki Maeda | -2/+8 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+1 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+0 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -11/+7 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+2 |
| 2022-05-05 | Implement the unused_macro_rules lint | est31 | -0/+2 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -0/+3 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -1/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+2 |
| 2022-05-01 | Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez | bors | -12/+15 |
| 2022-05-01 | resolve: Merge `last_import_segment` into `Finalize` | Vadim Petrochenkov | -2/+5 |
| 2022-05-01 | resolve: Turn `enum Finalize` into an optional struct | Vadim Petrochenkov | -31/+13 |
| 2022-05-01 | rustdoc: Track `macro_rules` scopes during early doc link resolution | Vadim Petrochenkov | -1/+9 |
| 2022-04-30 | rustdoc: Keep full `ParentScope` during early doc link resolution | Vadim Petrochenkov | -11/+6 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -4/+4 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -1/+15 |
| 2022-04-27 | Collect extra lifetime parameters during late resolution. | Camille GILLOT | -0/+7 |