summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/clone.rs
AgeCommit message (Expand)AuthorLines
2016-07-19Run rustfmt on libsyntax_ext/deriving folderSrinivas Reddy Thatiparthy-48/+50
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-6/+4
2016-06-23Remove field `expr` of `ast::Block`Jeffrey Seyfried-6/+4
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/+4
2016-05-03Remove unused trait imports introduced while in reviewSeo Sanghyeon-1/+1
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-30/+92
2016-02-22Fix #[derive] for empty structs with bracesVadim Petrochenkov-24/+26
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+115