rust/src/librustc_plugin
bors 86995dc8c5 Auto merge of #36240 - leeopop:master, r=jseyfried
Allow CompilerControllers to access rustc_plugin::registry::Registry

fixes #36064

I chose to put ructc_plugin::registry::Registry structure
into CompilerState structure, instead of Session structure.
This will preserve dependencies among librustc, libructc_driver, and libructc_plugin.

@jseyfried @sanxiyn
2016-09-04 18:36:42 -07: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
lib.rs Change 'rustc::plugin' to 'rustc_plugin' in doc comment 2016-08-31 22:45:37 +08:00
load.rs Refactor away AttrMetaMethods. 2016-08-25 20:41:40 +00:00
registry.rs Auto merge of #36240 - leeopop:master, r=jseyfried 2016-09-04 18:36:42 -07:00