index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_ext
/
deriving
/
cmp
/
partial_ord.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-25
Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth
bors
-6
/
+6
2018-04-19
Fix some of the __names in the comments
James Sanderson
-3
/
+3
2018-04-19
Gensym remaining identifiers
James Sanderson
-1
/
+1
2018-04-15
Provide better names for builtin deriving-generated attributes
James Sanderson
-2
/
+2
2018-04-12
Update partial_ord codegen summary
varkor
-3
/
+10
2018-04-11
Optimise the last field operations in derive[PartialOrd]
varkor
-51
/
+72
2018-04-11
Fix derive(PartialOrd) implementation
varkor
-6
/
+10
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-4
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-3
/
+3
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-3
/
+3
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-08-30
Future proof `libsyntax_ext` for `union`.
Jeffrey Seyfried
-0
/
+1
2016-08-18
Split `AstBuilder::pat_enum` into `pat_tuple_struct` and `pat_path`
Vadim Petrochenkov
-1
/
+1
2016-07-19
Run rustfmt on libsyntax_ext/deriving folder
Srinivas Reddy Thatiparthy
-123
/
+124
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-12
Improve derived implementations for enums with lots of fieldless variants
Björn Steinbrink
-0
/
+2
2016-03-18
Auto merge of #31977 - bluss:partial-eq-save, r=brson
bors
-7
/
+16
2016-03-17
Re-add double underscores in derive (fixes #32292)
Manish Goregaokar
-4
/
+4
2016-03-14
derive: remove most __ strings FIXME(#2810)
Alex Burka
-4
/
+4
2016-03-14
fix FIXME(#6449) in #[derive(PartialOrd, Ord)]
Alex Burka
-28
/
+25
2016-03-01
derive: Emit only PartialOrd::partial_cmp for simple enums
Ulrik 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 variants
Oliver Schneider
-1
/
+1
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+233