summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/hash.rs
AgeCommit message (Expand)AuthorLines
2016-07-19Run rustfmt on libsyntax_ext/deriving folderSrinivas Reddy Thatiparthy-28/+27
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-03-27deriving: factor out discriminant_value constructionAlex Burka-10/+5
2016-03-27fix #21714 by using discriminant_value in #[derive(Hash)]Alex Burka-9/+12
2016-03-14derive: improve hygiene for type parameters (see #2810)Alex Burka-2/+6
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
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+100