rust/src/librustc_plugin
Michael Woerister 65eb024542 Remove the 'cfg' field from session::config::Options.
The 'cfg' in the Options struct is only the commandline-specified
subset of the crate configuration and it's almost always wrong to
read that instead of the CrateConfig in HIR crate node.
2016-08-11 09:56:00 -04:00
..
build.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
diagnostics.rs move librustc/plugin to librustc_plugin 2015-11-26 18:22:39 +02:00
lib.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
load.rs Remove the 'cfg' field from session::config::Options. 2016-08-11 09:56:00 -04:00
registry.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00