| Age | Commit message (Expand) | Author | Lines |
| 2023-01-02 | Add regression test for #96287 | Guillaume Gomez | -0/+32 |
| 2023-01-02 | Add regression test for #105742 | Guillaume Gomez | -0/+425 |
| 2023-01-02 | Add regression test for #105737 | Guillaume Gomez | -0/+16 |
| 2023-01-02 | Add regression test for #105334 | Guillaume Gomez | -0/+11 |
| 2023-01-02 | Add regression test for #106226 | Guillaume Gomez | -0/+12 |
| 2022-12-29 | Fix index out of bounds issues in rustdoc | yukang | -0/+16 |
| 2022-12-22 | Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddle | bors | -7/+34 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+1 |
| 2022-12-14 | bless rustdoc test for unstable options | Rémy Rakic | -0/+1 |
| 2022-12-11 | Auto merge of #105457 - GuillaumeGomez:prevent-auto-blanket-impl-retrieval, r... | bors | -0/+39 |
| 2022-12-10 | Migrate parts of `rustc_expand` to session diagnostics | nils | -2/+2 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -0/+20 |
| 2022-12-08 | Update rustdoc test to check its error output | Guillaume Gomez | -0/+20 |
| 2022-12-08 | Add regression test for #105404 | Guillaume Gomez | -0/+39 |
| 2022-12-07 | Update newly failing UI tests | Guillaume Gomez | -7/+34 |
| 2022-12-04 | Add -Z maximal-hir-to-mir-coverage flag | Will Crichton | -0/+1 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -6/+2 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -1/+0 |
| 2022-11-22 | Consolidate rustdoc's lint passes into a single pass | Noah Lev | -6/+2 |
| 2022-11-07 | Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddle | Dylan DPC | -0/+16 |
| 2022-11-07 | return `None` when def_kind is `DefKind::Use` | Takayuki Maeda | -0/+16 |
| 2022-11-03 | roll another resolution logic in rustdoc | Deadbeef | -19/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+21 |
| 2022-10-30 | Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddle | Dylan DPC | -6/+6 |
| 2022-10-27 | fix(rustdoc): add missing URL component for error messages | Weihang Lo | -6/+6 |
| 2022-10-26 | Adjust normalization | mejrs | -3/+3 |
| 2022-10-24 | rustdoc: parse self-closing tags and attributes in `invalid_html_tags` | Michael Howell | -0/+150 |
| 2022-10-24 | Add more normalization and tests | mejrs | -3/+7 |
| 2022-10-24 | Address some comments | mejrs | -0/+17 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+1 |
| 2022-10-14 | Add UI test for invalid `doc(cfg_hide(...))` attributes | Guillaume Gomez | -0/+51 |
| 2022-10-13 | Add test for issue 102986 | Maybe Waffle | -0/+18 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -22/+22 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -36/+5 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -36/+5 |
| 2022-10-10 | Update rustdoc tests | Guillaume Gomez | -13/+78 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -6/+6 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+0 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+0 |
| 2022-10-03 | Fix rustdoc ICE in invalid_rust_codeblocks lint | Nilstrieb | -1/+22 |
| 2022-10-01 | bless rustdoc-ui | Maybe Waffle | -48/+48 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -1/+0 |
| 2022-09-23 | rustdoc: Stabilize --diagnostic-width | Eric Huss | -1/+1 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -0/+1 |
| 2022-09-19 | Make the `normalize-overflow` rustdoc test actually do something | Joshua Nelson | -0/+2 |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -0/+1 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -1/+0 |
| 2022-09-14 | rustdoc: add test cases for turning ``[Vec<T>]`` into ``[`Vec<T>`]`` | Michael Howell | -1/+43 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -0/+1 |
| 2022-09-12 | Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill... | Guillaume Gomez | -1/+14 |