summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
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
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-12Remove intermediate `collect`Roc Yu-5/+5
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