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
/
debug.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-19
Gensym remaining identifiers
James Sanderson
-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-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-03-11
Fix hygene issue when deriving Debug
Phlosioneer
-1
/
+1
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-3
/
+4
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-06-16
deriv(Hash) for single-variant enum should not hash discriminant
Stepan Koltsov
-1
/
+1
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-2
/
+2
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-3
/
+2
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-8
/
+7
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
-50
/
+39
2016-06-26
Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb
Jeffrey Seyfried
-2
/
+3
2016-06-26
Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth
Jeffrey Seyfried
-1
/
+1
2016-06-26
Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb
Jeffrey Seyfried
-3
/
+5
2016-06-23
Remove field `expr` of `ast::Block`
Jeffrey Seyfried
-2
/
+3
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-06-19
Generalize and abstract `ThinAttributes`
Jeffrey Seyfried
-1
/
+1
2016-06-17
Fix fallout
Jeffrey Seyfried
-3
/
+6
2016-05-12
Improve derived implementations for enums with lots of fieldless variants
Björn Steinbrink
-0
/
+1
2016-02-23
Some refactoring in deriving/debug.rs
Vadim Petrochenkov
-8
/
+3
2016-02-22
Fix #[derive] for empty structs with braces
Vadim Petrochenkov
-3
/
+8
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::StrStyle variants
Oliver 'ker' Schneider
-3
/
+2
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-1
/
+1
2016-01-22
Extended save-analysis to support generated code, alterned some spans in form...
Daniel Campbell
-3
/
+3
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+156