rust/tests/rustdoc-ui
bors 700938c078 Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister
Extend -Cdebuginfo with new options and named aliases

This is a rebase of https://github.com/rust-lang/rust/pull/83947, along with my best guess at what the new options mean. I tried to follow the LLVM source code to get a better idea but ran into quite a lot of trouble (https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/go-to-definition.20in.20src.2Fllvm-project.3F). The description for the original PR follows below.

Note that the changes in this PR have already been through FCP: https://github.com/rust-lang/rust/pull/83947#issuecomment-878384979

Closes https://github.com/rust-lang/rust/pull/109311. Helps with https://github.com/rust-lang/rust/pull/104968.
r? `@michaelwoerister` cc `@cuviper`

---

The -Cdebuginfo=1 option was never line tables only and can't be due to backwards compatibility issues. This was clarified and an option for emitting line tables only was added. Additionally an option for emitting line info directives only was added, which is needed for some targets, i.e. nvptx. The debug info options should now behave similarly to clang's debug info options.

Fix https://github.com/rust-lang/rust/issues/60020
Fix https://github.com/rust-lang/rust/issues/64405
2023-04-04 20:01:05 +00:00
..
auxiliary Add regression test for #107918 2023-02-24 18:15:56 +01:00
coverage Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
error-in-impl-trait Move /src/test to /tests 2023-01-11 09:32:08 +00:00
intra-doc Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-intra-doc2, r=oli-obk,notriddle 2023-03-31 22:32:48 +02:00
suggestions Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ambiguous-inherent-assoc-ty.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-item-not-in-scope.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-item-not-in-scope.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bare-urls.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bare-urls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bare-urls.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
block-doc-comment.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
block-doc-comment.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounded-hr-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounded-hr-lifetime.stderr Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
c-help.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
c-help.stdout Preserve, clarify, and extend debug information 2023-03-31 07:28:39 -04:00
cfg-test.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
cfg-test.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-attr-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-attr-test.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-cfg-test.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
check-cfg-test.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-cfg-test.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-cfg-unstable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-cfg-unstable.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-cfg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-cfg.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-doc-alias-attr-location.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-doc-alias-attr-location.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-doc-alias-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-doc-alias-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-fail.rs Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
check-fail.stderr Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
check.rs Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
check.stderr Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
commandline-argfile-badutf8.args Move /src/test to /tests 2023-01-11 09:32:08 +00:00
commandline-argfile-badutf8.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
commandline-argfile-badutf8.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
commandline-argfile-missing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
commandline-argfile-missing.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
commandline-argfile.args Move /src/test to /tests 2023-01-11 09:32:08 +00:00
commandline-argfile.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_arg_in_type_position.rs rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
const_arg_in_type_position.stderr rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
const-evalutation-ice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-evalutation-ice.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
crate-reference-in-block-module.rs rustdoc: Don't crash on crate references in blocks 2023-03-10 17:49:13 +01:00
crate-reference-in-block-module.stderr rustdoc: Don't crash on crate references in blocks 2023-03-10 17:49:13 +01:00
deny-intra-link-resolution-failure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deny-intra-link-resolution-failure.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deny-missing-docs-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deny-missing-docs-crate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deny-missing-docs-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deny-missing-docs-macro.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated-attrs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated-attrs.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deref-generic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
diagnostic-width.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
diagnostic-width.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
display-output.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
display-output.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc_cfg_hide.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc_cfg_hide.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-assoc-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-assoc-const.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-crate-level.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-crate-level.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-same-name.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-same-name.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-comment-multi-line-attr.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doc-comment-multi-line-attr.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-comment-multi-line-cfg-attr.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doc-comment-multi-line-cfg-attr.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-include-suggestion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-include-suggestion.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-spotlight.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-spotlight.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-spotlight.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-test-attr-pass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-test-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-test-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-test-doctest-feature.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doc-test-doctest-feature.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-test-rustdoc-feature.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doc-test-rustdoc-feature.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-without-codeblock.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-without-codeblock.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doctest-edition.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doctest-edition.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doctest-multiline-crate-attribute.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doctest-multiline-crate-attribute.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doctest-output.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doctest-output.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
expect-tool-lint-rfc-2383.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
expect-tool-lint-rfc-2383.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
failed-doctest-compile-fail.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
failed-doctest-compile-fail.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
failed-doctest-extra-semicolon-on-item.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
failed-doctest-extra-semicolon-on-item.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
failed-doctest-missing-codes.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
failed-doctest-missing-codes.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
failed-doctest-output-windows.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
failed-doctest-output-windows.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
failed-doctest-output.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
failed-doctest-output.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
failed-doctest-should-panic.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
failed-doctest-should-panic.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-doc_cfg_hide.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-doc_cfg_hide.stderr Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
feature-gate-rustdoc_missing_doc_code_examples.rs Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
feature-gate-rustdoc_missing_doc_code_examples.stderr Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
generate-link-to-definition-opt2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generate-link-to-definition-opt2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generate-link-to-definition-opt-unstable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generate-link-to-definition-opt-unstable.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generate-link-to-definition-opt.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generate-link-to-definition-opt.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ignore-block-help.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ignore-block-help.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-nesting.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-nesting.stderr Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
infinite-recursive-type-impl-trait-return.rs Update newly failing UI tests 2023-01-27 14:41:33 +01:00
infinite-recursive-type-impl-trait-return.stderr Update newly failing UI tests 2023-01-27 14:41:33 +01:00
infinite-recursive-type-impl-trait.rs Update newly failing UI tests 2023-01-27 14:41:33 +01:00
infinite-recursive-type-impl-trait.stderr Update newly failing UI tests 2023-01-27 14:41:33 +01:00
infinite-recursive-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
infinite-recursive-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid_associated_const.rs rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
invalid_associated_const.stderr rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
invalid_const_in_lifetime_position.rs rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
invalid_const_in_lifetime_position.stderr rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
invalid_infered_static_and_const.rs rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
invalid_infered_static_and_const.stderr rustdoc: run more HIR validation to mirror rustc 2023-03-30 14:55:03 +02:00
invalid-cfg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-cfg.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-doc-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-doc-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-html-self-closing-tag.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-html-self-closing-tag.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-html-tags.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-html-tags.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-keyword.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-keyword.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-syntax.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-syntax.stderr Emit a single error for contiguous sequences of Unicode homoglyphs 2023-01-12 00:15:32 +00:00
invalid-theme-name.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-theme-name.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-58473-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-58473.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61592-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61592-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61592.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61592.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61732.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61732.stderr Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
issue-74134.private.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-74134.public.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-74134.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79465.rs rustdoc: update with --bless and change expected errors 2023-03-30 14:55:03 +02:00
issue-79465.stderr rustdoc: update with --bless and change expected errors 2023-03-30 14:55:03 +02:00
issue-79467.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79467.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79494.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79494.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-80992.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
issue-80992.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-81662-shortness.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
issue-81662-shortness.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-83883-describe-lints.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-83883-describe-lints.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91134.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
issue-91134.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91713.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91713.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91713.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-96287.rs rustdoc: update with --bless and change expected errors 2023-03-30 14:55:03 +02:00
issue-96287.stderr rustdoc: update with --bless and change expected errors 2023-03-30 14:55:03 +02:00
issue-98690.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-98690.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-101076.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102986.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102986.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103997.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103997.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105334.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105334.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105737.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105737.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105742.rs rustdoc: tidy excess whitespace 2023-03-30 15:46:34 +02:00
issue-105742.stderr rustdoc: add error messages to the test 2023-03-30 14:55:03 +02:00
issue-106213.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-106213.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-106226.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-106226.stderr rustdoc: update with --bless and change expected errors 2023-03-30 14:55:03 +02:00
issue-107918.rs Don't run issue-107918.rs test on windows 2023-02-25 12:12:21 +01:00
issue-109282-import-inline-merge.rs Add regression test for #109282 2023-03-23 12:53:30 +01:00
lint-group.rs Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
lint-group.stderr Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
lint-missing-doc-code-example.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-missing-doc-code-example.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-docs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-docs.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-docs.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mismatched_arg_count.rs rustdoc: remove excess from rustdoc test 2023-03-30 14:55:03 +02:00
mismatched_arg_count.stderr rustdoc: remove excess from rustdoc test 2023-03-30 14:55:03 +02:00
no-crate-level-doc-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-crate-level-doc-lint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-run-flag-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-run-flag-error.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-run-flag.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
no-run-flag.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nocapture-fail.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
nocapture-fail.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nocapture-fail.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nocapture.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
nocapture.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nocapture.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
normalize-cycle.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
normalize-overflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
output-format-html-stable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private-doc-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private-item-doc-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private-item-doc-test.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private-public-item-doc-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private-public-item-doc-test.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
proc_macro_bug.rs Test rustdoc encountering proc_macro_derive in a non-proc-macro crate 2023-02-23 09:00:33 +00:00
proc_macro_bug.stderr Test rustdoc encountering proc_macro_derive in a non-proc-macro crate 2023-02-23 09:00:33 +00:00
pub-export-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pub-export-lint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
public-reexported-item-doc-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
range-pattern.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-deref-ice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
reference-link-reports-error-once.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
reference-link-reports-error-once.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
reference-links.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
reference-links.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
renamed-lint-still-applies.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
renamed-lint-still-applies.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
run-directory.correct.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
run-directory.incorrect.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
run-directory.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
rustc-check-passes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rustc-check-passes.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rustdoc-all-only-stable-lints.rs Only include stable lints in rustdoc::all group 2023-02-19 22:05:58 -08:00
scrape-examples-fail-if-type-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
scrape-examples-fail-if-type-error.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
scrape-examples-ice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
scrape-examples-wrong-options-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
scrape-examples-wrong-options-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
scrape-examples-wrong-options-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
scrape-examples-wrong-options-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
search-index-generics-recursion-bug-issue-59502.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-compile-fail1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-compile-fail1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-compile-fail2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-compile-fail2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-compile-fail3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-compile-fail3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-no_std.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
test-no_std.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-type.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
test-type.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
track-diagnostics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
track-diagnostics.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
tuple-variadic-check.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuple-variadic-check.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unable-fulfill-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unable-fulfill-trait.stderr rustdoc: update UI test for dropping "this" article 2023-02-23 11:59:26 -07:00
unknown-renamed-lints.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unknown-renamed-lints.stderr Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error 2023-02-20 15:28:59 +00:00
unparseable-doc-test.rs Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
unparseable-doc-test.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-braces-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-extern-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_both_out_dir_and_output_options.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_both_out_dir_and_output_options.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
wasm-safe.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
z-help.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
z-help.stdout Add -Z time-passes-format to allow specifying a JSON output for -Z time-passes 2023-03-21 18:18:25 +01:00