summary refs log tree commit diff
path: root/src/librustc/plugin
AgeCommit message (Expand)AuthorLines
2014-06-24Implement lint pluginsKeegan McAllister-0/+11
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-2/+4
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Document rustc::pluginKeegan McAllister-5/+99
2014-06-09Implement #[plugin_registrar]Keegan McAllister-0/+246