about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
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
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