rust/src/librustc_driver
Andrea Canciani c984cbd939 Build the same configuration when compiling and for --print cfg
The configuration returned by `config::build_configuration` needs to
be modified with `target_features::add_configuration` in order to also
contain the target features. This is already done for the
configuration used when compiling and when creating the documentation,
but was missing in the `cfg` printing code.
2016-03-02 22:07:03 +01:00
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
driver.rs fix a few remaining bugs - make check runs! 2016-02-20 01:54:58 +02:00
lib.rs Build the same configuration when compiling and for --print cfg 2016-03-02 22:07:03 +01:00
pretty.rs Fix MIR unpretty on failure conditions 2016-02-27 12:45:06 +02:00
target_features.rs Rustfmting librustc_driver. 2015-11-10 20:48:44 +00:00
test.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00