| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -13/+0 | |
| 2022-09-19 | rustdoc: update test cases for changed item-decl HTML | Michael Howell | -1/+1 | |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -1/+1 | |
| * Rename "type-decl" into "item-decl" to reflect the change of usage | ||||
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -8/+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-04-12 | Update attribute tests | Manish Goregaokar | -5/+5 | |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -2/+2 | |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+1 | |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -0/+4 | |
| 2019-04-19 | Update test | Guillaume Gomez | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-02-08 | rustdoc: Show attributes on all item types | Oliver Middleton | -0/+27 | |
| Currently attributes are only shown for structs, unions and enums but they should be shown for all items. For example it is useful to know if a function is `#[no_mangle]`. | ||||
