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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-3
/
+4
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+6
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-2
/
+2
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-16
syntax_ext: remove leftover span_err_if_not_stage0 macro.
Eduard-Mihai Burtescu
-11
/
+0
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-1
/
+1
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-2
/
+2
2018-06-20
Rename structures in ast
varkor
-1
/
+1
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-3
/
+6
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-1
/
+1
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-21
Add E0665
Guillaume Gomez
-0
/
+11
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
[next]