summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
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
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-38/+7
2021-09-10Add test for enum tuple variants and tuple struct doc countGuillaume Gomez-2/+71
2021-09-09Allow missing code examples in trait impls.Hans Niklas Jacob-0/+7
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-0/+19
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-0/+19
2021-09-01rustdoc: Don't panic on ambiguous inherent associated typesNoah Lev-0/+32
2021-08-28Update testsinquisitivecrystal-1/+1
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-0/+20
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-0/+20
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-16Move working checks into separate test filesGuillaume Gomez-2/+8
2021-08-16Add UI tests for doc(test(...)) attribute checksGuillaume Gomez-0/+50
2021-08-16feature gate doc(primitive)Joshua Nelson-0/+1
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-5/+5
2021-08-11Modify structured suggestion outputEsteban Küber-55/+62
2021-08-05Ensure that --generate-link-to-definition is only used with HTML output and i...Guillaume Gomez-0/+24
2021-07-29Auto merge of #87285 - GuillaumeGomez:intra-doc-span, r=estebankbors-92/+166
2021-07-29Update rustdoc-ui tests for intra-doc links errorsGuillaume Gomez-92/+166
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-2/+2
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+3
2021-07-26Add test for enum item tuple fields documentationGuillaume Gomez-2/+2
2021-07-20Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebankbors-1/+1