| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-12 | only require sub type relation on field projection types | b-naber | -4/+17 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -5/+1 |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -5/+1 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -7/+18 |
| 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-09 | Use 'static RegionVid for ReError | Esteban Küber | -3/+9 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -5/+4 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -4/+10 |
| 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 |