about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2022-07-01Shorten def_span for more items.Camille GILLOT-3/+2
2022-07-01rustdoc: fix 98690pinkforest-0/+11
2022-06-30add regression test for #79494Takayuki Maeda-0/+17
2022-06-27Finish rustdoc error improvementGuillaume Gomez-24/+192
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-1/+1
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-8/+8
2022-06-16bless rustdoc-ui testsklensy-8/+8
2022-06-13rustdoc: add missing articleMichael Howell-1/+1
2022-06-12rustdoc: change error message for invalid `#[doc(tuple_variadic)]`Michael Howell-0/+23
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+4
2022-05-26Remove few characters for tidy check to passhafeoz-1/+1
2022-05-26Add testshafeoz-0/+17
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+4
2022-05-15rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crateVadim Petrochenkov-17/+17
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