about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
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
2022-09-22Rollup merge of #102037 - jyn514:normalize-docs, r=lcnrDylan DPC-0/+1
2022-09-19Make the `normalize-overflow` rustdoc test actually do somethingJoshua Nelson-0/+2
2022-09-19Make cycle errors recoverableJoshua Nelson-0/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+0
2022-09-14rustdoc: add test cases for turning ``[Vec<T>]`` into ``[`Vec<T>`]``Michael Howell-1/+43
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-0/+1
2022-09-12Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill...Guillaume Gomez-1/+14
2022-09-12Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG...Guillaume Gomez-34/+82
2022-09-12Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui...Guillaume Gomez-10/+250
2022-09-12rustdoc: fix treatment of backslash-escaped HTMLMichael Howell-1/+14
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-34/+82
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-10/+250
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+1
2022-09-09Add inline-llvm option for disabling/enabling LLVM inliningYan Chen-0/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-28extend attrs if local_def_id existsTakayuki Maeda-0/+14
2022-08-12Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnrDylan DPC-0/+1
2022-08-07add -Zextra-const-ub-checks to enable more UB checking in const-evalRalf Jung-0/+1
2022-08-07Remove even more box syntax uses from src/testest31-5/+5
2022-08-03Rollup merge of #100029 - hdelc:master, r=cjgillotMatthias Krüger-1/+1
2022-08-02Add items to `DocAliasBadLocation` check error match armhdelc-1/+1
2022-08-01Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+21
2022-08-01Make Rustdoc exit with correct error code when scrape examples from invalid f...Will Crichton-0/+21
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-1/+1
2022-07-30Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,...Matthias Krüger-1/+19
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-0/+1