about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
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
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-0/+19
2021-10-29Unify titles in rustdoc book doc attributes chapterGuillaume Gomez-2/+2
2021-10-29Add tests for recursive derefGuillaume Gomez-0/+19
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+6
2021-10-22Revert def_id addition from clean::Function, add test forWill Crichton-3/+6
2021-10-20Add test to ensure that the missing_doc_code_examples is not triggered on for...Guillaume Gomez-1/+10
2021-10-17Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelidYuki Okushi-1/+0
2021-10-16Remove FIXME since there is nothing to be fixed.Guillaume Gomez-1/+0
2021-10-15Bless testsCameron Steffen-1/+1
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-0/+3
2021-10-06Simplify AttributesExt::cfg function and remove error emissions since they ar...Guillaume Gomez-0/+35
2021-10-05Add test case for `doc_cfg_hide` feature gateJoshua Nelson-0/+21
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-0/+38
2021-09-17Don't lint about missing code examples in derived traitsHans-0/+9
2021-09-14Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514bors-0/+33
2021-09-14Add test for --display-doctest-warnings optionGuillaume Gomez-0/+33
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-5/+5
2021-09-13Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors-0/+7