about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2022-04-02Add test for multi-line attribute handling in doctestsGuillaume Gomez-0/+18
2022-03-25Bless rustdoc tests.Camille GILLOT-30/+0
2022-03-15fix typosDylan DPC-1/+1
2022-03-02Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not...Matthias Krüger-0/+33
2022-03-01Add test to ensure it does not panic when an intra-doc link is generated from...Guillaume Gomez-0/+33
2022-02-27Rollup merge of #94399 - GuillaumeGomez:regression-test-79465, r=matthiaskrgrMatthias Krüger-0/+18
2022-02-26Add test for #79465 to prevent regressionGuillaume Gomez-0/+18
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-0/+50
2022-02-16rustdoc: resolve intra-doc links when checking HTMLMichael Howell-0/+94
2022-02-08Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkovMatthias Krüger-0/+9
2022-02-08Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddleMatthias Krüger-0/+21
2022-02-08Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr...Matthias Krüger-0/+213
2022-02-07Add test for block doc comments horizontal trimGuillaume Gomez-0/+21
2022-02-06rustdoc: Special-case macro lookups lessJoshua Nelson-0/+9
2022-02-01Use multipart suggestion for code wrappingMichael Howell-35/+40
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-0/+208
2022-01-28remove allow_fail test flagyuhaixin.hx-111/+16
2022-01-10Use Res instead of Disambiguator for `resolved` in `report_mismatch`Noah Lev-2/+2
2022-01-10Add test for disambiguator mismatch with crateNoah Lev-1/+17
2022-01-06Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=...Matthias Krüger-9/+2
2022-01-06Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomezMatthias Krüger-0/+45
2022-01-05Rustdoc: resolve associated traits for primitive typesMahdi Dibaiee-9/+2
2021-12-28Add regression test for #59502Noah Lev-0/+11
2021-12-29Improve rustdoc::private_doc_tests testsavitex-2/+33
2021-12-28Fix rustdoc::private_doc_tests lint for public re-exported itemsavitex-0/+14
2021-12-20Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors-20/+12
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-14/+4
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-20/+12
2021-12-11Rollup merge of #91717 - inashivb:issue-91713, r=jyn514Matthias Krüger-0/+38
2021-12-11Rollup merge of #91310 - hi-rustin:rustin-patch-rustdoc, r=jyn514Matthias Krüger-0/+3
2021-12-10Update src/test/rustdoc-ui/issue-91713.rsShivani Bhardwaj-0/+1
2021-12-09Add test for deprecation warning for --passesShivani Bhardwaj-0/+37
2021-12-05Do not warn in rustdoc test.Camille GILLOT-14/+4
2021-12-01Auto merge of #91433 - matthiaskrgr:rollup-118ql06, r=matthiaskrgrbors-0/+48
2021-12-01Use `try_normalize_erasing_regions` instead of a custom infer contextJoshua Nelson-0/+48
2021-12-01Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514bors-0/+53
2021-11-30Add --out-dir flag for rustdochi-rustin-0/+3
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-0/+53
2021-11-28Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514Matthias Krüger-1/+1
2021-11-28Change output path to {{build-base}}Deadbeef-1/+1
2021-11-26Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomezMatthias Krüger-7/+47
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-7/+47
2021-11-27Reduce the ICEDeadbeef-469/+1
2021-11-27Add ICE testDeadbeef-0/+472
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-3/+2
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-3/+2
2021-11-22Update issue-91134.stdoutMichael Howell-1/+1
2021-11-22fix(doctest): detect extern crate items in statement doctestsMichael Howell-0/+23
2021-11-18rustdoc doctest: detect `fn main` after an unexpected semicolonMichael Howell-0/+42
2021-11-08Add more missing methods to `IntraLinkCrateLoader`Joshua Nelson-0/+30