about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
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
2022-07-28rustdoc: align invalid-html-tags lint with commonmark specMichael Howell-1/+19
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-1/+1
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+1
2022-07-25feat: impl export-executable-symbolscsmoe-0/+1
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+1
2022-07-20Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-deadDylan DPC-0/+1
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-0/+1
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-5/+5
2022-07-15passes: migrate half of `check_attr`David Wood-5/+5
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+1
2022-07-12Update -zhelp and -chelp rustdoc-ui tests to use regex-error-patternGuillaume Gomez-0/+4
2022-07-11Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut...Matthias Krüger-0/+16
2022-07-11Add tests for -Chelp and -ZhelpGuillaume Gomez-0/+254
2022-07-10fix(doctest): treat fatal parse errors as incomplete attributesMichael Howell-0/+16
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-0/+20
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-3/+3
2022-07-06session: `terminal-width` -> `output-width`David Wood-3/+3
2022-07-06sess: stabilize `--terminal-width`David Wood-0/+20
2022-07-06replace `guess_head_span` with `def_span`Takayuki Maeda-1/+1
2022-07-04add regression test for #79467Takayuki Maeda-0/+17
2022-07-03Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomezRalf Jung-193/+26
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-193/+26
2022-07-02Rollup merge of #98653 - TaKO8Ki:add-regression-test-for-79494, r=Mark-Simula...Dylan DPC-0/+17
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-0/+11
2022-07-01Shorten def_span for more items.Camille GILLOT-3/+2
2022-07-01rustdoc: fix 98690pinkforest-0/+11
2022-06-30add regression test for #79494Takayuki Maeda-0/+17
2022-06-27Finish rustdoc error improvementGuillaume Gomez-24/+192
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-1/+1
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-8/+8
2022-06-16bless rustdoc-ui testsklensy-8/+8
2022-06-13rustdoc: add missing articleMichael Howell-1/+1
2022-06-12rustdoc: change error message for invalid `#[doc(tuple_variadic)]`Michael Howell-0/+23
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+4
2022-05-26Remove few characters for tidy check to passhafeoz-1/+1
2022-05-26Add testshafeoz-0/+17
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+4
2022-05-15rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crateVadim Petrochenkov-17/+17
2022-05-08Support `#[expect]` attributes for rustdoc lints (RFC 2383)xFrednet-0/+185
2022-05-04Rollup merge of #96668 - GuillaumeGomez:fix-rustdoc-ui-flaky-test, r=petroche...Yuki Okushi-1/+2