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
/
decodable.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-11
/
+11
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-2
/
+2
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-3
/
+3
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
-14
/
+6
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-1
/
+2
2017-02-05
Make builtin derives a SyntaxExtension
Josh Driver
-0
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-8
/
+7
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-6
/
+3
2016-11-10
syntax: don't fake a block around closures' bodies during parsing.
Eduard Burtescu
-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
Fix #[derive] for empty tuple structs/variants
Vadim Petrochenkov
-3
/
+3
2016-07-19
Run rustfmt on libsyntax_ext/deriving folder
Srinivas Reddy Thatiparthy
-88
/
+87
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-04-26
shallow Clone for #[derive(Copy,Clone)]
Alex Burka
-1
/
+1
2016-03-14
derive: improve hygiene for type parameters (see #2810)
Alex Burka
-5
/
+7
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
/
+224