about summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.rs
AgeCommit message (Expand)AuthorLines
2022-02-18Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomezMatthias Krüger-4/+11
2022-02-16Adopt let_else in even more placesest31-3/+1
2022-02-11Add --scrape-tests flags so rustdoc can scrape examples from testsWill Crichton-4/+11
2022-02-08Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C...Matthias Krüger-1/+4
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-2/+1
2022-02-01Include all contents of first line of scraped itemWill Crichton-1/+4
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-3/+4
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+3
2021-12-11Don't emit shared files when scraping dependenciesWill Crichton-1/+2
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