| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -14/+18 |
| 2023-03-11 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-03-11 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-11 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -92/+9 |
| 2023-03-11 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -22/+17 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 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-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 |
| 2023-02-20 | Auto merge of #107969 - b-naber:proj-relate-variance, r=lcnr | bors | -4/+25 |
| 2023-02-19 | add some cfgs back | b-naber | -73/+130 |
| 2023-02-19 | remove cfgs | b-naber | -209/+42 |
| 2023-02-19 | rebase | b-naber | -81/+92 |
| 2023-02-19 | some conditional imports | b-naber | -5/+5 |
| 2023-02-19 | sccs info | b-naber | -3/+69 |
| 2023-02-19 | collect existentials and placeholders | b-naber | -14/+58 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -35/+337 |
| 2023-02-19 | add BorrowckInferCtxt | b-naber | -1/+29 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -16/+12 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -8/+10 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -21/+8 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -22/+16 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -21/+8 |
| 2023-02-15 | exhaustive matching in get_ambient_variance | b-naber | -1/+9 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -9/+9 |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -11/+24 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -22/+16 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -9/+9 |