summaryrefslogtreecommitdiff
path: root/tests/rustdoc-ui/intra-doc
Commit message (Expand)AuthorAgeFilesLines
* move lint tests into subdirectoriesjyn2023-04-298-0/+159
* Move some rustdoc-ui tests to subdirectoriesjyn2023-04-292-0/+19
* Rollup merge of #110329 - aDotInTheVoid:json-inline-again, r=jyn514jyn2023-04-262-11/+0
|\
| * Move test from rustdoc-ui to rustdoc-jsonAlona Enraght-Moony2023-04-142-11/+0
* | rustdoc: fix ICE from rustc_resolve and librustdoc parse divergenceMichael Howell2023-04-182-0/+60
|/
* fix(doc): do not parse inline when output is json for external cratebohan2023-04-102-0/+11
* Bless rustdoc-ui test with new errors orderRémy Rakic2023-04-051-15/+15
* Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int...Guillaume Gomez2023-03-3125-47/+460
|\
| * Put back `is_derive_trait_collision` checkGuillaume Gomez2023-03-241-0/+22
| * Update UI tests for primitive type ambiguity error renamingGuillaume Gomez2023-03-249-25/+25
| * Add regression tests for #108653Guillaume Gomez2023-03-2418-25/+416
* | rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov2023-03-231-0/+13
|/
* rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov2023-03-212-0/+11
* rustdoc: Correctly merge import's and its target's docs in one more caseVadim Petrochenkov2023-03-171-0/+16
* Make `configure_and_expand` "infalllible" by just aborting the compilation if...Oli Scherer2023-02-201-3/+1
* Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726Dylan DPC2023-02-191-0/+27
|\
| * resolve: Fix doc links referring to other crates when documenting proc macro ...Vadim Petrochenkov2023-02-131-0/+27
* | rustdoc: Cleanup broken link callbacksVadim Petrochenkov2023-02-181-16/+16
|/
* rustdoc: Don't resolve link to field on different variantclubby7892023-02-112-1/+29
* Move /src/test to /testsAlbert Larsan2023-01-1168-0/+2133