summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/cmp/ord.rs
AgeCommit message (Expand)AuthorLines
2017-12-09Use hygiene to access the injected crate (`core` or `std`) from builtin macros.Jeffrey Seyfried-2/+3
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-2/+2
2016-08-30Future proof `libsyntax_ext` for `union`.Jeffrey Seyfried-0/+1
2016-08-18Split `AstBuilder::pat_enum` into `pat_tuple_struct` and `pat_path`Vadim Petrochenkov-1/+1
2016-07-19Run rustfmt on libsyntax_ext/deriving folderSrinivas Reddy Thatiparthy-75/+69
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-17Re-add double underscores in derive (fixes #32292)Manish Goregaokar-4/+4
2016-03-14derive: improve hygiene for type parameters (see #2810)Alex Burka-1/+1
2016-03-14derive: remove most __ strings FIXME(#2810)Alex Burka-4/+4
2016-03-14fix FIXME(#6449) in #[derive(PartialOrd, Ord)]Alex Burka-27/+23
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-3/+2
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+136