| Age | Commit message (Expand) | Author | Lines |
| 2023-03-23 | Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillot | Matthias Krüger | -31/+18 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -21/+19 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -21/+19 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -2/+1 |
| 2023-03-22 | Rollup merge of #109489 - est31:generalize_captures, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-03-22 | Rollup merge of #109457 - Veykril:ribstack, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2023-03-23 | Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomez | Dylan DPC | -8/+10 |
| 2023-03-22 | Move useless_anynous_reexport lint into unused_imports | Guillaume Gomez | -2/+40 |
| 2023-03-22 | More general captures | est31 | -1/+1 |
| 2023-03-22 | Remove comment about re-using Rib allocations | Lukas Wirth | -1/+0 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -21/+19 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -8/+10 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -20/+85 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -3/+1 |
| 2023-03-19 | fix: modify the condition that `resolve_imports` stops | bohan | -15/+23 |
| 2023-03-18 | Rollup merge of #109257 - petrochenkov:bindebug, r=WaffleLapkin | Matthias Krüger | -4/+12 |
| 2023-03-18 | Rollup merge of #109222 - chenyukang:yukang/fix-109143, r=petrochenkov | Matthias Krüger | -2/+3 |
| 2023-03-17 | resolve: Improve debug impls for `NameBinding` | Vadim Petrochenkov | -4/+12 |
| 2023-03-17 | Do not ICE for unexpected lifetime with ConstGeneric rib | yukang | -2/+3 |
| 2023-03-16 | resolve: Minor cleanup to `Resolver::get_module` | Vadim Petrochenkov | -19/+16 |
| 2023-03-16 | resolve: Use `item_name` and `opt_parent` in `Resolver::get_module` | Vadim Petrochenkov | -12/+5 |
| 2023-03-16 | resolve: Remove `item_attrs_untracked` | Vadim Petrochenkov | -4/+1 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -1/+1 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -16/+32 |
| 2023-03-13 | metadata/resolve: Minor refactoring to "tcx -> cstore" conversions | Vadim Petrochenkov | -3/+5 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -48/+51 |
| 2023-03-13 | resolve: Centralize retrieval of items span and item name | Vadim Petrochenkov | -69/+37 |
| 2023-03-13 | resolve: Remove `fn_has_self_parameter_untracked` | Vadim Petrochenkov | -10/+15 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -28/+35 |
| 2023-03-13 | resolve: Partially remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+4 |
| 2023-03-13 | resolve: Remove `visibility_untracked` | Vadim Petrochenkov | -7/+4 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -10/+19 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -10/+19 |
| 2023-03-10 | rustdoc: Don't crash on `crate` references in blocks | Adrian Heine | -10/+2 |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -1/+1 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+2 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -10/+17 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -33/+24 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -33/+24 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -6/+10 |
| 2023-02-27 | Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-... | Matthias Krüger | -2/+6 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -23/+121 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -2/+6 |
| 2023-02-25 | Address review. | Camille GILLOT | -10/+6 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -6/+10 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -2/+2 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -10/+0 |