| Age | Commit message (Expand) | Author | Lines |
| 2023-01-18 | Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb | Michael Goulet | -24/+24 |
| 2023-01-18 | Handle structural traits more gracefully | Michael Goulet | -215/+212 |
| 2023-01-18 | no subtyping in the new trait solver | Michael Goulet | -34/+23 |
| 2023-01-18 | Sized, Copy/Clone | Michael Goulet | -3/+151 |
| 2023-01-18 | Auto and alias traits | Michael Goulet | -21/+164 |
| 2023-01-18 | Assemble object bound candidates | Michael Goulet | -0/+52 |
| 2023-01-18 | implement consider_assumption | Michael Goulet | -10/+70 |
| 2023-01-18 | Canonicalize trait solver response inside probe | Michael Goulet | -24/+25 |
| 2023-01-18 | Correct typo | Albert Larsan | -1/+1 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -24/+24 |
| 2023-01-18 | add comment | lcnr | -0/+1 |
| 2023-01-18 | add note about indirect cycles | lcnr | -0/+4 |
| 2023-01-18 | update project to emulate a projection cache | lcnr | -14/+124 |
| 2023-01-18 | add `eq` to `InferCtxtExt` | lcnr | -38/+49 |
| 2023-01-18 | remove assembly context and impl a bit more | lcnr | -163/+311 |
| 2023-01-18 | instantiate canonical vars eagerly | lcnr | -485/+509 |
| 2023-01-18 | update cache | lcnr | -112/+90 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -6/+5 |
| 2023-01-17 | Rollup merge of #106834 - compiler-errors:new-solver-did-changed, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -17/+17 |
| 2023-01-17 | new trait solver: only consider goal changed if response is not identity | Michael Goulet | -1/+1 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -6/+5 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -17/+17 |
| 2023-01-17 | Untouch back perf sensetive code :sweat_smile: | Maybe Waffle | -5/+7 |
| 2023-01-17 | Review suggestions | Maybe Waffle | -1/+1 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -17/+15 |
| 2023-01-16 | Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-01-16 | Auto merge of #106395 - compiler-errors:rework-predicates, r=eholk | bors | -46/+41 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -1/+1 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -7/+6 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -33/+27 |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -6/+8 |
| 2023-01-15 | Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnr | bors | -39/+98 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -84/+138 |
| 2023-01-15 | Rollup merge of #106863 - anden3:compiler-double-spaces, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-01-14 | Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgr | bors | -3/+5 |
| 2023-01-14 | Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebank | Matthias Krüger | -3/+5 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -21/+25 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -1/+1 |
| 2023-01-14 | Deprioritize fulfillment errors that come from expansions. | Mara Bos | -3/+5 |
| 2023-01-14 | Add note when `FnPtr` vs. `FnDef` impl trait | kadmin | -16/+38 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -10/+11 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -22/+22 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -15/+18 |
| 2023-01-14 | new trait solver: rebase impl substs for gats correctly | Michael Goulet | -1/+1 |
| 2023-01-13 | Delay normalization bugs instead of reporting them | Michael Goulet | -8/+4 |
| 2023-01-13 | Suggest lifetime bound in illegal Copy impl | Michael Goulet | -14/+30 |
| 2023-01-13 | copy self type is implied wf | Michael Goulet | -1/+14 |
| 2023-01-13 | Check ADT fields for copy implementations considering regions | Michael Goulet | -14/+36 |
| 2023-01-13 | Rebase conflicts | Michael Goulet | -7/+7 |