about summary refs log tree commit diff
path: root/src/test/rustdoc/playground.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-27/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon 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.
2019-05-06update playground url tests with new edition behaviorQuietMisdreavus-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-02-09fix playground test for newly-trimmed doctestsQuietMisdreavus-2/+2
2017-11-05add #![allow(unused)] to the playground link rustdoc testsQuietMisdreavus-3/+3
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-0/+39
The main change is to stop using javascript to generate the URLs and use rustdoc instead. This also adds run buttons to the error index examples.