| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2022-12-06 | Add GenericParamDef::to_error and InternalSubsts::extend_with_error | Michael Goulet | -13/+2 |
| 2022-12-05 | Synthesize generics for bad auto traits in dyn types | Michael Goulet | -2/+22 |
| 2022-11-30 | Remove TyS | Oli Scherer | -1/+1 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -2/+1 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -1/+3 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -1/+1 |
| 2022-11-27 | micro doc fixes | Maybe Waffle | -2/+1 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -17/+0 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -1/+3 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+2 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -3/+6 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -3/+3 |
| 2022-11-21 | Add a helper for replacing the self type in trait refs | Oli Scherer | -0/+4 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -5/+2 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -2/+4 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -1/+1 |
| 2022-11-03 | Cleanups | Boxy | -0/+7 |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -1/+4 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -1/+1 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -0/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-26 | address review | b-naber | -1/+1 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -0/+28 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -3/+7 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -1/+30 |
| 2022-09-22 | Calculate ProjectionTy::trait_def_id correctly | Michael Goulet | -3/+7 |
| 2022-09-19 | Incorporate feedback | mejrs | -1/+30 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -73/+2 |
| 2022-09-19 | do not implement type traversal for `EarlyBinder` | lcnr | -0/+4 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -10/+10 |
| 2022-09-12 | Rename some variants | Michael Goulet | -3/+3 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+10 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -7/+1 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -1/+4 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -7/+1 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -0/+6 |
| 2022-08-26 | Suggest returning closure as impl Fn | Michael Goulet | -0/+4 |
| 2022-08-17 | Make same_type_modulo_infer a proper TypeRelation | Michael Goulet | -0/+4 |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -1/+1 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -4/+5 |
| 2022-07-30 | Rollup merge of #99900 - lcnr:hash-stable-fun, r=cjgillot | Dylan DPC | -1/+6 |
| 2022-07-29 | remove some manual hash stable impls | lcnr | -1/+6 |
| 2022-07-28 | anonymize all bound vars, not just regions | lcnr | -0/+23 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -7/+0 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -0/+4 |
| 2022-07-09 | Auto merge of #99028 - tmiasko:inline, r=estebank | bors | -0/+1 |
| 2022-07-07 | Move EarlyBinder calls in rustc_typeck::outlives a bit further up | Jack Huey | -0/+4 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -0/+13 |