| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -36/+0 | |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -2/+2 | |
| 2020-09-28 | passes: `check_attr` on more targets | David Wood | -6/+4 | |
| This commit modifies `check_attr` so that: - Enum variants are now checked (some attributes would not have been prohibited on variants previously). - `check_expr_attributes` and `check_stmt_attributes` are removed as `check_attributes` can perform the same checks. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -2/+2 | |
| - Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser | ||||
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -3/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+49 | |
