rust/tests/ui/debuginfo
Vadim Petrochenkov 98804c1786 debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[collapse_debuginfo]`
`-Z debug-macros` is "stabilized" by enabling it by default and removing.

`-Z collapse-macro-debuginfo` is stabilized as `-C collapse-macro-debuginfo`.
It now supports all typical boolean values (`parse_opt_bool`) in addition to just yes/no.

Default value of `collapse_debuginfo` was changed from `false` to `external` (i.e. collapsed if external, not collapsed if local).
`#[collapse_debuginfo]` attribute without a value is no longer supported to avoid guessing the default.
2024-04-25 22:14:47 +03:00
..
auxiliary Port over backtrace's `line-tables-only` test to a ui test 2024-04-07 15:25:38 +00:00
backtrace-dylib-dep.rs debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[collapse_debuginfo]` 2024-04-25 22:14:47 +03:00
backtrace-line-tables-only.rs Port over backtrace's `line-tables-only` test to a ui test 2024-04-07 15:25:38 +00:00
debuginfo-box-with-large-allocator.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
debuginfo-emit-llvm-ir-and-split-debuginfo.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
debuginfo-type-name-layout-ice-94961-1.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
debuginfo-type-name-layout-ice-94961-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
debuginfo-type-name-layout-ice-94961-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
debuginfo-type-name-layout-ice-94961-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
debuginfo_with_uninhabitable_field_and_unsized.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-105386-debuginfo-ub.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
late-bound-projection.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
msvc-strip-debuginfo.rs Ignore `-C strip` on MSVC 2024-04-05 08:18:01 +09:00
msvc-strip-symbols.rs Ignore `-C strip` on MSVC 2024-04-05 08:18:01 +09:00
sroa-fragment-debuginfo.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00