| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Bless test output changes | Frank Steffahn | -1/+1 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -2/+2 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -17/+34 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -8/+8 |
| 2022-08-28 | Remove `register_attr`-related tests | Yuki Okushi | -24/+0 |
| 2022-08-19 | Rollup merge of #100081 - RalfJung:unused-unsafe-in-unsafe-fn, r=jackh726 | Dylan DPC | -541/+103 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -1/+3 |
| 2022-08-17 | point at a type parameter shadowing another type | Takayuki Maeda | -1/+3 |
| 2022-08-12 | Point out a single arg if we have a single arg incompatibility | Michael Goulet | -3/+3 |
| 2022-08-02 | never consider unsafe blocks unused if they would be required with unsafe_op_... | Ralf Jung | -541/+103 |
| 2022-07-15 | Avoid incorrect suggestion | Esteban Küber | -11/+4 |
| 2022-07-15 | Provide structured suggestion for dropped temp value | Esteban Küber | -12/+65 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -1/+1 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -1/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -11/+8 |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -7/+10 |
| 2022-07-01 | Rollup merge of #98497 - compiler-errors:span-inference-note, r=lcnr | Guillaume Gomez | -7/+10 |
| 2022-07-01 | Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov | bors | -25/+16 |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -7/+10 |
| 2022-07-01 | Auto merge of #98767 - Dylan-DPC:rollup-j1gq5sr, r=Dylan-DPC | bors | -0/+150 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -25/+16 |
| 2022-07-01 | Rollup merge of #98644 - matthiaskrgr:drp_loc_span_err__2021_inc_clos_cap, r=... | Dylan DPC | -0/+150 |
| 2022-07-01 | Auto merge of #98402 - cjgillot:undead, r=michaelwoerister | bors | -2/+2 |
| 2022-06-29 | fix ICE with -Wrust-2021-incompatible-closure-captures | Matthias Krüger | -0/+150 |
| 2022-06-27 | Use typed indices in argument mismatch algorithm | Michael Goulet | -2/+2 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -1/+3 |
| 2022-06-24 | Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e... | Yuki Okushi | -0/+4 |
| 2022-06-22 | Uniform spans in dead code lint. | Camille GILLOT | -2/+2 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -1/+3 |
| 2022-06-21 | Improve suggestion for calling closure on type mismatch | Michael Goulet | -0/+4 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -10/+10 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -2/+2 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -0/+5 |
| 2022-06-10 | Bless tests. | Camille GILLOT | -0/+5 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -8/+17 |
| 2022-06-02 | remove unnecessary change | lcnr | -8/+8 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -30/+45 |
| 2022-05-29 | Ensure source file present when calculating max line number | Yuki Okushi | -0/+37 |
| 2022-05-06 | Remove previously deleted test files | Jack Huey | -31/+0 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -10/+10 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -27/+88 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -1/+1 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -5/+5 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+4 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+6 |
| 2022-03-31 | Specialize suggestion for Option<T> | Michael Goulet | -4/+4 |
| 2022-03-28 | Remove duplicated and unused test files | Caio | -25/+0 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -1/+1 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -32/+2891 |
| 2022-01-21 | Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwco | Matthias Krüger | -22/+31 |