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_eq.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-25
Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth
bors
-1
/
+1
2018-04-19
Don't prepend deriving-generated attributes with _
James Sanderson
-1
/
+1
2018-04-15
Provide better names for builtin deriving-generated attributes
James Sanderson
-1
/
+1
2018-04-12
Abstract cs_eq for partial_eq
varkor
-50
/
+27
2018-04-11
Remove redundant operation in derive[PartialEq]
varkor
-28
/
+58
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-1
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+2
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-2
/
+2
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-07-19
Run rustfmt on libsyntax_ext/deriving folder
Srinivas Reddy Thatiparthy
-30
/
+31
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
/
+1
2016-03-01
derive: Emit only PartialOrd::partial_cmp for simple enums
Ulrik Sverdrup
-17
/
+1
2016-02-29
derive: Skip PartialEq::ne for any zero-field enum or struct
Ulrik Sverdrup
-17
/
+15
2016-02-29
derive: Avoid emitting PartialEq::ne for c-like enums
Ulrik Sverdrup
-5
/
+28
2016-02-11
[breaking-change] don't glob export ast::BinOp_
Oliver Schneider
-5
/
+5
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+97