summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
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
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