summary refs log tree commit diff
path: root/src/librustc/metadata/macro_import.rs
AgeCommit message (Expand)AuthorLines
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-9/+0
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-0/+3
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+3
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-2/+2
2015-02-12Separate macro and plugin loadingKeegan McAllister-0/+186