about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+1
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-23Rename `optin_builtin_traits` to `auto_traits`Camelid-7/+7
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
2020-10-26Add test for doc comments unindent fixGuillaume Gomez-0/+23
2020-10-25(rustdoc) fix test for trait impl displayFlorian Warzecha-6/+6
2020-10-23Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514Yuki Okushi-0/+12
2020-10-17Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27Dylan DPC-0/+7
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-19/+196
2020-10-13fixup! Avoid extraneous space between visibility kw and ident for staticsayazhafiz-3/+3
2020-10-13Avoid extraneous space between visibility kw and ident for staticsayazhafiz-0/+12
2020-10-12Add test for compiler reexports removalGuillaume Gomez-0/+7
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-2/+23
2020-10-10Re-enable test caseDániel Buga-2/+1
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-0/+59
2020-10-09Move `@has` checks closer to corresponding doc commentsCamelid-15/+19
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-2/+0