about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9143/+0
2023-01-09Fix help docs for -Zallow-featuresEric Huss-1/+1
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-22/+22
2023-01-04Rename stock solver to classicMichael Goulet-1/+1
2023-01-04Update tests, etcMichael Goulet-1/+1
2023-01-04Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqdMatthias Krüger-1/+2
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-1/+2
2023-01-02Add regression test for #96287Guillaume Gomez-0/+32
2023-01-02Add regression test for #105742Guillaume Gomez-0/+425
2023-01-02Add regression test for #105737Guillaume Gomez-0/+16
2023-01-02Add regression test for #105334Guillaume Gomez-0/+11
2023-01-02Add regression test for #106226Guillaume Gomez-0/+12
2022-12-29Fix index out of bounds issues in rustdocyukang-0/+16
2022-12-22Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddlebors-7/+34
2022-12-20Add `-Zno-jump-tables`Miguel Ojeda-0/+1
2022-12-14bless rustdoc test for unstable optionsRémy Rakic-0/+1
2022-12-11Auto merge of #105457 - GuillaumeGomez:prevent-auto-blanket-impl-retrieval, r...bors-0/+39
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-2/+2
2022-12-09Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,...Matthias Krüger-0/+20
2022-12-08Update rustdoc test to check its error outputGuillaume Gomez-0/+20
2022-12-08Add regression test for #105404Guillaume Gomez-0/+39
2022-12-07Update newly failing UI testsGuillaume Gomez-7/+34
2022-12-04Add -Z maximal-hir-to-mir-coverage flagWill Crichton-0/+1
2022-12-04Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma...bors-6/+2
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-1/+0
2022-11-22Consolidate rustdoc's lint passes into a single passNoah Lev-6/+2
2022-11-07Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddleDylan DPC-0/+16
2022-11-07return `None` when def_kind is `DefKind::Use`Takayuki Maeda-0/+16
2022-11-03roll another resolution logic in rustdocDeadbeef-19/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+21
2022-10-30Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddleDylan DPC-6/+6
2022-10-27fix(rustdoc): add missing URL component for error messagesWeihang Lo-6/+6
2022-10-26Adjust normalizationmejrs-3/+3
2022-10-24rustdoc: parse self-closing tags and attributes in `invalid_html_tags`Michael Howell-0/+150
2022-10-24Add more normalization and testsmejrs-3/+7
2022-10-24Address some commentsmejrs-0/+17
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+1
2022-10-14Add UI test for invalid `doc(cfg_hide(...))` attributesGuillaume Gomez-0/+51
2022-10-13Add test for issue 102986Maybe Waffle-0/+18
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-22/+22
2022-10-12Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillotDylan DPC-36/+5
2022-10-10Check representability in adt_sized_constraintCameron Steffen-36/+5
2022-10-10Update rustdoc testsGuillaume Gomez-13/+78
2022-10-07Rewrite representabilityCameron Steffen-6/+6
2022-10-06Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwcoMatthias Krüger-1/+0
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+0
2022-10-03Fix rustdoc ICE in invalid_rust_codeblocks lintNilstrieb-1/+22
2022-10-01bless rustdoc-uiMaybe Waffle-48/+48
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-1/+0
2022-09-23rustdoc: Stabilize --diagnostic-widthEric Huss-1/+1