| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -20/+0 | |
| 2019-11-08 | Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]` | PotHix | -3/+3 | |
| The code was previously suggesting `#[repr(C, packed, ...)]` for incorrect uses of `repr` (e.g. `#[repr = "C"]`). This change suggests the usage of `#[repr(C)]` instead. r? @estebank ref #61286 | ||||
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -8/+8 | |
| - 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 | -16/+11 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+25 | |
