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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_ext
/
deriving
/
hash.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-3
/
+2
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-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
-2
/
+2
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-3
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-06-16
deriv(Hash) for single-variant enum should not hash discriminant
Stepan Koltsov
-1
/
+1
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
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
-28
/
+27
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
-1
/
+1
2016-05-12
Improve derived implementations for enums with lots of fieldless variants
Björn Steinbrink
-0
/
+1
2016-03-27
deriving: factor out discriminant_value construction
Alex Burka
-10
/
+5
2016-03-27
fix #21714 by using discriminant_value in #[derive(Hash)]
Alex Burka
-9
/
+12
2016-03-14
derive: improve hygiene for type parameters (see #2810)
Alex Burka
-2
/
+6
2016-02-22
Fix #[derive] for empty structs with braces
Vadim Petrochenkov
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-2
/
+2
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+100