summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-3/+8
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-1/+1
2023-04-28handle cfg(bootstrap)Pietro Albini-5/+0
2023-04-25pass `unused_extern_crates` in `librustdoc::doctest::make_test`ozkanonur-0/+4
2023-04-12Make rustdoc and rustc's help match exactlyJynn Nelson-0/+2
2023-03-23Remove `span` method from AttributesExt traitGuillaume Gomez-2/+3
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-0/+10
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