about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2020-12-20Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv`Aaron Hill-0/+37
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
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