about summary refs log tree commit diff
path: root/src/test/rustdoc/doc-cfg.rs
AgeCommit message (Collapse)AuthorLines
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
This attribute has two effects: 1. Items with this attribute and their children will have the "This is supported on **** only" message attached in the documentation. 2. The items' doc tests will be skipped if the configuration does not match.