| Age | Commit message (Expand) | Author | Lines |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -1/+2 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -4/+4 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -4/+4 |
| 2023-01-23 | Make `output_filenames` a real query | Oli Scherer | -1/+2 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -0/+1 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+6 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -1/+1 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -1/+1 |
| 2023-01-12 | Remove `output_filenames` field from TyCtxt and feed the query instead | Oli Scherer | -1/+1 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -1/+1 |
| 2023-01-12 | Feed `crate_name` query | Oli Scherer | -1/+1 |
| 2023-01-12 | Feed `resolutions` query instead of it being a thin wrapper around an untrack... | Oli Scherer | -1/+1 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -1/+1 |
| 2022-12-28 | better names and a comment | Michael Goulet | -1/+1 |
| 2022-12-24 | Rename some compare_method functions | Michael Goulet | -1/+1 |
| 2022-12-17 | Rollup merge of #105493 - WaffleLapkin:unchoke-r-a, r=Nilstrieb | Matthias Krüger | -1/+105 |
| 2022-12-16 | Add a comment warning against using associated type defaults <3 | Maybe Waffle | -0/+8 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+2 |
| 2022-12-09 | Help rust-analyzer normalize query return types | Maybe Waffle | -1/+97 |
| 2022-12-05 | feed resolver_for_lowering instead of storing it in a field | Oli Scherer | -1/+1 |
| 2022-12-01 | Fill in `def_span` when creating def ids. | Oli Scherer | -0/+1 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -1/+1 |
| 2022-11-26 | Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin... | Guillaume Gomez | -2/+2 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -2/+2 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -11/+2 |
| 2022-11-24 | Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki | bors | -0/+597 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -11/+0 |
| 2022-11-20 | Fix doctest errors related to rustc_middle | reez12g | -0/+2 |
| 2022-11-11 | Resolve lifetimes independently for each item-like. | Camille GILLOT | -10/+1 |
| 2022-11-05 | Add internal descriptions to a few queries | Nilstrieb | -1/+17 |
| 2022-11-01 | Use Key impl to select cache. | Camille GILLOT | -1/+10 |
| 2022-11-01 | Move keys module. | Camille GILLOT | -0/+588 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+11 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -1/+1 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -1/+1 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -3/+3 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -1/+1 |
| 2022-10-23 | Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk | bors | -8/+7 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -8/+7 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -10/+0 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+5 |
| 2022-10-19 | Don't call `own_existential_vtable_entries` on unresolved trait ref | Michael Goulet | -2/+2 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -10/+0 |
| 2022-10-18 | Clean up query descriptions | nils | -89/+92 |
| 2022-10-17 | rm `try_normalize_mir_const_after_erasing_regions` | lcnr | -8/+0 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -1/+4 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -9/+1 |