| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -271/+0 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 | |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -3/+3 | |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -12/+12 | |
| Use more accurate suggestion spans for * argument parse error * fully qualified path * missing code block type * numeric casts * E0212 | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -17/+17 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-06-25 | Address PR feedback | Ryan Levick | -9/+9 | |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -9/+9 | |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into ↵ | Manish Goregaokar | -0/+3 | |
| warn-by-default on 2015 | ||||
| 2021-03-17 | Add more test case | Yuki Okushi | -4/+32 | |
| 2021-03-17 | Emit more pretty diagnostics for qualified paths | Yuki Okushi | -0/+8 | |
| 2021-03-17 | Fix bad diagnostics for anon params with qualified paths | Yuki Okushi | -4/+26 | |
| 2021-03-17 | Fix bad diagnostics for anon params with ref | Yuki Okushi | -4/+28 | |
| 2020-06-27 | Fix wording for anonymous parameter name help | James Box | -4/+4 | |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -2/+2 | |
| One or two tests became build-pass without the FIXME because they really needed build-pass (were failing without it). Helps with #62277 | ||||
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+2 | |
| 2020-03-10 | parse: Tweak the function parameter edition check | Vadim Petrochenkov | -0/+184 | |
| Move anon-params tests to ui/anon-params. | ||||
