summary refs log tree commit diff
path: root/src/librustc/metadata/macro_import.rs
AgeCommit message (Expand)AuthorLines
2015-09-16Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearthbors-7/+13
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1/+0
2015-09-13Add part of new error codes in librustcGuillaume Gomez-7/+13
2015-09-03Add an intital HIR and lowering stepNick Cameron-2/+3
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-4/+4
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