| Age | Commit message (Expand) | Author | Lines |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -1/+1 |
| 2022-07-29 | Remove box syntax from doctest.rs | est31 | -2/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -7/+7 |
| 2022-07-10 | fix(doctest): treat fatal parse errors as incomplete attributes | Michael Howell | -23/+50 |
| 2022-07-11 | Remove box syntax from doctest.rs | est31 | -7/+7 |
| 2022-07-01 | rustdoc: fix 98690 | pinkforest | -2/+4 |
| 2022-06-19 | Preserve the path of the target spec json file for usage by rustdoc | bjorn3 | -2/+2 |
| 2022-05-26 | Formatting | hafeoz | -1/+3 |
| 2022-05-26 | Use correct var for attribute completeness fn | hafeoz | -1/+1 |
| 2022-05-24 | fix simple clippy lints | klensy | -2/+2 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -11/+15 |
| 2022-05-02 | remove the special case for nonexported macro_rules! macros | Yoshiki Matsuda | -10/+0 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -2/+2 |
| 2022-04-21 | rustdoc: Unindent doc fragments on `Attributes` construction | Vadim Petrochenkov | -3/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -2/+2 |
| 2022-04-07 | rustdoc doctest: include signal number in exit status | Michael Howell | -7/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -1/+1 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -1/+4 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -6/+22 |
| 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 |