| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Don't transmute `&List<GenericArg>` <-> `&List<Ty>` | Maybe Waffle | -31/+4 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+1 |
| 2023-04-16 | Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`. | Nicholas Nethercote | -3/+6 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+23 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -2/+2 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+1 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -8/+4 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -5/+3 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -3/+3 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -3/+4 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -10/+5 |
| 2023-03-16 | Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkin | Matthias Krüger | -0/+7 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -1/+1 |
| 2023-03-14 | Assert def-kind is correct for alias types | Michael Goulet | -0/+7 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -1/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+12 |
| 2023-03-10 | Actually cache goals | Michael Goulet | -0/+5 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -1/+4 |
| 2023-03-06 | Add is_impl_trait_in_trait | Santiago Pastorino | -0/+8 |
| 2023-03-06 | Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses... | Santiago Pastorino | -0/+4 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -5/+4 |
| 2023-03-04 | Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff... | Dylan DPC | -2/+1 |
| 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 | -2/+2 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -5/+4 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -1/+4 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -2/+0 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -0/+1 |
| 2023-02-25 | Add inlining attributes for query system functions | John Kåre Alsaker | -0/+1 |
| 2023-02-24 | Add `mk_canonical_var_infos_from_iter`. | Nicholas Nethercote | -0/+8 |
| 2023-02-24 | Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`. | Nicholas Nethercote | -30/+38 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -64/+70 |
| 2023-02-24 | Tweak the slice interners. | Nicholas Nethercote | -59/+24 |
| 2023-02-23 | Lazily compute crate name for consider_optimizing | Nilstrieb | -2/+1 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -3/+3 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -6/+6 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -3/+3 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -2/+0 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -7/+2 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -3/+2 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -0/+4 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -3/+2 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -6/+6 |
| 2023-02-20 | Run the resolver after TyCtxt construction | Oli Scherer | -0/+4 |
| 2023-02-20 | Make untracked.source_span lockable so that resolution can still write to it ... | Oli Scherer | -2/+2 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -10/+10 |
| 2023-02-17 | Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ... | Santiago Pastorino | -0/+4 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -4/+4 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -5/+10 |
| 2023-02-17 | Clarify iterator interners. | Nicholas Nethercote | -41/+54 |