| Age | Commit message (Expand) | Author | Lines |
| 2023-03-17 | Rollup merge of #109215 - est31:sort_by_key, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -90/+69 |
| 2023-03-16 | Use sort_by_key instead of sort_by | est31 | -2/+2 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -8/+10 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -3/+3 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -79/+56 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -1/+1 |
| 2023-03-09 | Document borrowck behaviour. | Camille GILLOT | -1/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -2/+10 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -43/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -43/+1 |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -61/+66 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -126/+72 |
| 2023-03-05 | Remove `allow(potential_query_instability)` from `borrowck` | clubby789 | -61/+66 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -5/+3 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -8/+48 |
| 2023-03-04 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -14/+18 |
| 2023-03-04 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-03-03 | use helper function for error reporting | Giacomo Pasini | -17/+29 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -10/+38 |
| 2023-03-03 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-03 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -92/+9 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -22/+17 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -3/+3 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -5/+3 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -62/+33 |
| 2023-02-27 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2023-02-26 | Avoid more calls to typeck. | Camille GILLOT | -12/+15 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -45/+13 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -5/+5 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -8/+8 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -23/+26 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -7/+4 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -8/+8 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -19/+22 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -23/+23 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -23/+23 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -7/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+6 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -61/+398 |
| 2023-02-21 | address review | b-naber | -12/+10 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -1/+2 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -1/+2 |
| 2023-02-20 | remove cfg attributes | b-naber | -7/+5 |