about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2020-11-23Apply `doc(cfg)` from parent items while collecting trait implsWim Looman-1/+43
2020-11-22Accept '!' in intra-doc linksCamelid-0/+3
2020-11-21Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieubors-2/+3
2020-11-21Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomezDylan DPC-0/+12
2020-11-21Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514Dylan DPC-0/+18
2020-11-21Add more tests for renamed itemsJoshua Nelson-0/+12
2020-11-18Add testHannah McLaughlin-0/+18
2020-11-18add [src] links to methods on a trait's pageNixon Enraght-Moony-0/+26
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-2/+3
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-0/+2
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-9/+7
2020-11-16Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomezMara Bos-0/+124
2020-11-15Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514Dylan DPC-0/+22
2020-11-14Add tests and improve rendering of features on traitsWim Looman-0/+124
2020-11-13Auto merge of #78683 - Nemo157:issue-78673, r=lcnrbors-0/+24
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+5
2020-11-13Fix wrong XPathAlexis Bourget-4/+6
2020-11-12Handle and test wildcard argumentsJoshua Nelson-2/+7
2020-11-12Don't reuse bindings for `ref mut`Joshua Nelson-0/+8
2020-11-12Add tests for rustdoc --check optionGuillaume Gomez-0/+5
2020-11-12Rollup merge of #78916 - lcnr:const-generics-tests, r=varkorGuillaume Gomez-0/+148
2020-11-12Use intradoc-links for the whole test, add a @has checkPoliorcetics-1/+2
2020-11-12Ignore tidy linelengthAlexis Bourget-0/+2
2020-11-12Add a test for r# identifiersAlexis Bourget-0/+17
2020-11-11add rustdoc testBastian Kauschke-0/+148
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-7/+4
2020-11-05Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomezMara Bos-6/+6
2020-11-02Check predicates from blanket trait impls while testing if they applyWim Looman-0/+24
2020-10-29Update testsGuillaume Gomez-0/+42