| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -2/+2 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -2/+2 | |
| 2020-12-31 | Fix tests that incorrectly used `!@has` instead of `@!has` | Camelid | -1/+1 | |
| The command is `@!has`, not `!@has`. I don't think these checks were doing anything before! Ideally we would accept `!@has` as well, or at least fail tests that use `!@has`. The current behavior seems to be silently ignoring the check, which is very confusing. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -102/+1 | |
| 2018-12-04 | Add a test case for inlining the docs of a macro reexport | Georg Semmler | -0/+28 | |
| 2018-09-20 | add more tests for traits-in-non-module-scope | QuietMisdreavus | -1/+1 | |
| 2018-09-20 | don't check visibility when inlining local impls | QuietMisdreavus | -0/+28 | |
| those get handled properly in strip-hidden anyway | ||||
| 2017-09-30 | let htmldocck.py check for directories | QuietMisdreavus | -0/+3 | |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -0/+173 | |
| * Only inline public items when inlining glob imports. * Never inline while in a private module or a child of a private module. * Never inline impls. This allowed the removal of a workaround in the rendering code. | ||||
| 2016-06-11 | rustdoc: Don't inline #[doc(hidden)] pub use | Oliver Middleton | -0/+20 | |
| Currently if a `#[doc(hidden)] pub use` item is inlined the `hidden` attribute is ignored so the item can appear in the docs. By never inlining such imports, they can be stripped. | ||||
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -0/+33 | |
| 2016-03-10 | Consider `doc(hidden)` for crate-local inlining | mitaa | -0/+27 | |
| 2016-03-09 | Check for `doc(inline)` instead of `.*(inline)` | mitaa | -0/+29 | |
