| Age | Commit message (Expand) | Author | Lines |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -8/+62 |
| 2022-03-25 | Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpider | bors | -5/+5 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -7/+5 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -20/+19 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -7/+5 |
| 2022-03-02 | Use ? operator in one instance instead of manual match | est31 | -51/+48 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-02-25 | Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr | bors | -1/+7 |
| 2022-02-25 | Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomez | Matthias Krüger | -1/+7 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+0 |
| 2022-02-25 | Rollup merge of #92714 - yanganto:ignore-message, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -1/+7 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -5/+2 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -0/+2 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -5/+2 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+1 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -1/+0 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -1/+2 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-01-28 | add allow_fail field in TestDesc to pass check | yuhaixin.hx | -0/+2 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -1/+0 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -3/+4 |
| 2022-01-12 | Remove intermediate `collect` | Roc Yu | -5/+5 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -2/+2 |
| 2021-12-12 | doctest: Rename `options` to `rustdoc_options` | Noah Lev | -26/+26 |
| 2021-12-12 | Rename `TestOptions` to `GlobalTestOptions` | Noah Lev | -7/+8 |
| 2021-12-12 | rustdoc: Coalesce some `run_test` args as one `LangString` arg | Noah Lev | -19/+13 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -22/+9 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -7/+14 |
| 2021-11-18 | rustdoc doctest: detect `fn main` after an unexpected semicolon | Michael Howell | -10/+7 |
| 2021-11-08 | Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()` | Joshua Nelson | -2/+4 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -4/+4 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -1/+1 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -1/+1 |
| 2021-10-01 | Replace whitespaces in doctests' name with dashes | Guillaume Gomez | -0/+1 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -6/+6 |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -9/+13 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -1/+1 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -5/+2 |
| 2021-09-01 | Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514 | bors | -1/+1 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -13/+15 |
| 2021-08-23 | Doctest persist full binaries when persisting | Patrick Conrad | -1/+1 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -6/+6 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-22 | Move calls to test_main into one function | Guillaume Gomez | -7/+15 |
| 2021-07-18 | Don't capture child process output at all when --no-capture is used | Guillaume Gomez | -4/+10 |