about summary refs log tree commit diff
path: root/src/test/rustdoc/playground-none.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-0/+19
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.