about summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-5/+5
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-1/+7
2022-02-25Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomezMatthias Krüger-1/+7
2022-02-25Switch bootstrap cfgsMark Rousskov-2/+0
2022-02-25Rollup merge of #92714 - yanganto:ignore-message, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-1/+7
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-5/+2
2022-02-24Include ignore message in libtest outputAntonio Yang-0/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-5/+2
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+1
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+1
2022-02-13Remove Config::stderrbjorn3-1/+0
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-1/+2
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-2/+2
2022-01-28add allow_fail field in TestDesc to pass checkyuhaixin.hx-0/+2
2022-01-28remove allow_fail test flagyuhaixin.hx-1/+0
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-3/+4
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-2/+2
2021-12-12doctest: Rename `options` to `rustdoc_options`Noah Lev-26/+26
2021-12-12Rename `TestOptions` to `GlobalTestOptions`Noah Lev-7/+8
2021-12-12rustdoc: Coalesce some `run_test` args as one `LangString` argNoah Lev-19/+13
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-22/+9
2021-11-22fix(doctest): detect extern crate items in statement doctestsMichael Howell-7/+14
2021-11-18rustdoc doctest: detect `fn main` after an unexpected semicolonMichael Howell-10/+7
2021-11-08Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`Joshua Nelson-2/+4
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-4/+4
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-1/+1
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-1/+1
2021-10-01Replace whitespaces in doctests' name with dashesGuillaume Gomez-0/+1
2021-09-21Revert the rustdoc box syntax removalest31-6/+6
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-9/+13
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-02Rename walk_crate.Camille GILLOT-1/+1
2021-09-02Stop using walk_crate.Camille GILLOT-5/+2
2021-09-01Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514bors-1/+1
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-13/+15
2021-08-23Doctest persist full binaries when persistingPatrick Conrad-1/+1
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-6/+6
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-22Move calls to test_main into one functionGuillaume Gomez-7/+15
2021-07-18Don't capture child process output at all when --no-capture is usedGuillaume Gomez-4/+10
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+7
2021-07-13Remove renaming of `test` crateJoshua Nelson-12/+8
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-1/+1
2021-06-30Inline lower_to_hir.Camille GILLOT-1/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-2/+0
2021-06-21Don't reallocate the crate name when running doctestsJoshua Nelson-4/+5
2021-06-21Rename cratename -> crate_nameJoshua Nelson-17/+17
2021-06-21Remove unnecessary call to queries.crate_name()Joshua Nelson-3/+2