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
Age
Commit message (
Expand
)
Author
Lines
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+7
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-1
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-11
/
+11
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-11
/
+11
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-4
/
+4
2016-09-10
Improve `Eq` deriving
Vadim Petrochenkov
-19
/
+36
2016-08-30
Future proof `libsyntax_ext` for `union`.
Jeffrey Seyfried
-0
/
+4
2016-08-28
Rollup merge of #35850 - SergioBenitez:master, r=nrc
Jeffrey Seyfried
-1
/
+1
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-1
/
+1
2016-08-18
Split `AstBuilder::pat_enum` into `pat_tuple_struct` and `pat_path`
Vadim Petrochenkov
-2
/
+2
2016-07-19
Run rustfmt on libsyntax_ext/deriving folder
Srinivas Reddy Thatiparthy
-264
/
+255
2016-06-26
Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb
Jeffrey Seyfried
-1
/
+1
2016-06-23
Remove field `expr` of `ast::Block`
Jeffrey Seyfried
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-4
/
+4
2016-05-12
Improve derived implementations for enums with lots of fieldless variants
Björn Steinbrink
-0
/
+5
2016-03-18
Auto merge of #31977 - bluss:partial-eq-save, r=brson
bors
-11
/
+25
2016-03-17
Re-add double underscores in derive (fixes #32292)
Manish Goregaokar
-8
/
+8
2016-03-14
derive: improve hygiene for type parameters (see #2810)
Alex Burka
-1
/
+1
2016-03-14
derive: remove most __ strings FIXME(#2810)
Alex Burka
-8
/
+8
2016-03-14
fix FIXME(#6449) in #[derive(PartialOrd, Ord)]
Alex Burka
-55
/
+48
2016-03-01
derive: Emit only PartialOrd::partial_cmp for simple enums
Ulrik Sverdrup
-24
/
+17
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
-14
/
+12
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
/
+539