| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -1/+2 |
| 2021-06-02 | Update rustdoc tests | Guillaume Gomez | -94/+100 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -81/+82 |
| 2021-05-31 | Update rustdoc test | Guillaume Gomez | -1/+2 |
| 2021-05-30 | Remove toggle for "undocumented items." | Jacob Hoffman-Andrews | -44/+60 |
| 2021-05-26 | Update trait toggle test | Guillaume Gomez | -1/+5 |
| 2021-05-23 | Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpider | bors | -0/+17 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -1/+2 |
| 2021-05-19 | rustdoc: add test for issue-85454 | Justus K | -0/+17 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -1/+0 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+0 |
| 2021-05-16 | Add test for trait toggle location | Jacob Hoffman-Andrews | -0/+7 |
| 2021-05-11 | Disable layout docs for type aliases for now | Camelid | -4/+0 |
| 2021-05-11 | Add note to docs when layout cannot be computed | Camelid | -1/+9 |
| 2021-05-11 | Add test case for zero-sized types | Camelid | -0/+4 |
| 2021-05-11 | Make test more specific | Camelid | -1/+1 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+6 |
| 2021-05-11 | Show memory layout for type aliases | Camelid | -1/+2 |
| 2021-05-11 | Add test for memory layout information | Camelid | -0/+43 |
| 2021-05-10 | Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jsha | bors | -10/+10 |
| 2021-05-10 | Update rustdoc test | Guillaume Gomez | -10/+10 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -0/+8 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -0/+8 |
| 2021-05-03 | Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 | Dylan DPC | -0/+11 |
| 2021-05-03 | Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514 | Dylan DPC | -0/+15 |
| 2021-05-02 | PR feedback | Scott McMurray | -5/+9 |
| 2021-05-02 | Do not print visibility in external traits | Justus K | -0/+11 |
| 2021-05-02 | Update tests | Guillaume Gomez | -30/+42 |
| 2021-05-01 | RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo | Scott McMurray | -0/+11 |
| 2021-04-28 | rustdoc: update auto_aliases test case with data-aliases attribute | Michael Howell | -1/+1 |
| 2021-04-27 | Update impl DOM test | Guillaume Gomez | -5/+5 |
| 2021-04-27 | Add test for new DOM for empty impls | Guillaume Gomez | -0/+19 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -42/+42 |
| 2021-04-24 | Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-04-20 | Just merge all of the <title> tests into one | Smitty | -7/+8 |
| 2021-04-20 | Add test for title of root page in item-title.rs | Smitty | -3/+2 |
| 2021-04-20 | Merge mod-title and item-title tests | Smitty | -12/+1 |
| 2021-04-20 | Write Rustdoc titles like "x in crate::mod - Rust" | Smitty | -0/+48 |
| 2021-04-19 | rustdoc: use details tag for trait implementors | Jacob Hoffman-Andrews | -42/+42 |
| 2021-04-19 | rustdoc: Convert sub-variant toggle to HTML | Arpad Borsos | -1/+2 |
| 2021-04-18 | Test Deprecated, Portability, and Unstable. | Tor Hovland | -3/+76 |
| 2021-04-18 | Now also displays portability tags. | Tor Hovland | -7/+22 |
| 2021-04-18 | Added a test. | Tor Hovland | -0/+21 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -135/+150 |
| 2021-04-16 | Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514 | bors | -0/+17 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -8/+163 |
| 2021-04-13 | remove line length ignore | François Mockers | -2/+0 |
| 2021-04-13 | forgot test assertions for default method | François Mockers | -0/+2 |
| 2021-04-13 | add test | François Mockers | -0/+65 |
| 2021-04-12 | Update attribute tests | Manish Goregaokar | -8/+8 |