| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-28 | Add test for item-table with resize to mobile | Stefan Schindler | -2/+3 | |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -2/+2 | |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -2/+2 | |
| * implement sans-serif #85621 | ||||
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -2/+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. | ||||
| 2020-10-07 | Simplify doc-cfg rendering based on the current context | Wim Looman | -15/+11 | |
| For sub-items on a page don't show cfg that has already been rendered on a parent item. At its simplest this means not showing anything that is shown in the portability message at the top of the page, but also for things like fields of an enum variant if that variant itself is cfg-gated then don't repeat those cfg on each field of the variant. This does not touch trait implementation rendering, as that is more complex and there are existing issues around how it deals with doc-cfg that need to be fixed first. | ||||
| 2020-08-18 | Add long cfg description to tooltip on short description | Wim Looman | -1/+17 | |
| 2020-08-09 | Render longhand multiple crate/target features nicer | Wim Looman | -2/+2 | |
| 2020-08-09 | Improve rendering of crate features via doc(cfg) | Wim Looman | -5/+5 | |
| 2020-01-06 | rustdoc: Remove more `#[doc(cfg(..))]` duplicates | Oliver Middleton | -3/+30 | |
| 2019-12-04 | Remove potential cfgs duplicates | Guillaume Gomez | -0/+15 | |
