about summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.rs
AgeCommit message (Expand)AuthorLines
2021-10-12Fix local crate not being scrapedWill Crichton-8/+12
2021-10-08Change handling of spans in scrape examples, add test for highlight decorationsWill Crichton-3/+5
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-1/+2
2021-10-06Update to latest rustc and rustdoc stylesWill Crichton-1/+1
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-11/+3
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-5/+58
2021-10-06Incorporate jyn's feedbackWill Crichton-62/+68
2021-10-06Move highlighting logic from JS to RustWill Crichton-21/+41
2021-10-06Sort examples by sizeWill Crichton-1/+29
2021-10-06Generate example source files with corresponding linksWill Crichton-48/+86
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-79/+63
2021-10-06Fix check issueWill Crichton-5/+5
2021-10-06Add updated support for example-analyzerWill Crichton-0/+138