summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-54/+56
2021-06-24Fixing the test rustdoc by ignoring `*[@id="module-item"]//following-sibling:...Stefan Schindler-3/+3
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-15/+15
2021-06-23Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514Dylan DPC-0/+25
2021-06-22Add test for macro disambiguatorsLeSeulArtichaut-0/+25
2021-06-22Account for more casesDeadbeef-4/+19
2021-06-22Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514Yuki Okushi-0/+19
2021-06-22Do not list impl when trait has doc(hidden)Deadbeef-0/+25
2021-06-21Readd `unsafe` keyword in testsDeadbeef-6/+6
2021-06-21Removed/Updated some cases and simplified `match`Deadbeef-28/+3
2021-06-21Added some tests for `unsafe` in const-dispay.rsDeadbeef-6/+47
2021-06-21Check for const_unstable before printing `const`Deadbeef-4/+4
2021-06-21Resolve type aliases to the type they point to in intra-doc linksLeSeulArtichaut-0/+19
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-0/+2
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-0/+8
2021-06-18rustdoc: Render `<Self as X>::Y` type casts properly across crate boundsJustus K-1/+30
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-17/+17
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-0/+41
2021-06-18Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=...bors-0/+44
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-9/+1
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-3/+3
2021-06-16Remove methods under Implementors on trait pagesJacob Hoffman-Andrews-20/+0
2021-06-16rename test-casesTrinity Pointard-4/+4
2021-06-16Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqdYuki Okushi-0/+20
2021-06-16Rollup merge of #86242 - BoxyUwU:rustdoc-const-evaluatable-ice, r=oli-obkYuki Okushi-0/+7
2021-06-15Add test for safe intrinsicsGuillaume Gomez-0/+20
2021-06-15remove code for recursive Deref in sidebarTrinity Pointard-0/+22
2021-06-15fix rustdoc stack overflow on mutually recursive DerefTrinity Pointard-0/+22
2021-06-15Rollup merge of #86277 - jsha:remove-must-use, r=ManishearthYuki Okushi-42/+1
2021-06-15Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514bors-66/+18
2021-06-13Remove must_use from ALLOWED_ATTRIBUTESJacob Hoffman-Andrews-42/+1
2021-06-12add `@has`Ellen-0/+2
2021-06-12lineEllen-1/+1
2021-06-12dont ICE on `ConstEvaluatable` predicatesEllen-0/+5
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-2/+2
2021-06-10regression test for issue 82465.Felix S. Klock II-0/+16
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-66/+2
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-0/+6
2021-06-07use channel-relative urls in rustdoc/intra-doc/field.rsPietro Albini-2/+2
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-19/+6
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-75/+74
2021-06-05Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomezYuki Okushi-0/+4
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-75/+74
2021-06-04Remove `doc(include)`Joshua Nelson-19/+6
2021-06-03add testEllen-0/+6
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-1/+2
2021-06-02Update rustdoc testsGuillaume Gomez-94/+100
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-81/+82
2021-05-31Update rustdoc testGuillaume Gomez-1/+2
2021-05-30Remove toggle for "undocumented items."Jacob Hoffman-Andrews-44/+60