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
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+2
2017-12-22
Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov
bors
-0
/
+1
2017-12-21
Do not emit type errors on recovered blocks
Esteban Küber
-0
/
+1
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-4
/
+6
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-23
/
+7
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-1
/
+1
2017-05-12
Remove some unused macros from the rust codebase
est31
-6
/
+0
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-24
/
+10
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-1
/
+1
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-238
/
+1
2017-02-05
Rename CustomDerive to ProcMacroDerive for macros 1.1
Josh Driver
-2
/
+2
2017-02-05
Make builtin derives a SyntaxExtension
Josh Driver
-21
/
+21
2017-01-10
Give custom derive spans an expansion ID
Nick Cameron
-7
/
+20
2017-01-02
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-7
/
+1
2016-12-23
Allow legacy custom derive authors to disable warnings in downstream crates.
Jeffrey Seyfried
-1
/
+3
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-11
/
+11
2016-11-20
Refactor `P<ast::MetaItem>` -> `ast::MetaItem`.
Jeffrey Seyfried
-1
/
+1
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-30
/
+26
2016-11-20
Refactor away `ast::Attribute_`.
Jeffrey Seyfried
-1
/
+1
2016-11-10
Support `#[macro_reexport]`ing custom derives.
Jeffrey Seyfried
-2
/
+8
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-27
deprecation message for custom derive
Nick Cameron
-1
/
+1
2016-10-27
Deprecate custom_derive
Nick Cameron
-0
/
+1
2016-10-15
Use the macro namespace for custom derives.
Jeffrey Seyfried
-7
/
+17
2016-10-10
Expand `#[derive]` attribute macro invocations last.
Jeffrey Seyfried
-5
/
+30
2016-10-08
Do not add an empty #[derive()] list in expand_derive (fixes #37033)
Anthony Ramine
-4
/
+6
2016-09-27
rustc: Tweak expansion order of custom derive
Alex Crichton
-94
/
+122
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
[next]