summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/encodable.rs
AgeCommit message (Expand)AuthorLines
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-09-15Give more `Idents` spansMatthew Jasper-9/+9
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-9/+12
2019-08-14Merge Variant and Variant_Caio-1/+1
2019-08-03Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-1/+0
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-17/+1
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-2/+0
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-04libsyntax_ext => 2018Taiki Endo-9/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-3/+3
2018-05-21Remove rustc_serialize_exclude_nullManish Goregaokar-12/+2
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-2/+2
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-1/+1
2018-03-22Optimise decode return expression for unit structsvarkor-5/+5
2018-01-29Add internal-only rustc_serialize_exclude_null attribute for making the field...Manish Goregaokar-2/+14
2017-12-09Use hygiene to access the injected crate (`core` or `std`) from builtin macros.Jeffrey Seyfried-15/+9
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-06-28Auto merge of #42709 - stepancheg:discriminant-hash, r=jseyfriedbors-1/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-4/+8
2017-06-16deriv(Hash) for single-variant enum should not hash discriminantStepan Koltsov-1/+1
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-1/+2
2017-02-05Make builtin derives a SyntaxExtensionJosh Driver-0/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-7/+6
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-11-10syntax: don't fake a block around closures' bodies during parsing.Eduard Burtescu-3/+3
2016-10-31Changed most vec! invocations to use square bracesiirelu-7/+7
2016-08-30Future proof `libsyntax_ext` for `union`.Jeffrey Seyfried-0/+1
2016-07-19Run rustfmt on libsyntax_ext/deriving folderSrinivas Reddy Thatiparthy-49/+43
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-1/+1
2016-06-23Remove field `expr` of `ast::Block`Jeffrey Seyfried-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-05-12Improve derived implementations for enums with lots of fieldless variantsBjörn Steinbrink-0/+1
2016-04-26Auto merge of #31414 - durka:clone-copy, r=alexcrichtonbors-1/+1
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-1/+1
2016-04-12prevent other `encode` methods from breaking `derive(RustcEncodable)`Oliver Schneider-7/+10
2016-03-14derive: improve hygiene for type parameters (see #2810)Alex Burka-5/+7
2016-02-22Fix #[derive] for empty structs with bracesVadim Petrochenkov-1/+1
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-9/+7
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+289