]> git.lizzy.rs Git - rust.git/history - src/librustdoc/scrape_examples.rs
Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514
[rust.git] / src / librustdoc / scrape_examples.rs
2021-10-23 Matthias KrügerRollup merge of #85833 - willcrichton:example-analyzer...
2021-10-13 Will CrichtonFix local crate not being scraped
2021-10-08 Will CrichtonChange handling of spans in scrape examples, add test...
2021-10-08 Will CrichtonMove more scrape-examples logic from JS to rust
2021-10-07 Will CrichtonUpdate to latest rustc and rustdoc styles
2021-10-07 Will CrichtonChange serialized format to use DefPathHash instead...
2021-10-07 Will CrichtonAdd target crates as inputs to reduce size of intermediates
2021-10-07 Will CrichtonIncorporate jyn's feedback
2021-10-07 Will CrichtonMove highlighting logic from JS to Rust
2021-10-07 Will CrichtonSort examples by size
2021-10-07 Will CrichtonGenerate example source files with corresponding links
2021-10-07 Will CrichtonFactor scraping and rendering into separate calls to...
2021-10-07 Will CrichtonFix check issue
2021-10-07 Will CrichtonAdd updated support for example-analyzer