about summary refs log tree commit diff
path: root/src/test/rustdoc/playground.rs
AgeCommit message (Collapse)AuthorLines
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.