| Age | Commit message (Expand) | Author | Lines |
| 2022-11-30 | Rollup merge of #104697 - dingxiangfei2009:fix-euv-control-flow, r=oli-obk | Matthias Krüger | -0/+46 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -6/+6 |
| 2022-11-28 | inference test for #104649 | Ding Xiang Fei | -0/+46 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+52 |
| 2022-11-08 | ignore wasm in test | lcnr | -2/+4 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -6/+27 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -0/+52 |
| 2022-10-23 | Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+22 |
| 2022-10-22 | Update UI tests | clubby789 | -4/+45 |
| 2022-10-20 | Move some tests for more reasonable places | Caio | -0/+22 |
| 2022-10-16 | fix `own_substs` ICE | Takayuki Maeda | -0/+32 |
| 2022-10-05 | stop suggesting adding generic args for turbofish | Takayuki Maeda | -9/+20 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -3/+1 |
| 2022-08-21 | Rework ambiguity errors | Michael Goulet | -27/+9 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -1/+1 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -12/+32 |
| 2022-07-20 | Normalize the arg spans to be within the call span | Michael Goulet | -15/+12 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -12/+0 |
| 2022-07-04 | `InferSource::GenericArg`, check for contains | lcnr | -9/+8 |
| 2022-07-04 | resolve vars in node substs | lcnr | -1/+6 |
| 2022-07-04 | update infer cost computation for types | lcnr | -0/+44 |
| 2022-07-01 | Show source of ambiguity in a few more places | Michael Goulet | -6/+15 |
| 2022-06-28 | fix `emit_inference_failure_err` ICE | lcnr | -0/+100 |
| 2022-06-23 | Rollup merge of #98269 - compiler-errors:provide-more-segment-res, r=petroche... | Michael Goulet | -8/+8 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+299 |
| 2022-06-20 | Provide a segment res in more cases | Michael Goulet | -8/+8 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -2/+2 |
| 2022-06-11 | Rollup merge of #97703 - lcnr:post-89862, r=estebank | Dylan DPC | -0/+154 |
| 2022-06-08 | add test + don't warn on `Res::SelfTy` | lcnr | -0/+76 |
| 2022-06-08 | need_type_info: don't ICE when detected ty alias | lcnr | -0/+78 |
| 2022-06-06 | Deactivate feature gate explicit_generic_args_with_impl_trait | Nick Cameron | -3/+3 |
| 2022-06-02 | `generic_arg_contains_target`: ignore closures | lcnr | -8/+8 |
| 2022-06-02 | use verbose suggestions | lcnr | -3/+6 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -72/+69 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+52 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+20 |
| 2022-05-17 | fix misleading `cannot infer type for type parameter` error | Takayuki Maeda | -0/+32 |
| 2022-05-13 | Add regression test for #28935 | Yuki Okushi | -0/+9 |
| 2022-04-30 | Bless the UI tests | Scott McMurray | -10/+4 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -10/+66 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -3/+1 |
| 2022-02-08 | Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco | Matthias Krüger | -2/+11 |
| 2022-01-16 | Only suggest char literal for single-character strings | chordtoll | -2/+11 |
| 2022-01-14 | Don't use source-map when detecting struct field shorthand | Michael Goulet | -1/+1 |
| 2022-01-04 | Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr | bors | -60/+0 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -0/+100 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -60/+0 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -1/+1 |
| 2021-12-07 | Add test with multiple type params failing inference | Esteban Kuber | -12/+45 |