[][src]Module rustc_ap_rustc_session::config

Contains infrastructure for configuring the compiler, including parsing command-line options.

Modules

nightly_options

Structs

CodegenOptions
Config
DebuggingOptions
ExternEntry
Externs

Use tree-based collections to cheaply get a deterministic Hash implementation. Do not switch BTreeMap or BTreeSet out for an unsorted container type! That would break dependency tracking for command-line arguments.

Options
OutputFilenames
OutputTypes

Use tree-based collections to cheaply get a deterministic Hash implementation. Do not switch BTreeMap out for an unsorted container type! That would break dependency tracking for command-line arguments.

RustcOptGroup

Enums

BorrowckMode
CrateType
DebugInfo
EntryFnType
ErrorOutputType

The type of diagnostics output to generate.

ExternLocation
Input
LinkerPluginLto
Lto

This is what the LtoCli values get mapped to after resolving defaults and and taking other command line options into account.

LtoCli

The different settings that the -C lto flag can have.

OptLevel
OptionStability
OutputType
Passes
PpMode
PpSourceMode
PrintRequest
Sanitizer
SwitchWithOptPath
SymbolManglingVersion

Constants

CG_OPTIONS
DB_OPTIONS
RUST_CGU_EXT

Functions

basic_codegen_options
basic_debugging_options
build_codegen_options
build_configuration
build_debugging_options
build_session_options
build_target_config
default_configuration
default_lib_output
get_cmd_lint_options
host_triple
make_crate_type_option
parse_color

Parses the --color flag.

parse_crate_types_from_list
parse_error_format

Parses the --error-format flag.

parse_externs
parse_json

Parse the --json flag.

rustc_optgroups

Returns all rustc command line options, including metadata for each option, such as whether the option is part of the stable long-term interface for rustc.

rustc_short_optgroups

Returns the "short" subset of the rustc command line options, including metadata for each option, such as whether the option is part of the stable long-term interface for rustc.

to_crate_config

Converts the crate cfg! configuration from String to Symbol. rustc_interface::interface::Config accepts this in the compiler configuration, but the symbol interner is not yet set up then, so we must convert it later.

Type Definitions

CodegenSetter
DebuggingSetter