| Age | Commit message (Expand) | Author | Lines |
| 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 | HACK: Handle escaping bound vars from the canonical query | Michael Goulet | -1/+1 |
| 2023-01-12 | Implement dummy query responses and a jank instantiate | Michael Goulet | -38/+97 |
| 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 | -289/+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 | -255/+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 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -7/+46 |
| 2023-01-11 | Use the root trait predicate to determine whether to remove references | Esteban Küber | -0/+8 |
| 2023-01-11 | fix rebase | Esteban Küber | -2/+1 |
| 2023-01-11 | Account for type params | Esteban Küber | -29/+59 |
| 2023-01-11 | Make `&`-removal suggestion verbose | Esteban Küber | -24/+47 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -255/+24 |
| 2023-01-11 | Rollup merge of #106705 - compiler-errors:new-solver-err-properly, r=lcnr | Matthias Krüger | -11/+25 |
| 2023-01-11 | Rollup merge of #106703 - compiler-errors:impl-derived-span, r=estebank | Matthias Krüger | -4/+24 |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -1/+5 |
| 2023-01-11 | Handle inference variables in CollectAllMismatches correctly | Michael Goulet | -5/+8 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -4/+24 |
| 2023-01-11 | Report fulfillment errors in new trait solver | Michael Goulet | -11/+25 |
| 2023-01-11 | Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr | nils | -6/+21 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -4/+4 |
| 2023-01-11 | Rollup merge of #106521 - oskgo:remove-E0280, r=jackh726 | Yuki Okushi | -7/+11 |
| 2023-01-10 | remove E0280 and ICE instead | bowlerman | -7/+11 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -3/+0 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -3/+0 |
| 2023-01-09 | Check impl's where clauses in consider_impl_candidate in experimental solver | Michael Goulet | -6/+21 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -41/+41 |
| 2023-01-09 | Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk | fee1-dead | -0/+7 |
| 2023-01-09 | Clean up | kadmin | -23/+9 |
| 2023-01-09 | Check for duplicates | kadmin | -3/+15 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -12/+10 |
| 2023-01-09 | Change based on comments | kadmin | -7/+26 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -8/+3 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -1/+62 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -4/+3 |
| 2023-01-07 | Auto merge of #106519 - estebank:tail-unit, r=cjgillot | bors | -19/+107 |
| 2023-01-06 | Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726 | Michael Goulet | -2/+2 |
| 2023-01-07 | use type_implements_trait to check Param clone | yukang | -20/+7 |
| 2023-01-07 | comments feedback | yukang | -50/+51 |
| 2023-01-07 | Suggest possible clone when we have &T | yukang | -2/+75 |
| 2023-01-06 | Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank | Dylan DPC | -4/+11 |