about summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.rs
AgeCommit message (Collapse)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
Fix failing test Add missing backslash Fix padding issue with horizontal scrollbar
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
Move test to rustdoc-ui Fix test writing to wrong directory Formatting Fix test Add FIXME Remove raw multiline strings
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-5/+58
Add tests for module-path remapping and scrape example options Find all crates with a given name
2021-10-06Incorporate jyn's feedbackWill Crichton-62/+68
* Move call location logic from function constructor to rendering * Fix issue with macro spans in scraping examples * Clean up example loading logic Documentation / newtype for DecorationInfo Fix line number display Serialize edition of call site, other small cleanup
2021-10-06Move highlighting logic from JS to RustWill Crichton-21/+41
Continue migrating JS functionality Cleanup Fix compile error Clean up the diff Set toggle font to sans-serif
2021-10-06Sort examples by sizeWill Crichton-1/+29
Improve styling Start to clean up code, add comments
2021-10-06Generate example source files with corresponding linksWill Crichton-48/+86
Add display name Fix remaining merge conflicts Only embed code for items containing examples
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-79/+63
Simplify toggle UI logic, add workspace root for URLs
2021-10-06Fix check issueWill Crichton-5/+5
Clean up tidy checks
2021-10-06Add updated support for example-analyzerWill Crichton-0/+138
Move rendering of examples into Finalize design Cleanup, rename found -> scraped Softer yellow Clean up dead code Document scrape_examples More simplification and documentation Remove extra css Test