| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -0/+8 |
| 2021-06-18 | rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds | Justus K | -1/+30 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -17/+17 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -0/+41 |
| 2021-06-18 | Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=... | bors | -0/+44 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -9/+1 |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -20/+0 |
| 2021-06-16 | rename test-cases | Trinity Pointard | -4/+4 |
| 2021-06-16 | Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd | Yuki Okushi | -0/+20 |
| 2021-06-16 | Rollup merge of #86242 - BoxyUwU:rustdoc-const-evaluatable-ice, r=oli-obk | Yuki Okushi | -0/+7 |
| 2021-06-15 | Add test for safe intrinsics | Guillaume Gomez | -0/+20 |
| 2021-06-15 | remove code for recursive Deref in sidebar | Trinity Pointard | -0/+22 |
| 2021-06-15 | fix rustdoc stack overflow on mutually recursive Deref | Trinity Pointard | -0/+22 |
| 2021-06-15 | Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth | Yuki Okushi | -42/+1 |
| 2021-06-15 | Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514 | bors | -66/+18 |
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -42/+1 |
| 2021-06-12 | add `@has` | Ellen | -0/+2 |
| 2021-06-12 | line | Ellen | -1/+1 |
| 2021-06-12 | dont ICE on `ConstEvaluatable` predicates | Ellen | -0/+5 |
| 2021-06-10 | Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-06-10 | regression test for issue 82465. | Felix S. Klock II | -0/+16 |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -66/+2 |
| 2021-06-09 | Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk | Yuki Okushi | -0/+6 |
| 2021-06-07 | use channel-relative urls in rustdoc/intra-doc/field.rs | Pietro Albini | -2/+2 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -19/+6 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -75/+74 |
| 2021-06-05 | Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomez | Yuki Okushi | -0/+4 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -75/+74 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -19/+6 |
| 2021-06-03 | add test | Ellen | -0/+6 |
| 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 |