| Age | Commit message (Expand) | Author | Lines |
| 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 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -1/+1 |
| 2023-01-19 | Don't treat closures from other crates as local | Oli Scherer | -22/+20 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -24/+24 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -6/+5 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -17/+17 |
| 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-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 #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 | -19/+23 |
| 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 | -20/+20 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -15/+18 |
| 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 |
| 2023-01-13 | Consolidate two almost duplicated fn info extraction routines | Michael Goulet | -84/+138 |
| 2023-01-13 | Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnr | Yuki Okushi | -2/+5 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -16/+20 |
| 2023-01-12 | is_ty_infer -> is_ty_or_numeric_infer | Michael Goulet | -2/+5 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -5/+8 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -55/+118 |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -34/+94 |
| 2023-01-11 | Rollup merge of #106170 - compiler-errors:autoderef-to-analysis, r=lcnr | Michael Goulet | -21/+24 |
| 2023-01-12 | Rollup merge of #106748 - clubby789:on-unimplemented-fmt-verify, r=compiler-e... | Matthias Krüger | -29/+32 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -7/+46 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -1/+5 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -6/+2 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -16/+24 |
| 2023-01-11 | Clean up `OnUnimplementedFormatString::verify` | clubby789 | -29/+32 |