| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-18 | Make suggestions verbose | Noah Lev | -25/+47 |
| 2022-01-18 | Shorten and improve messages | Noah Lev | -65/+33 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -22/+14 |
| 2022-01-12 | Add line breaks to make message easier to read | Noah Lev | -7/+21 |
| 2022-01-12 | Split up very long message | Noah Lev | -14/+17 |
| 2022-01-12 | Improve suggestions for type errors with string concatenation | Noah Lev | -12/+14 |
| 2022-01-11 | Deduplicate box deref and regular deref suggestions | Michael Goulet | -3/+6 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -22/+14 |
| 2022-01-07 | Update clippy for associated item changes | Matthew Jasper | -18/+18 |
| 2021-12-03 | Update invalid crate attributes, add help message | Tom Farmer | -1/+13 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -6/+0 |
| 2021-10-15 | Bless tests | Cameron Steffen | -2/+2 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -1/+16 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -31/+32 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -7/+7 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -19/+16 |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -7/+7 |