| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | Add test for primitive in "jump to definition" feature | Guillaume Gomez | -1/+24 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -1/+1 |
| 2021-09-12 | Fix `no_core` and `no_std` rustdoc tests on Windows | Guillaume Gomez | -1/+4 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -0/+10 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -8/+43 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -2/+12 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -1/+1 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -0/+16 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -0/+34 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -0/+18 |
| 2021-09-08 | Add tests to ensure that <table> don't break doc blocks width anymore | Guillaume Gomez | -0/+16 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -0/+34 |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -0/+9 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -1/+10 |
| 2021-09-01 | Add tests for implementors associated types display | Guillaume Gomez | -1/+10 |
| 2021-08-31 | Apply suggestions | Deadbeef | -1/+3 |
| 2021-08-31 | Report variant size without the discriminant | Deadbeef | -1/+2 |
| 2021-08-31 | Report Layout of enum variants | Deadbeef | -0/+6 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -5/+3 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -1/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -1/+1 |
| 2021-08-29 | Add regression test | inquisitivecrystal | -0/+19 |
| 2021-08-28 | Update tests | inquisitivecrystal | -0/+58 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -4/+10 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -0/+8 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -4/+2 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -3/+25 |
| 2021-08-05 | Fix URL conflict for std type | Guillaume Gomez | -1/+1 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -3/+9 |
| 2021-08-05 | Generate links for modules as well | Guillaume Gomez | -4/+5 |
| 2021-08-05 | Add test for source code pages URLs | Guillaume Gomez | -0/+55 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -2/+38 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -3/+3 |
| 2021-07-26 | Add test for enum item tuple fields documentation | Guillaume Gomez | -2/+19 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -191/+191 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -191/+191 |
| 2021-07-25 | Add test for tuple struct documentation fields | Guillaume Gomez | -0/+19 |
| 2021-07-22 | Don't hide fields of enum struct variants | Noah Lev | -4/+2 |
| 2021-07-22 | Rollup merge of #87288 - ijackson:rustdoc-theme, r=GuillaumeGomez | Guillaume Gomez | -0/+7 |
| 2021-07-22 | Add tests for default-settings | Guillaume Gomez | -0/+7 |
| 2021-07-21 | Rollup merge of #87024 - weihanglo:issue-85494, r=Manishearth | Eric Huss | -7/+38 |
| 2021-07-17 | Fix test cases for header titles in sidebar | Michael Howell | -11/+11 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -0/+22 |
| 2021-07-15 | add assertions on existing tests with missing doc source | François Mockers | -0/+2 |
| 2021-07-12 | Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee | bors | -0/+142 |
| 2021-07-11 | rustdoc: test count of item contents when hidden | Weihang Lo | -7/+38 |
| 2021-07-10 | Change all 'optflag' arguments to 'optflagmulti' | Zach Lute | -0/+4 |
| 2021-07-07 | Only show restricted pub use | Guillaume Gomez | -0/+5 |
| 2021-07-07 | Add tests for reexports (both public and private) | Guillaume Gomez | -14/+137 |