about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-934/+0
2022-11-28rustdoc: remove `fnname` CSS class that's styled exactly like `fn`Michael Howell-1/+1
2022-11-04rustdoc: add test for cross-crate trait-object typesLeón Orell Valerian Liehr-0/+48
2022-11-04rustdoc: move cross-crate lifetime/outlives bounds on GAT params from where-c...León Orell Valerian Liehr-1/+5
2022-11-04rustdoc: render unnamed arguments as underscores in cross-crate functions & f...León Orell Valerian Liehr-2/+2
2022-10-23Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomezMichael Howell-0/+33
2022-10-19rustdoc: render bounds of cross-crate GAT paramsLeón Orell Valerian Liehr-8/+11
2022-10-19rustdoc: Do not filter out `Self: Sized` boundsLeón Orell Valerian Liehr-0/+33
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-5/+29
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-0/+82
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-0/+82
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-31/+31
2022-08-13Update `@!has` name in testsNoah Lev-4/+4
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-7/+7
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-7/+7
2022-07-01Shorten def_span for more items.Camille GILLOT-1/+1
2022-05-27rustdoc: add test case for the implementors JS file placementMichael Howell-0/+43
2022-04-14Error on `#[rustc_deprecated]`Jacob Pratt-2/+1
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-3/+2
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-33/+33
2021-06-28Add test for item-table with resize to mobileStefan Schindler-2/+4
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-2/+2
2021-06-02Update rustdoc testsGuillaume Gomez-8/+8
2021-05-30Remove toggle for "undocumented items."Jacob Hoffman-Andrews-8/+4
2021-05-02Update testsGuillaume Gomez-4/+8
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-1/+1
2021-02-07Enable smart punctuationCamelid-1/+1
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-2/+3
2020-07-02Update rustdoc testsGuillaume Gomez-2/+2
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-0/+21
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-11-07Add more --extern tests.Eric Huss-1/+1
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-1/+19
2019-09-21add rustdoc test for async fn reexportcsmoe-1/+19
2019-09-17Generate proc macro harness in AST order.Aaron Hill-1/+12
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-4/+4
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-9/+17
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-9/+17
2019-08-19Fix ICE with `impl Trait` in type boundsShotaro Yamada-0/+8
2019-08-19Fix tidyShotaro Yamada-2/+6
2019-08-19Support nested `impl Trait`Shotaro Yamada-0/+8
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-0/+10
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-0/+20
2019-07-27Use doc comments from 'pub use' statementsAaron Hill-0/+13
2019-07-16Update testsGuillaume Gomez-4/+4
2019-04-22Remove double trailing newlinesvarkor-3/+0
2019-04-14rustdoc: Remove default keyword from re-exported trait methodsOliver Middleton-0/+36
2019-01-31rustdoc: wrap stability tags in colored spansAndy Russell-1/+2
2018-12-25Remove licensesMark Rousskov-321/+1