summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2022-05-08Support `#[expect]` attributes for rustdoc lints (RFC 2383)xFrednet-0/+185
2022-05-04Rollup merge of #96668 - GuillaumeGomez:fix-rustdoc-ui-flaky-test, r=petroche...Yuki Okushi-1/+2
2022-05-04Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomezbors-0/+44
2022-05-03Fix flaky rustdoc-ui test because it did not replace time resultGuillaume Gomez-1/+2
2022-05-01rustdoc: Track `macro_rules` scopes during early doc link resolutionVadim Petrochenkov-0/+64
2022-04-26rustdoc: Resolve doc links on fields during early resolutionVadim Petrochenkov-0/+44
2022-04-21rustdoc: Unindent doc fragments on `Attributes` constructionVadim Petrochenkov-2/+0
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-17/+1
2022-04-16Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillotDylan DPC-0/+17
2022-04-12Update src/test/rustdoc-ui/failed-doctest-output-windows.rsMichael Howell-1/+1
2022-04-11Fix line numbersMichael Howell-15/+15
2022-04-10Fix test case for windowsMichael Howell-0/+70
2022-04-10resolve: Create dummy bindings for all unresolved importsVadim Petrochenkov-0/+17
2022-04-07Fix test caseMichael Howell-1/+1
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-0/+30
2022-04-05resolve: Fix resolution of empty paths passed from rustdocVadim Petrochenkov-0/+18
2022-04-05Auto merge of #95337 - petrochenkov:doclink3, r=camelidbors-0/+19
2022-04-02Add test for multi-line attribute handling in doctestsGuillaume Gomez-0/+18
2022-03-31rustdoc: Fix resolution of `crate`-relative paths in doc linksVadim Petrochenkov-0/+19
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