| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -1/+0 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -2/+4 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -19/+8 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -7/+12 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -8/+4 |
| 2023-01-14 | add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc... | Kyle Matsuda | -0/+20 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -4/+3 |
| 2023-01-13 | Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot | bors | -35/+16 |
| 2023-01-13 | Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnr | Yuki Okushi | -2/+2 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -4/+10 |
| 2023-01-12 | is_ty_infer -> is_ty_or_numeric_infer | Michael Goulet | -2/+2 |
| 2023-01-12 | HACK: Handle escaping bound vars from the canonical query | Michael Goulet | -2/+88 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -2/+1 |
| 2023-01-12 | Remove `output_filenames` field from TyCtxt and feed the query instead | Oli Scherer | -8/+3 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -8/+5 |
| 2023-01-12 | Feed `crate_name` query | Oli Scherer | -12/+5 |
| 2023-01-12 | Feed `resolutions` query instead of it being a thin wrapper around an untrack... | Oli Scherer | -6/+3 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -3/+18 |
| 2023-01-11 | Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillot | Michael Goulet | -3/+11 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -3/+15 |
| 2023-01-12 | RPITITs are not suggestable | Michael Goulet | -5/+12 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -1/+3 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -4/+8 |
| 2023-01-11 | Migrate deconstruct_pat.rs | mejrs | -0/+7 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -3/+15 |
| 2023-01-11 | Reuse ErrorGuaranteed during relation | Michael Goulet | -2/+4 |
| 2023-01-11 | Be more specific about constructor `FnDef`s in type mismatch | Michael Goulet | -3/+11 |
| 2023-01-11 | Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors | nils | -6/+41 |
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -26/+1 |
| 2023-01-11 | Rollup merge of #106669 - ozkanonur:helper-function-for-lint-level, r=Nilstrieb | Yuki Okushi | -10/+1 |
| 2023-01-10 | create helper function for `rustc_lint_defs::Level` and remove it's duplicate... | ozkanonur | -10/+1 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -4/+2 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -6/+41 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -4/+2 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -8/+5 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -3/+23 |
| 2023-01-07 | make ascribe_user_type a TypeOp | Ali MJ Al-Nasrawy | -8/+5 |
| 2023-01-06 | Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j... | Matthias Krüger | -2/+19 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -18/+26 |
| 2023-01-04 | review comment: Deduplicate dyn ty_and_layout_field code | Michael Goulet | -36/+19 |
| 2023-01-04 | Mirror metadata changes in layout sanity check | Michael Goulet | -7/+45 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -6/+14 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -3/+3 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -15/+15 |
| 2023-01-03 | Rollup merge of #105681 - tshepang:doc-mir-visit, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-01-03 | Simplify some canonical type alias names | Michael Goulet | -4/+2 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -1/+1 |
| 2022-12-30 | Add some docs to `bug`, `span_bug` and `delay_span_bug` | Nilstrieb | -2/+19 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -4/+4 |