about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/deriving/default.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-86/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-2/+1
2020-07-17Simplify `LifetimeBounds`.Nicholas Nethercote-2/+2
2020-07-17Remove unused `cx` parameter from `pathvec_std` and `path_std`.Nicholas Nethercote-1/+1
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-2/+0
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-2/+8
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/+83