| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Rollup merge of #107061 - compiler-errors:new-solver-new-candidates-3, r=lcnr | Michael Goulet | -20/+202 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -23/+70 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -8/+26 |
| 2023-01-20 | Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgr | bors | -22/+20 |
| 2023-01-20 | Rollup merge of #106891 - estebank:issue-45727, r=petrochenkov | Matthias Krüger | -8/+26 |
| 2023-01-20 | Rollup merge of #106973 - oli-obk:tait_ice_closure_in_impl_header, r=lcnr | Matthias Krüger | -22/+20 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -9/+9 |
| 2023-01-19 | Tweak "borrow closure argument" suggestion | Esteban Küber | -8/+26 |
| 2023-01-19 | trait solver: Implement Fn traits and tuple trait | Michael Goulet | -7/+142 |
| 2023-01-19 | trait solver: PointerSized | Michael Goulet | -2/+39 |
| 2023-01-19 | swap Ambiguity and Unimplemented in new trait engine | Michael Goulet | -2/+4 |
| 2023-01-19 | Assert goal is fully normalized during assemble | Michael Goulet | -1/+4 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -1/+1 |
| 2023-01-19 | HACK: self ty ambiguity hack | Michael Goulet | -1/+11 |
| 2023-01-19 | Fix IndexVec::drain_enumerated | Michael Goulet | -10/+5 |
| 2023-01-19 | Don't treat closures from other crates as local | Oli Scherer | -22/+20 |
| 2023-01-18 | Rollup merge of #107030 - albertlarsan68:patch-3, r=lcnr | Michael Goulet | -1/+1 |
| 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 | 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 |