rust/compiler/rustc_session/src
Rémy Rakic e0bb1c7291 make -Z mir-include-spans a dedicated enum
We want to allow setting this on the CLI, override it only in MIR
passes, and disable it altogether in mir-opt tests.

The default value is "only for NLL MIR dumps", which is considered off
for all intents and purposes, except for `rustc_borrowck` when an NLL
MIR dump is requested.
2024-08-30 07:14:19 +00:00
..
config fmt-debug option 2024-08-28 23:32:40 +01:00
code_stats.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
config.rs make -Z mir-include-spans a dedicated enum 2024-08-30 07:14:19 +00:00
cstore.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs -Zembed-source: Don't try to warn about incompatible codegen backends 2024-08-06 20:31:12 +02:00
filesearch.rs rustc: Simplify getting sysroot library directory 2024-08-22 19:57:27 +03:00
lib.rs Use tidy to sort crate attributes for all compiler crates. 2024-06-12 15:49:10 +10:00
options.rs make -Z mir-include-spans a dedicated enum 2024-08-30 07:14:19 +00:00
output.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
parse.rs Make Span optional in BufferedEarlyLint 2024-08-07 14:08:34 +02:00
search_paths.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
session.rs Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu 2024-08-27 01:46:51 -05:00
utils.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
version.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00