rust/compiler/rustc_session/src
nils 082ff0f08d
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
Disable "split dwarf inlining" by default.

This matches clang's behavior and makes split-debuginfo behave as expected (i.e. actually split the debug info).

Fixes #106592
2023-01-11 17:30:56 +01:00
..
config Change process spawning to inherit the parent's signal mask by default 2022-10-20 14:53:38 -07:00
cgu_reuse_tracker.rs Remove useless borrows and derefs 2022-12-01 17:34:43 +00:00
code_stats.rs Properly print generator interior type sizes 2022-12-07 18:33:26 +00:00
config.rs Update compiler/rustc_session/src/config.rs 2023-01-06 14:36:52 -05:00
cstore.rs Fold Definitions into the untracked data 2022-12-09 14:59:39 +00:00
errors.rs Print correct base for too-large literals 2023-01-02 11:43:07 +00:00
filesearch.rs clippy::complexity fixes 2022-12-19 00:04:28 +01:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
options.rs Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco 2023-01-11 17:30:56 +01:00
output.rs Use Symbol for the crate name instead of String/str 2022-12-07 20:30:02 +00:00
parse.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
search_paths.rs incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. 2022-04-19 10:43:20 +02:00
session.rs Add some docs to bug, span_bug and delay_span_bug 2022-12-30 16:47:56 +01:00
utils.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00