summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/generic
AgeCommit message (Expand)AuthorLines
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-2/+3
2019-10-18review comment: span bug labelEsteban Küber-1/+1
2019-10-17Refer to "associated functions" instead of "static methods"Esteban Küber-3/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-2/+2
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+1
2019-10-11deriving: avoid dummy Span on an artificial `type_ident` pathDan Aloni-2/+2
2019-09-26Rename `Item.node` to `Item.kind`varkor-3/+3
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-2/+2
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-2/+2
2019-09-21Inline attribute constructorsMark Rousskov-2/+5
2019-09-21Remove constraints argument from path_allMark Rousskov-5/+5
2019-09-15Give more `Idents` spansMatthew Jasper-9/+9
2019-09-15Avoid some unnecessary `&str` to `Ident` conversionsMatthew Jasper-15/+13
2019-09-09Resolve attributes in several placesCaio-0/+1
2019-09-05or-patterns: syntax: adjust derive, format, and building.Mazdak Farrokhzad-3/+3
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-2/+2
2019-08-23Audit uses of `apply_mark` in built-in macrosVadim Petrochenkov-1/+1
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-6/+9
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-1/+1
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-1/+1
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-1/+1
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-9/+7
2019-08-14Rollup merge of #63543 - c410-f3r:variant, r=c410-f3rMazdak Farrokhzad-8/+8
2019-08-14Merge Variant and Variant_Caio-8/+8
2019-08-13Add NodeId for Arm, Field and FieldPatCaio-0/+1
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-2/+3
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+2
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-2/+3
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-2/+0
2019-07-31Remove Span argument from ExtCtxt::attributeMark Rousskov-3/+2
2019-07-27Move proc macro server into libsyntaxVadim Petrochenkov-51/+1
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-5/+5
2019-06-18Remove the HirId/NodeId from where clausesMatthew Jasper-1/+0
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-5/+6
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-09Allow attributes in formal function parametersCaio-1/+1
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-2/+1
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-3/+2
2019-05-22Eliminate unnecessary `Ident::with_empty_ctxt`sVadim Petrochenkov-1/+1
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-6/+6
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-2/+2
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-2/+2
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-3/+4
2019-03-24Remove methods is_struct/is_tuple/is_unit from VariantDataVadim Petrochenkov-3/+5
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-3/+4
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-6/+3
2019-02-10rustc: doc commentsAlexander Regueiro-8/+8
2019-02-07Support const generics in derivevarkor-1/+15
2019-02-07Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centrilkennytm-69/+68