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
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-30
/
+30
2021-03-14
expand: Resolve and expand inner attributes on out-of-line modules
Vadim Petrochenkov
-7
/
+13
2021-03-05
expand: Align some code with the PR fixing inner attributes on out-of-line mo...
Vadim Petrochenkov
-6
/
+13
2021-03-05
rustc_interface: Hide some hacky details of early linting from expand
Vadim Petrochenkov
-6
/
+4
2021-03-05
expand: Some more consistent naming in module loading
Vadim Petrochenkov
-9
/
+11
2021-03-05
expand: Less path cloning during module loading
Vadim Petrochenkov
-14
/
+22
2021-03-05
expand: Move module file path stack from global session to expansion data
Vadim Petrochenkov
-35
/
+36
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-4
/
+4
2021-02-23
expand: Preserve order of inert attributes during expansion
Vadim Petrochenkov
-9
/
+14
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-43
/
+47
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-24
/
+14
2021-02-17
Rollup merge of #81869 - mark-i-m:leading-vert, r=petrochenkov
Dylan DPC
-2
/
+4
2021-02-15
Simplify pattern grammar by allowing nested leading vert
mark
-2
/
+4
2021-02-14
expand: Remove redundant calls to configure
Vadim Petrochenkov
-21
/
+3
2021-02-14
expand: Remove obsolete `ExpansionConfig::keep_macs`
Vadim Petrochenkov
-4
/
+2
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-222
/
+117
2021-01-31
Improve handling of spans around macro result parse errors
Aaron Hill
-1
/
+3
2021-01-28
Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser
Yuki Okushi
-1
/
+1
2021-01-23
Make `-Z time-passes` less noisy
Joshua Nelson
-1
/
+1
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-2
/
+2
2021-01-09
resolve/expand: Improve attribute expansion on macro definitions and calls
Vadim Petrochenkov
-7
/
+2
2021-01-07
rustc_parse: Better spans for synthesized token streams
Vadim Petrochenkov
-1
/
+0
2021-01-03
Make `ExpnData` fields `krate` and `orig_id` private
Aaron Hill
-5
/
+6
2020-12-29
Remove pretty-print/reparse hack, and add derive-specific hack
Aaron Hill
-6
/
+35
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
[next]