about summary refs log tree commit diff
path: root/src/librustc_plugin
AgeCommit message (Expand)AuthorLines
2016-05-25rustc: use a simpler scheme for plugin registrar symbol names.Eduard Burtescu-1/+2
2016-05-10fix Registry::args for plugins loaded with --extra-pluginsOliver Schneider-2/+5
2016-04-22Remove the MacroVisitor pass.Leo Testard-17/+22
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-5/+3
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-4/+7
2016-03-13Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1bors-3/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-3/+3
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-3/+3
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-0/+1
2016-02-12Autoderef in librustc_pluginJonas Schievink-1/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+17
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+12
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-1/+6
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+3
2015-12-30use structured errorsNick Cameron-2/+3
2015-12-21Register new snapshotsAlex Crichton-2/+0
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-4/+4
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-2/+3
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-0/+457