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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-26
make emit_feature_err take a ParseSess
Tim Neumann
-1
/
+1
2016-09-24
Load macros from `#[macro_use]` extern crates in `resolve`.
Jeffrey Seyfried
-2
/
+2
2016-09-13
Move macro resolution into `librustc_resolve`.
Jeffrey Seyfried
-7
/
+2
2016-09-07
Avoid instaiblity errors in code generated by `syntax_ext::deriving::call_int...
Jeffrey Seyfried
-1
/
+10
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-125
/
+171
2016-08-25
Refactor away `AttrMetaMethods`.
Jeffrey Seyfried
-1
/
+0
2016-08-25
Refactor away `AttrNestedMetaItemMethods`.
Jeffrey Seyfried
-1
/
+1
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-3
/
+3
2016-08-12
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy
-6
/
+6
2016-07-25
General MetaItem encapsulation rewrites.
cgswords
-10
/
+9
2016-07-19
Run rustfmt on libsyntax_ext/deriving folder
Srinivas Reddy Thatiparthy
-19
/
+23
2016-06-26
Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb
Jeffrey Seyfried
-2
/
+1
2016-06-23
Remove field `expr` of `ast::Block`
Jeffrey Seyfried
-2
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-05-28
Use the span of `#[derive_Eq]` for `#[structural_match]`
Jeffrey Seyfried
-42
/
+14
2016-05-28
Fix spans of generated `#[derive_*]` attributes
Jeffrey Seyfried
-31
/
+41
2016-05-02
fix rebase flaws
Niko Matsakis
-3
/
+3
2016-04-22
Remove the MacroVisitor pass.
Leo Testard
-30
/
+64
2016-03-27
deriving: factor out discriminant_value construction
Alex Burka
-0
/
+17
2016-03-25
check for both partialeq and eq
Niko Matsakis
-36
/
+45
2016-03-25
modify #[deriving(Eq)] to emit #[structural_match]
Niko Matsakis
-2
/
+46
2016-03-14
derive: improve hygiene for type parameters (see #2810)
Alex Burka
-4
/
+25
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-2
/
+2
2016-02-03
remove dead #[derive(FromPrimitive)] code
Alex Burka
-3
/
+0
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+202