summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2021-05-05Revert PR 83866Pietro Albini-12/+0
2021-05-04manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-17/+0
2021-04-24Revert "rustdoc: Hide `#text` in doc-tests"David Hewitt-31/+0
2021-04-22rustdoc: Hide `#text` in doc-testsJoshua Nelson-0/+31
2021-04-17rustdoc: Give a more accurate span for anchor failuresJoshua Nelson-6/+18
2021-04-15Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviperDylan DPC-0/+5
2021-04-14rustdoc: Note that forbidding anchors in links to primitives is a bugJoshua Nelson-0/+5
2021-04-12Add explanatory note to `bare_urls` lintCamelid-0/+34
2021-04-12Rollup merge of #84079 - camelid:improve-bare-urls-test, r=jyn514Dylan DPC-18/+80
2021-04-10Run rustfix for `bare-urls` testCamelid-18/+80
2021-04-10Rename `url-improvements` test to `bare-urls`Camelid-18/+18
2021-04-09Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomezbors-9/+9
2021-04-09Add back missing trait testJoshua Nelson-9/+8
2021-04-09rustdoc: Don't generate blanket impls when running --show-coverageJoshua Nelson-0/+1
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-51/+72
2021-04-08Auto merge of #83866 - jyn514:disambiguator-error, r=camelidbors-0/+12
2021-04-08Rollup merge of #82497 - jyn514:json, r=CraftSpiderDylan DPC-0/+4
2021-04-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-0/+12
2021-04-06Fix handling of `--output-format json` flagJoshua Nelson-0/+4
2021-04-06Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPCbors-0/+33
2021-04-06Rollup merge of #83895 - eggyal:issue-83883, r=jyn514Dylan DPC-0/+33
2021-04-06Auto merge of #83875 - jyn514:diag_info, r=bugadanibors-5/+15
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-0/+33
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-13/+33
2021-04-05Use DiagnosticInfo for anchor failureJoshua Nelson-5/+15
2021-04-05Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomezDylan DPC-0/+7
2021-04-05Use more appropriate return type for `resolve_associated_item`Joshua Nelson-13/+33
2021-04-05Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514Dylan DPC-0/+21
2021-04-05Fix bug where rustc_lint would not apply renamed tool lintsJoshua Nelson-1/+26
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-8/+24
2021-04-05Remove 'unnecessary long for for link' warningJoshua Nelson-42/+22
2021-04-04Don't report disambiguator error if link would have been ignoredCamelid-0/+21
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-4/+1
2021-04-03Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkovbors-0/+20
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-0/+20
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-0/+34
2021-03-31Give a better error when --theme is not a CSS fileJoshua Nelson-0/+7
2021-03-28Add test for weird backticks placementCamelid-8/+23
2021-03-28Point to disambiguator instead of whole linkCamelid-12/+5
2021-03-26Lint on unknown intra-doc link disambiguatorsCamelid-0/+50
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-2/+2
2021-03-22rustdoc: Record crate name instead of using `None`Camelid-0/+17
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-12/+74
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-21/+10
2021-03-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-2/+2
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-0/+34
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-2/+2
2021-03-15Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwcoDylan DPC-4/+64
2021-03-14Tweak diagnosticsCamelid-8/+8
2021-03-14Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomezYuki Okushi-31/+40