| Age | Commit message (Expand) | Author | Lines |
| 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 | rework min_choice algorithm of member constraints | Ali MJ Al-Nasrawy | -11/+24 |
| 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 |
| 2023-01-17 | Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino | Matthias Krüger | -7/+2 |
| 2023-01-17 | Account for method call and indexing when looking for inner-most path in expr... | Esteban Küber | -1/+3 |
| 2023-01-17 | Account for field access when looking for inner-most path in expression | Esteban Küber | -1/+2 |
| 2023-01-17 | Account for `*` when looking for inner-most path in expression | Esteban Küber | -1/+3 |
| 2023-01-16 | Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errors | Matthias Krüger | -12/+21 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -12/+21 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -5/+33 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -27/+21 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -5/+1 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -1/+1 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -7/+2 |