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
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-14
avoid the pprust infrastructure in macro expansion
Ariel Ben-Yehuda
-3
/
+24
2017-10-03
Rename FileMap::path and change to an Option
Philip Craig
-2
/
+2
2017-09-30
Don't use remapped path when loading modules and include files
Philip Craig
-4
/
+2
2017-09-27
Apply attr proc macros before cfg processing
Tomas Nilsson
-14
/
+25
2017-09-25
Fix bug in collecting trait and impl items with derives.
Jeffrey Seyfried
-7
/
+1
2017-09-21
suggest an outer attribute when `#![derive(...)]` (predictably) fails
Zack M. Davis
-5
/
+13
2017-09-21
only set non-ADT derive error once per attribute, not per trait
Zack M. Davis
-0
/
+18
2017-09-17
Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried
Tim Neumann
-1
/
+14
2017-09-02
Better trace-macro and less span_err_fatal
bjorn3
-1
/
+2
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-7
/
+6
2017-08-27
Fix error
bjorn3
-1
/
+0
2017-08-25
Fix #43493 (new trace_macros doesn't work if there's an error during expansion)
bjorn3
-0
/
+13
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+8
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-7
/
+20
2017-08-07
Reexport all SyntaxExtension variants
Oliver Schneider
-9
/
+9
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+1
2017-07-25
Stabilize the `compile_error_macro` feature
Alex Crichton
-1
/
+0
2017-07-20
Use the macro structure spans instead of the invocation
Esteban Küber
-0
/
+1
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-30
/
+10
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-20
/
+16
2017-06-19
Add compile_error!
Wesley Wiser
-0
/
+1
2017-05-31
Extend the unused macro lint to macros 2.0
est31
-2
/
+3
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-15
/
+27
2017-05-17
Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-15
/
+11
2017-05-13
Support #[allow] etc logic on a per macro level
est31
-1
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-15
/
+11
2017-05-08
Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis
Corey Farwell
-1
/
+1
2017-05-06
Group "macro expansion" notes per call span
Esteban Küber
-1
/
+1
2017-05-01
Increase macro recursion limit to 1024 Fixes #22552
Charlie Sheridan
-1
/
+1
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-1
/
+1
2017-04-20
Don't panic if an attribute macro fails to resolve at crate root
Austin Bonander
-2
/
+12
2017-04-17
Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov
bors
-2
/
+2
2017-04-17
libsyntax/parse: improve associated item error reporting
Ariel Ben-Yehuda
-2
/
+2
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+1
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-65
/
+46
2017-03-29
Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.
Jeffrey Seyfried
-3
/
+3
2017-03-21
Refactor parsing of trait object types
Vadim Petrochenkov
-1
/
+1
2017-03-14
Liberalize attributes.
Jeffrey Seyfried
-45
/
+49
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-34
/
+8
2017-03-11
Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc
bors
-79
/
+10
2017-03-10
Expect macro defs in save-analysis and add expn info to spans for attr proc m...
Nick Cameron
-1
/
+13
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-7
/
+3
2017-03-10
Move `resolve_invoc` from `syntax` to `resolve`.
Jeffrey Seyfried
-60
/
+2
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-12
/
+5
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-20
/
+19
2017-03-03
Remove lifetime parameter from `syntax::tokenstream::Cursor`.
Jeffrey Seyfried
-1
/
+1
2017-02-16
Refactor macro resolution errors + add derive macro suggestions
Josh Driver
-6
/
+8
2017-02-12
Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...
Jeffrey Seyfried
-82
/
+179
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-8
/
+102
2017-02-05
Rename CustomDerive to ProcMacroDerive for macros 1.1
Josh Driver
-2
/
+2
[next]