Structsยง
- Compiler
- Represents a compiler session. Note that every
Compiler
contains aSession
, butCompiler
also contains some things that cannot be inSession
, due toSession
being in a crate that has many fewer dependencies than this crate. - Config
- The compiler configuration
Functionsยง
- initialize_
checked_ ๐jobserver - Initialize jobserver before getting
jobserver::client
andbuild_session
. - parse_
cfg ๐ - Converts strings provided as
--cfg [cfgspec]
into aCfg
. - parse_
check_ ๐cfg - Converts strings provided as
--check-cfg [specs]
into aCheckCfg
. - run_
compiler - try_
print_ query_ stack