| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -3405/+0 |
| 2023-01-09 | Consider method return type for various method suggestions | Michael Goulet | -0/+45 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -9/+9 |
| 2022-12-30 | Suppress errors due to TypeError not coercing with inference variables | Michael Goulet | -14/+2 |
| 2022-12-27 | fix #105788, Remove unreasonable help message for auto trait | yukang | -14/+5 |
| 2022-12-16 | Rollup merge of #105747 - chenyukang:yukang/fix-105732-auto-trait, r=compiler... | Matthias Krüger | -0/+41 |
| 2022-12-16 | fix #105732, Fix ICE calling method on auto trait | yukang | -0/+41 |
| 2022-12-15 | Trim paths in E0599 | Esteban Küber | -1/+1 |
| 2022-12-13 | Inform the user which trait is meant in the diagnostic itself instead of rely... | Oli Scherer | -1/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -7/+2 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -5/+5 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -4/+4 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -6/+6 |
| 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 |