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
2018-04-30
Remove new enum variant from #50092 backport
Pietro Albini
-2
/
+0
2018-04-30
Warn on pointless `#[derive]` in more places
Austin Bonander
-11
/
+59
2018-04-02
Expand attribute macros on statements and expressions.
Austin Bonander
-19
/
+70
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-1
/
+1
2018-03-16
Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov
bors
-16
/
+40
2018-03-13
Fix ICE on malformed plugin attributes
Michael Lamparski
-2
/
+4
2018-03-07
check stability of macro invocations
Austin Bonander
-16
/
+40
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-5
/
+5
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-1
/
+1
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-3
/
+6
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-1
/
+1
2017-12-26
Do not expand a derive invocation when derive is not allowed
Seiichi Uchida
-79
/
+91
2017-12-22
Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank
kennytm
-7
/
+11
2017-12-19
Implement non-mod.rs mod statements
Taylor Cramer
-3
/
+7
2017-12-19
add files loaded through doc(include) into dep-info
QuietMisdreavus
-0
/
+4
2017-12-19
turn errors with external docs into actual errors
QuietMisdreavus
-7
/
+7
2017-12-17
syntax: Rename `P::unwrap` into `P::into_inner`
Vadim Petrochenkov
-7
/
+7
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-3
/
+11
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-2
/
+0
2017-11-21
allow loading external files in documentation
QuietMisdreavus
-1
/
+87
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
[next]