about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/deriving/generic/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1757/+0
2020-08-22Use smaller def span for functionsAaron Hill-0/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+2
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-2/+2
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-12/+14
2020-07-17Simplify `LifetimeBounds`.Nicholas Nethercote-3/+3
2020-07-15Add and use more static symbols.Nicholas Nethercote-7/+7
2020-05-19update `discriminant_value` usage in the compilerBastian Kauschke-70/+10
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-10/+10
2020-04-18Move `MapInPlace` to rustc_data_structuresYuki Okushi-1/+1
2020-03-21use let instead of match for matches with single bindings (clippy::match_sing...Matthias Krüger-2/+3
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+0
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-7/+7
2020-02-28use to_vec() instead of .iter().cloned().collect() to convert slices to vecs.Matthias Krüger-2/+2
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-3/+3
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-3/+2
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-15ast: move Generics into AssocItemKindsMazdak Farrokhzad-3/+2
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-3/+3
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-1/+2
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-30Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.Nicholas Nethercote-7/+8
2020-01-19Add `constness` field to `ast::ItemKind::Impl`Dylan MacKenzie-0/+1
2020-01-17Use named fields for `ast::ItemKind::Impl`Dylan MacKenzie-8/+8
2020-01-16don't clone types that are copyMatthias Krüger-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-30Make things build againVadim Petrochenkov-4/+4
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+1812