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
/
compiler
/
rustc_expand
/
src
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-04
Rollup merge of #79678 - jyn514:THE-PAPERCLIP-COMETH, r=varkor
Dylan DPC
-2
/
+6
2020-12-03
Fix some clippy lints
Joshua Nelson
-2
/
+6
2020-12-01
Created NestedMetaItem::name_value_literal_span method
Guillaume Gomez
-6
/
+5
2020-11-26
Properly handle attributes on statements
Aaron Hill
-9
/
+3
2020-11-24
Invoke attributes on the statement for statement items
Aaron Hill
-4
/
+21
2020-11-19
expand: Mark some dead code in derive expansion as unreachable
Vadim Petrochenkov
-3
/
+0
2020-11-19
expand: Stop derive expansion un unexpected targets early
Vadim Petrochenkov
-25
/
+35
2020-11-19
expand: Cleanup attribute collection in invocation collector
Vadim Petrochenkov
-141
/
+39
2020-11-19
resolve/expand: Misc cleanup
Vadim Petrochenkov
-3
/
+0
2020-11-19
resolve: Centralize some error reporting for unexpected macro resolutions
Vadim Petrochenkov
-17
/
+24
2020-11-19
expand: Move `fully_configure` to `config.rs`
Vadim Petrochenkov
-42
/
+0
2020-11-19
expand: Tell built-in macros whether we are currently in forced expansion mode
Vadim Petrochenkov
-26
/
+28
2020-11-12
Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
bors
-6
/
+4
2020-11-09
Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
Dylan DPC
-2
/
+0
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-6
/
+4
2020-11-06
rustc_expand: use collect_bang helper instead of manual reimplementation
est31
-3
/
+3
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-2
/
+0
2020-10-25
Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov
Yuki Okushi
-1
/
+2
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-1
/
+2
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-0
/
+1
2020-10-07
Detect blocks that could be struct expr bodies
Esteban Küber
-2
/
+2
2020-10-01
Import struct_span_err macro instead of prepending it
Guillaume Gomez
-2
/
+2
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-2
/
+2
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-2
/
+5
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-0
/
+1
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-5
/
+22
2020-09-08
Create new E0774 code error
Guillaume Gomez
-3
/
+6
2020-09-01
Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov
Tyler Mandry
-2
/
+2
2020-08-30
Add `-Z proc-macro-backtrace` to allow showing proc-macro panics
Aaron Hill
-0
/
+2
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+1812