| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -7833/+0 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -9/+9 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -15/+35 |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -30/+70 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2022-12-13 | review comments | Esteban Küber | -6/+6 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -6/+6 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -2/+2 |
| 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/+1 |
| 2022-12-09 | Introduce `Span::is_visible` | Esteban Küber | -4/+0 |
| 2022-12-07 | Make -Zsimulate-remapped-rust-src-base reproducible on CI | Oli Scherer | -3/+3 |
| 2022-12-06 | Properly indent messages | Oli Scherer | -2/+6 |
| 2022-12-06 | Start emitting labels even if their pointed to file is not available locally | Oli Scherer | -0/+2 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -9/+4 |
| 2022-11-29 | Avoid more unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -2/+10 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -10/+10 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -2/+2 |
| 2022-10-25 | Modify ui tests to reflect the change | Byron Zhong | -0/+3 |
| 2022-10-20 | Update tests to match error message changes | b4den | -10/+10 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -19/+4 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -157/+0 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -31/+23 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -6/+6 |
| 2022-10-05 | Bless tests | Michael Goulet | -19/+4 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -4/+4 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -3/+3 |
| 2022-09-23 | Allow more !Copy impls | León Orell Valerian Liehr | -4/+4 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -1/+1 |
| 2022-09-22 | Bless test output changes | Frank Steffahn | -1/+1 |
| 2022-09-20 | Move some tests to more reasonable directories | Caio | -157/+0 |
| 2022-09-16 | add help for invalid inline argument | Rageking8 | -0/+2 |
| 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 |