| Age | Commit message (Expand) | Author | Lines |
| 2022-10-17 | Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr | Matthias Krüger | -10/+267 |
| 2022-10-17 | trivial fix for comments feedback | yukang | -10/+10 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -4/+4 |
| 2022-10-04 | find the correct lang item for ranges | yukang | -33/+61 |
| 2022-10-04 | fix #102396, suggest parentheses for possible range methods | yukang | -10/+239 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -6/+6 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -4/+4 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -4/+4 |
| 2022-08-12 | Point out a single arg if we have a single arg incompatibility | Michael Goulet | -4/+4 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -3/+3 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -11/+11 |
| 2022-07-17 | use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering... | Michael Goulet | -3/+3 |
| 2022-07-11 | Use fake substs to check for `Self: Sized` predicates on method receivers | Michael Goulet | -0/+59 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -9/+9 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -9/+9 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -2/+2 |
| 2022-07-04 | resolve vars in node substs | lcnr | -1/+5 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -9/+3 |
| 2022-06-29 | Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-06-28 | Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkov | bors | -2/+2 |
| 2022-06-27 | Use typed indices in argument mismatch algorithm | Michael Goulet | -1/+1 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -9/+9 |
| 2022-06-24 | Bless ui tests. | Camille GILLOT | -2/+2 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -9/+9 |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -6/+6 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -4/+7 |
| 2022-06-01 | Mention filename in suggestion when it differs from primary span | Esteban Küber | -0/+1 |
| 2022-04-24 | diagnostics: regression test for <usize as Iterator>::rev | Michael Howell | -0/+20 |
| 2022-04-17 | Bless tests. | Camille GILLOT | -2/+20 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -17/+39 |
| 2022-03-11 | Add regression test for `<i32 as Iterator>::count` | Michael Howell | -0/+17 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -3/+25 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -2/+0 |
| 2021-12-10 | manually implement `Hash` for `DefId` | Andre Bogus | -6/+6 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -3/+18 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -0/+11 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -2/+2 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -4/+4 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -29/+15 |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -4/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+2 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -1/+1 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -22/+22 |
| 2021-08-09 | Use smaller spans when suggesting method call disambiguation | Esteban Kuber | -2/+2 |
| 2021-05-27 | Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank | Dylan DPC | -0/+203 |
| 2021-05-25 | show list of candidates | Aliénore Bouttefeux | -8/+12 |
| 2021-05-22 | change from review and show full type if it can be deref | Aliénore Bouttefeux | -16/+50 |
| 2021-05-21 | remove generic argument insead of displaying "_" | Aliénore Bouttefeux | -10/+10 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -6/+6 |
| 2021-04-15 | elision of generic argument in E0599 if the methode has not been found anywhe... | Aliénore Bouttefeux | -0/+165 |