| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Use target exe_suffix for doctests | Jubilee Young | -2/+14 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -1/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+3 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -1/+2 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+3 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -1/+1 |
| 2022-10-19 | Clean up rustdoc startup. | Nicholas Nethercote | -5/+4 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -2/+1 |
| 2022-09-16 | Do not panic when a test function returns Result::Err. | Bradford Hovinen | -0/+1 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -1/+2 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -7/+2 |
| 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 |