about summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving
AgeCommit message (Expand)AuthorLines
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-6/+10
2019-10-25Migrate from `#[structural_match]` attribute a lang-item trait.Felix S. Klock II-2/+95
2019-10-18review comment: span bug labelEsteban Küber-1/+1
2019-10-17Refer to "associated functions" instead of "static methods"Esteban Küber-17/+11
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-14/+14
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-4/+4
2019-09-26Rename `Stmt.node` to `Stmt.kind`varkor-1/+1
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-5/+8
2019-09-21Remove constraints argument from path_allMark Rousskov-7/+7
2019-09-15Give more `Idents` spansMatthew Jasper-31/+35
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-12/+8
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-5/+8
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-86/+67
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-4/+4
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-4/+4
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-4/+4
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-14/+14
2019-08-14Merge Variant and Variant_Caio-14/+14
2019-08-13Add NodeId for Arm, Field and FieldPatCaio-0/+1
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-7/+12
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-7/+12
2019-08-03Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-23/+9
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-34/+2
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-13/+0
2019-07-31Remove Span argument from ExtCtxt::attributeMark Rousskov-10/+9
2019-07-27Move proc macro server into libsyntaxVadim Petrochenkov-171/+1
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-83/+3
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-1/+1
2019-07-15normalize use of backticks in compiler messages for libsyntax_extSamy Kacimi-1/+1
2019-07-07syntax: Pre-intern names of all built-in macrosVadim Petrochenkov-17/+17
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-19/+19
2019-07-03Remove needless lifetimesJeremy Stucki-5/+5
2019-06-23Remove built-in derive macros `Send` and `Sync`Vadim Petrochenkov-10/+0
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-1/+1
2019-06-19Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkorbors-1/+0
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-19/+21
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-18allow_internal_unstable: Avoid some more allocationsVadim Petrochenkov-16/+3
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-3/+18