| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -5/+1 |
| 2023-02-09 | Update implied_outlives_bounds to properly register implied bounds behind nor... | Jack Huey | -5/+10 |
| 2023-02-09 | Cleanup free_region_relations a bit | Jack Huey | -69/+86 |
| 2023-02-08 | Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -2/+2 |
| 2023-02-07 | Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr | bors | -10/+2 |
| 2023-02-07 | remove binder from query constraints | lcnr | -10/+2 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+1 |
| 2023-02-04 | Rollup merge of #107646 - estebank:specific-span, r=compiler-errors | Matthias Krüger | -6/+57 |
| 2023-02-04 | Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk | bors | -2/+6 |
| 2023-02-03 | review comments | Esteban Küber | -14/+17 |
| 2023-02-03 | Provide structured suggestion for binding needing type on E0594 | Esteban Küber | -6/+54 |
| 2023-02-03 | Rollup merge of #106575 - estebank:issue-64008, r=pnkfelix | Matthias Krüger | -16/+12 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -2/+6 |
| 2023-02-02 | Suggest `move` in nested closure when appropriate | Esteban Küber | -16/+12 |
| 2023-02-02 | Rollup merge of #107532 - compiler-errors:erase-regions-in-uninhabited, r=jac... | Matthias Krüger | -1/+4 |
| 2023-02-01 | Erase regions before uninhabited check | Michael Goulet | -1/+4 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -13/+9 |
| 2023-01-30 | Auto merge of #107197 - aliemjay:patch-2, r=jackh726 | bors | -3/+2 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -0/+2 |
| 2023-01-30 | errors: implement `IntoDiagnosticArg` for `&T` | David Wood | -13/+7 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -2/+2 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -0/+4 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -2/+6 |
| 2023-01-28 | Also erase substs for new infcx in pin move error | Nilstrieb | -0/+4 |
| 2023-01-26 | add method_substs to CallKind | Kyle Matsuda | -4/+2 |
| 2023-01-26 | fix up subst_identity vs skip_binder; add some FIXMEs as identified in review | Kyle Matsuda | -1/+3 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -4/+4 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -4/+4 |
| 2023-01-26 | Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco | Matthias Krüger | -12/+0 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -5/+38 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -19/+40 |
| 2023-01-23 | During MirBorrowck, ignore ConstEvalCounter | Bryan Garza | -3/+3 |
| 2023-01-23 | Revert "Move CtfeLimit to mir_const's set of passes" | Bryan Garza | -2/+2 |
| 2023-01-23 | Move CtfeLimit to mir_const's set of passes | Bryan Garza | -2/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -2/+6 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -19/+40 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -7/+5 |
| 2023-01-22 | assume MIR types are fully normalized | Ali MJ Al-Nasrawy | -3/+2 |
| 2023-01-22 | Update universal_regions.rs | Samuel Moelius | -1/+1 |
| 2023-01-21 | Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot | bors | -8/+12 |
| 2023-01-19 | even more unify Projection/Opaque in outlives code | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -1/+1 |
| 2023-01-18 | Rollup merge of #106747 - yanchen4791:issue-105507-fix, r=estebank | Matthias Krüger | -4/+121 |
| 2023-01-17 | Lazy dominator tree construction in borrowck | Tomasz Miąsko | -8/+12 |
| 2023-01-17 | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB | yanchen4791 | -4/+121 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -14/+14 |
| 2023-01-17 | Handle diagnostics customization on the fluent side | Oli Scherer | -12/+0 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -14/+14 |