summary refs log tree commit diff
path: root/src/librustc_builtin_macros/global_allocator.rs
AgeCommit message (Expand)AuthorLines
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
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-4/+6
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-1/+2
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-2/+2
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` 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/+175