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-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-171
/
+0
2019-12-29
Rollup merge of #67482 - ldm0:master, r=petrochenkov
Dylan DPC
-1
/
+2
2019-12-22
Format the world
Mark Rousskov
-61
/
+73
2019-12-22
Fix outdated comment
Donough Liu
-1
/
+2
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-1
/
+83
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-08-23
Audit uses of `apply_mark` in built-in macros
Vadim Petrochenkov
-1
/
+4
2019-08-17
Remove gensyms from built-in derives
Matthew Jasper
-27
/
+0
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-1
/
+0
2019-07-27
Move proc macro server into libsyntax
Vadim Petrochenkov
-1
/
+0
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-83
/
+3
2019-07-07
syntax: Pre-intern names of all built-in macros
Vadim Petrochenkov
-17
/
+17
2019-07-07
syntax: Migrate built-in macros to the regular stability checking
Vadim Petrochenkov
-15
/
+19
2019-06-23
Remove built-in derive macros `Send` and `Sync`
Vadim Petrochenkov
-2
/
+0
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-1
/
+1
2019-06-18
allow_internal_unstable: Avoid some more allocations
Vadim Petrochenkov
-16
/
+3
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-3
/
+18
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-1
/
+1
2019-06-10
syntax: Use `MultiItemModifier` for built-in derives
Vadim Petrochenkov
-4
/
+20
2019-05-27
Pass symbols to `ExtCtxt::std_path` instead of strings.
Nicholas Nethercote
-1
/
+1
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-1
/
+1
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-2
/
+2
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
[next]