| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-07 | Add test for reexported macros 2.0 rendering | Guillaume Gomez | -0/+14 |
| 2021-07-06 | add check on anchor link | François Mockers | -0/+1 |
| 2021-07-06 | add mcve as test | François Mockers | -0/+19 |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -10/+55 |
| 2021-07-03 | rustc_ast_pretty: Don't print space after `$` | Noah Lev | -15/+19 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -15/+14 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -0/+12 |
| 2021-06-28 | Add regression test for #86208 | Noah Lev | -0/+42 |
| 2021-06-28 | Add test for item-table with resize to mobile | Stefan Schindler | -10/+13 |
| 2021-06-26 | Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG... | bors | -1/+30 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -12/+61 |
| 2021-06-26 | Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantilla | Yuki Okushi | -0/+76 |
| 2021-06-25 | Renamed test and added test for same crate | Deadbeef | -3/+39 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -54/+56 |
| 2021-06-24 | Fixing the test rustdoc by ignoring `*[@id="module-item"]//following-sibling:... | Stefan Schindler | -3/+3 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -15/+15 |
| 2021-06-23 | Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 | Dylan DPC | -0/+25 |
| 2021-06-22 | Add test for macro disambiguators | LeSeulArtichaut | -0/+25 |
| 2021-06-22 | Account for more cases | Deadbeef | -4/+19 |
| 2021-06-22 | Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514 | Yuki Okushi | -0/+19 |
| 2021-06-22 | Do not list impl when trait has doc(hidden) | Deadbeef | -0/+25 |
| 2021-06-21 | Readd `unsafe` keyword in tests | Deadbeef | -6/+6 |
| 2021-06-21 | Removed/Updated some cases and simplified `match` | Deadbeef | -28/+3 |
| 2021-06-21 | Added some tests for `unsafe` in const-dispay.rs | Deadbeef | -6/+47 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -4/+4 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -0/+19 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -0/+2 |