summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/cmp/partial_ord.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-1/+1
2019-09-05or-patterns: syntax: adjust derive, format, and building.Mazdak Farrokhzad-2/+2
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-7/+8
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-31Remove Span argument from ExtCtxt::attributeMark Rousskov-2/+2
2019-06-08use pattern matching for slices destructuringCedric-4/+4
2019-05-27Pass symbols to `ExtCtxt::std_path` instead of strings.Nicholas Nethercote-13/+14
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-3/+3
2019-02-04libsyntax_ext => 2018Taiki Endo-11/+11
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-1/+1
2018-04-25Update comments to UFCS stylevarkor-11/+24
2018-04-25Use UFCSvarkor-11/+20
2018-04-25Fix handling of Nonevarkor-11/+11
2018-04-25Ensure derive(PartialOrd) is no longer accidentally exponentialvarkor-70/+83
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-6/+6
2018-04-19Fix some of the __names in the commentsJames Sanderson-3/+3
2018-04-19Gensym remaining identifiersJames Sanderson-1/+1
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-2/+2
2018-04-12Update partial_ord codegen summaryvarkor-3/+10
2018-04-11Optimise the last field operations in derive[PartialOrd]varkor-51/+72
2018-04-11Fix derive(PartialOrd) implementationvarkor-6/+10
2017-12-09Use hygiene to access the injected crate (`core` or `std`) from builtin macros.Jeffrey Seyfried-4/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-3/+3
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-3/+3
2016-10-31Changed most vec! invocations to use square bracesiirelu-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-123/+124
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/+2
2016-03-18Auto merge of #31977 - bluss:partial-eq-save, r=brsonbors-7/+16
2016-03-17Re-add double underscores in derive (fixes #32292)Manish Goregaokar-4/+4
2016-03-14derive: remove most __ strings FIXME(#2810)Alex Burka-4/+4
2016-03-14fix FIXME(#6449) in #[derive(PartialOrd, Ord)]Alex Burka-28/+25
2016-03-01derive: Emit only PartialOrd::partial_cmp for simple enumsUlrik Sverdrup-7/+16
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-6/+5
2016-02-11[breaking-change] don't glob export ast::UnOp variantsOliver Schneider-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+233