| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -21/+0 | |
| This is a fairly common attribute on methods, but is not something you need to know when reading the method docs - the purpose of the attribute is for the compiler to tell you about it if you forget to use a value. Removing reclaims some valuable space in the summary of methods. | ||||
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -3/+3 | |
| 2021-04-12 | Update attribute tests | Manish Goregaokar | -3/+3 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2019-05-29 | Don't generate div inside header (h4/h3/h...) elements | Guillaume Gomez | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -0/+32 | |
