about summary refs log tree commit diff
path: root/src/test/rustdoc/keyword.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-23/+0
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-1/+1
Since a7c25b29575c17434406b69773f8c2961af343b3 removed `in-band` from code headers, the only remaining uses of the `in-band` class are: https://github.com/rust-lang/rust/blob/02cd79afb8080fce8c8ce35533c54d8ecf8f390e/src/librustdoc/html/render/write_shared.rs#L520-L521 https://github.com/rust-lang/rust/blob/02cd79afb8080fce8c8ce35533c54d8ecf8f390e/src/librustdoc/html/templates/print_item.html#L2-L3 https://github.com/rust-lang/rust/blob/02cd79afb8080fce8c8ce35533c54d8ecf8f390e/src/librustdoc/html/render/context.rs#L637-L638 https://github.com/rust-lang/rust/blob/02cd79afb8080fce8c8ce35533c54d8ecf8f390e/src/librustdoc/html/render/mod.rs#L368-L369 https://github.com/rust-lang/rust/blob/02cd79afb8080fce8c8ce35533c54d8ecf8f390e/src/librustdoc/html/render/mod.rs#L401-L402 https://github.com/rust-lang/rust/blob/02cd79afb8080fce8c8ce35533c54d8ecf8f390e/src/librustdoc/html/static/js/main.js#L525 Since all of these uses are nested below `h1.fqn`, we can get rid of it, and the support code that was used for when `in-band` was part of item rendering.
2022-03-31rustdoc: do not show primitives and keywords as privateMichael Howell-0/+1
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-2/+2
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-1/+1
2021-05-31Update rustdoc testGuillaume Gomez-1/+2
2020-11-27Add tests for doc_keyword feature extensionGuillaume Gomez-0/+5
2019-07-25Add keywords item into the sidebarGuillaume Gomez-0/+1
2019-02-01Fix image link in the settings menuGuillaume Gomez-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-10Remove namespace for keywordsGuillaume Gomez-0/+1
2018-06-04Add even more testsGuillaume Gomez-0/+3
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+2
2018-06-04Add doc keyword supportGuillaume Gomez-0/+19