about summary refs log tree commit diff
path: root/src/test/rustdoc/doc-cfg.rs
AgeCommit message (Expand)AuthorLines
2021-06-28Add test for item-table with resize to mobileStefan Schindler-3/+3
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-3/+3
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-3/+3
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-0/+8
2021-02-28Add a test in src/test/rustdoc/doc-cfg.rsDan Gohman-0/+32
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+2
2020-11-24Rename "stability" CSS class to "item-info"Guillaume Gomez-6/+6
2020-11-23Apply `doc(cfg)` from parent items while collecting trait implsWim Looman-1/+2
2020-10-07Simplify doc-cfg rendering based on the current contextWim Looman-4/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-3/+3
2018-09-06Fix hover on implsGuillaume Gomez-1/+1
2018-03-21add target_feature items to doc_cfg rustdoc testQuietMisdreavus-0/+24
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+47