summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-11/+3
2023-02-22various: translation resources from cg backendDavid Wood-4/+8
2023-02-22errors: generate typed identifiers in each crateDavid Wood-2/+3
2023-02-15Use more let chainGuillaume Gomez-32/+27
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+4
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-14/+12
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-1/+0
2023-01-12Feed the `features_query` instead of grabbing it from the session lazilyOli Scherer-1/+1
2023-01-12Harden the pre-tyctxt query system against accidental recomputationOli Scherer-6/+2
2022-11-26Use target exe_suffix for doctestsJubilee Young-2/+14
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-1/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+3
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-1/+2
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+3
2022-10-19Avoid cloning `RenderOptions`.Nicholas Nethercote-1/+1
2022-10-19Clean up rustdoc startup.Nicholas Nethercote-5/+4
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-2/+1
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-0/+1
2022-09-01Sort tests at compile time, not at startupBen Kimock-1/+2
2022-08-11Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.Nicholas Nethercote-7/+2
2022-08-02Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...Guillaume Gomez-1/+1
2022-07-29Remove box syntax from doctest.rsest31-2/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-2/+2
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-7/+7
2022-07-10fix(doctest): treat fatal parse errors as incomplete attributesMichael Howell-23/+50
2022-07-11Remove box syntax from doctest.rsest31-7/+7
2022-07-01rustdoc: fix 98690pinkforest-2/+4
2022-06-19Preserve the path of the target spec json file for usage by rustdocbjorn3-2/+2
2022-05-26Formattinghafeoz-1/+3
2022-05-26Use correct var for attribute completeness fnhafeoz-1/+1
2022-05-24fix simple clippy lintsklensy-2/+2
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-11/+15
2022-05-02remove the special case for nonexported macro_rules! macrosYoshiki Matsuda-10/+0
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-2/+2
2022-04-21rustdoc: Unindent doc fragments on `Attributes` constructionVadim Petrochenkov-3/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-2/+2
2022-04-07rustdoc doctest: include signal number in exit statusMichael Howell-7/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+4
2022-04-05errors: implement fallback diagnostic translationDavid Wood-6/+22
2022-04-02Fix doctest multi-line mod attributes handlingGuillaume Gomez-8/+62
2022-03-25Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpiderbors-5/+5
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-7/+5
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-20/+19
2022-03-04librustdoc: adopt let else in more placesest31-7/+5
2022-03-02Use ? operator in one instance instead of manual matchest31-51/+48
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-5/+5
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-1/+7