| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -13/+125 |
| 2023-02-22 | Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot | Matthias Krüger | -103/+87 |
| 2023-02-22 | resolve: Remove `ImportResolver` | Vadim Petrochenkov | -103/+87 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -2/+2 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -8/+13 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -8/+13 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -1/+1 |
| 2023-02-21 | Use `source_span` query instead of passing the untracked vec around | Oli Scherer | -23/+14 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -298/+308 |
| 2023-02-20 | Remove `ResolverTree` | Oli Scherer | -25/+4 |
| 2023-02-20 | Remove IntoDefIdTree | Oli Scherer | -12/+7 |
| 2023-02-20 | Remove some unnecessary tcx-passing | Oli Scherer | -0/+4 |
| 2023-02-20 | Stop passing in values that one can also get from the tcx lazily | Oli Scherer | -15/+5 |
| 2023-02-20 | Remove definitions field that is only needed for one method | Oli Scherer | -2/+4 |
| 2023-02-20 | Stuff a TyCtxt into the Resolver | Oli Scherer | -39/+31 |
| 2023-02-20 | Remove a redundant function argument | Oli Scherer | -6/+1 |
| 2023-02-20 | Run the resolver after TyCtxt construction | Oli Scherer | -17/+10 |