summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.rs
AgeCommit message (Expand)AuthorLines
2021-11-27Add trace statementsDeadbeef-0/+2
2021-11-27Fix another ICE in rustdoc scrape_examplesDeadbeef-6/+9
2021-11-07Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomezbors-1/+1
2021-11-05rustdoc: clippy::complexity fixesMatthias Krüger-1/+1
2021-11-04Fix ICE when rustdoc is scraping examples inside of a proc macroWill Crichton-9/+20
2021-11-04Sort scraped call locations before serializingWill Crichton-0/+7
2021-10-29Fix rare ICE during typeck in rustdoc scrape_examplesWill Crichton-2/+18
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