rust/src/librustc_plugin
kennytm 4711982314
Removed as many "```ignore" as possible.
Replaced by adding extra imports, adding hidden code (`# ...`), modifying
examples to be runnable (sorry Homura), specifying non-Rust code, and
converting to should_panic, no_run, or compile_fail.

Remaining "```ignore"s received an explanation why they are being ignored.
2017-06-23 15:31:53 +08:00
..
Cargo.toml Remove unused `extern crate`s. 2017-01-22 01:31:02 +00:00
build.rs kill a bunch of one off tasks 2017-04-18 08:20:12 -04:00
diagnostics.rs move librustc/plugin to librustc_plugin 2015-11-26 18:22:39 +02:00
lib.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
load.rs remove `LinkMeta` from `SharedCrateContext` 2017-04-13 18:37:47 -04:00
registry.rs Support #[allow] etc logic on a per macro level 2017-05-13 16:02:29 +02:00