about summary refs log tree commit diff
path: root/src/librustdoc/scrape_examples.rs
AgeCommit message (Expand)AuthorLines
2024-02-07rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`.Nicholas Nethercote-29/+20
2024-01-22Tweak error counting.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-5/+5
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-3/+4
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+1
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-1/+1
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-3/+3
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-04-16Spelling librustdocJosh Soref-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2022-12-07Revert crate_types change, add new bin_crate fieldWill Crichton-5/+5
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-3/+9
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-6/+5
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-1/+1
2022-08-01Make Rustdoc exit with correct error code when scrape examples from invalid f...Will Crichton-0/+6
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-2/+1
2022-07-07Reword comments and rename HIR visiting methods.Camille GILLOT-1/+1
2022-06-16Move `finish` out of the `Encoder` trait.Nicholas Nethercote-1/+1
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-2/+2
2022-06-10Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote-1/+1
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-2/+2
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-2/+2
2022-06-08Move `finish` out of the `Encoder` trait.Nicholas Nethercote-1/+1
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-3/+3
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-19/+19
2022-05-13update rustdoc code to use new method nameMiguel Guarniz-1/+1
2022-05-13remove ItemLikeVisitor and DeepVisitorMiguel Guarniz-1/+1
2022-04-12Add Rustdoc book link to scrape examples help. Remove remaining panicWill Crichton-19/+42
2022-03-27Don't panic when scraping invalid callsWill Crichton-9/+16
2022-03-27Use PathSegment::ident for scraping method callsWill Crichton-15/+2
2022-03-27Only highlight identifier in scraped examples, not argumentsWill Crichton-17/+38
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