summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-02-04Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-0/+32
2021-01-20Add `@!has` checks to ensure private items don't have `pub`Camelid-0/+4
2021-01-20Merge `pub-restricted` and `visibility` testCamelid-39/+34
2021-01-20Prefer `pub(crate)` over no modifierCamelid-5/+5
2021-01-20Fix bugs; fix and add testsCamelid-17/+30
2020-12-25Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandryDylan DPC-0/+44
2020-12-24Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N...bors-6/+5
2020-12-23Update HTML DOM attribute "edition" to "data-edition"Guillaume Gomez-1/+1
2020-12-23Add more testsJoshua Nelson-0/+15
2020-12-22Fix elided lifetimes shown as `'_` on async functionsJoshua Nelson-0/+29
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-2/+10
2020-12-14Add test case for Self:: linksDániel Buga-0/+14
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+43
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+16
2020-12-06Auto merge of #78609 - lcnr:rustdoc-const-eval, r=matthewjasperbors-0/+0
2020-12-05Update testsGuillaume Gomez-6/+5
2020-12-04Rollup merge of #79638 - jyn514:intra-link-self-raw, r=ManishearthDylan DPC-0/+13
2020-12-03Render Markdown in search resultsCamelid-4/+5
2020-12-02Use `item_name` instead of pretty printingJoshua Nelson-0/+13
2020-12-01rustdoc: move lazy norm tests into const-genericsBastian Kauschke-0/+0
2020-12-01Rollup merge of #79548 - CraftSpider:76998, r=jyn514Mara Bos-0/+10
2020-12-01Rollup merge of #79527 - jyn514:intra-doc-tests, r=ManishearthMara Bos-258/+254
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-1/+1
2020-11-30Auto merge of #76467 - jyn514:intra-link-self, r=Manishearthbors-0/+49
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-0/+10
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-1/+1
2020-11-29Add test for cross-crate SelfJoshua Nelson-0/+13
2020-11-29Fix intra-doc links for `Self` on primitivesJoshua Nelson-0/+36
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-0/+2
2020-11-29Auto merge of #79455 - CraftSpider:master, r=jyn514bors-0/+53
2020-11-29Update tests to remove old numeric constantsbstrie-0/+2
2020-11-28Add test for macro by example syntax in decl macros with only one optionRune Tynan-0/+7
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-0/+5
2020-11-29Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514Dylan DPC-7/+7
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-258/+254
2020-11-28Add support for multi-argument decl macrosRune Tynan-0/+17
2020-11-28Update src/test/rustdoc/decl_macro_priv.rsRune Tynan-0/+1
2020-11-27Update decl_macro test, add decl_macro_priv test for --document-private-itemsRune Tynan-3/+15
2020-11-27Add test, fix pub macro impl, compile errorRune Tynan-0/+16
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+1
2020-11-27Add tests for doc_keyword feature extensionGuillaume Gomez-0/+5
2020-11-26Auto merge of #77467 - jyn514:query-docs, r=oli-obkbors-0/+80
2020-11-26Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514Jonas Schievink-6/+0
2020-11-25Clean up rustdoc tests by removing unnecessary featuresGuillaume Gomez-6/+0
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-16/+16
2020-11-24Use the name "auto traits" everywhere in the compilerCamelid-9/+9
2020-11-24Track `ParamEnv`s properlyJoshua Nelson-1/+6
2020-11-24Normalize `<X as Y>::T` for rustdocJoshua Nelson-0/+75
2020-11-24Rename "stability" CSS class to "item-info"Guillaume Gomez-7/+7
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-7/+7