summary refs log tree commit diff
path: root/src/librustc_builtin_macros/test.rs
AgeCommit message (Expand)AuthorLines
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-12/+19
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-12/+19
2020-08-06Merge branch 'master' into feature/incorporate-tracingpawanbisht62-1/+1
2020-08-06Incorporate tracing cratebishtpawan-1/+1
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-1/+1
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-7/+23
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-6/+6
2020-03-24defatalize expand_test_or_benchMazdak Farrokhzad-8/+8
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-1/+1
2020-03-05Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg)Matthias Krüger-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-2/+3
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-72/+76
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-2/+2
2020-02-15ast: make `= <expr>;` optional in free statics/consts.Mazdak Farrokhzad-72/+76
2020-02-13rustc_bulltin_macros: tweak span_labelsMazdak Farrokhzad-2/+2
2020-02-13IsAsync -> enum Async { Yes { span: Span, .. }, No }Mazdak Farrokhzad-2/+4
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-2/+4
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-01-12Diagnostics should start lowercasevarkor-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+1
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+439