rust/compiler/rustc_span/src
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
..
analyze_source_file
edit_distance
source_map rustc_index: Add a ZERO constant to index types 2024-04-03 19:06:22 +03:00
symbol
analyze_source_file.rs
caching_source_map_view.rs
def_id.rs rustc_index: Add a ZERO constant to index types 2024-04-03 19:06:22 +03:00
edit_distance.rs
edition.rs
fatal_error.rs
hygiene.rs debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
lib.rs Construct SourceMap at the same time as SessionGlobals. 2024-04-16 13:02:53 +10:00
profiling.rs
source_map.rs Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr 2024-04-23 17:25:16 +02:00
span_encoding.rs Add add/sub methods that only panic with debug assertions to rustc 2024-04-13 17:03:12 +02:00
symbol.rs Add diagnostic item for std::iter::Enumerate 2024-04-23 16:50:10 -05:00
tests.rs