| Age | Commit message (Expand) | Author | Lines |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -7/+4 |
| 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/+135 |
| 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-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 |
| 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 |