about summary refs log tree commit diff
path: root/src/librustc_plugin/lib.rs
AgeCommit message (Expand)AuthorLines
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-2/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-08-31Change 'rustc::plugin' to 'rustc_plugin' in doc commentChiu-Hsiang Hsu-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-06-08remove the librustc_trans -> librustc_mir dependencyAriel Ben-Yehuda-1/+0
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-1/+1
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+3
2015-12-21Register new snapshotsAlex Crichton-2/+0
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+1
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-0/+80