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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-60
/
+19
2021-04-04
resolve/expand: Cache intermediate results of `#[derive]` expansion
Vadim Petrochenkov
-5
/
+4
2021-03-18
Rollup merge of #83168 - Aaron1011:lint-procedural-masquerade, r=petrochenkov
Dylan DPC
-0
/
+40
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-33
/
+33
2021-03-15
Extend `proc_macro_back_compat` lint to `procedural-masquerade`
Aaron Hill
-0
/
+40
2021-03-12
Auto merge of #82422 - petrochenkov:allunst, r=oli-obk
bors
-2
/
+3
2021-03-08
Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011
Dylan DPC
-2
/
+16
2021-03-08
Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco
Dylan DPC
-9
/
+28
2021-03-06
rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`
Vadim Petrochenkov
-2
/
+16
2021-03-05
Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis
bors
-3
/
+9
2021-03-05
rustc_interface: Hide some hacky details of early linting from expand
Vadim Petrochenkov
-3
/
+6
2021-03-05
expand: Some more consistent naming in module loading
Vadim Petrochenkov
-3
/
+3
2021-03-05
expand: Move module file path stack from global session to expansion data
Vadim Petrochenkov
-3
/
+19
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-4
/
+8
2021-02-23
expand: Do not allocate `Lrc` for `allow_internal_unstable` list unless neces...
Vadim Petrochenkov
-2
/
+3
2021-02-21
remove redundant wrapping of return types of allow_internal_unstable() and ru...
Matthias Krüger
-2
/
+2
2021-02-11
Add test for "const stability on macro"
Esteban Küber
-2
/
+5
2021-02-10
Tweak stability attribute diagnostic output
Esteban Küber
-3
/
+6
2021-02-09
add method to construct def site path as a vec of idents
Skgland
-0
/
+4
2021-02-07
Address review comments
Vadim Petrochenkov
-0
/
+3
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-28
/
+16
2021-01-23
Make `-Z time-passes` less noisy
Joshua Nelson
-2
/
+4
2021-01-10
resolve: Simplify built-in macro table
Vadim Petrochenkov
-1
/
+1
2021-01-09
Formatting.
Mara Bos
-1
/
+3
2021-01-09
Allow #[rustc_builtin_macro = "name"].
Mara Bos
-8
/
+4
2021-01-07
rustc_parse: Better spans for synthesized token streams
Vadim Petrochenkov
-1
/
+1
2021-01-03
Make `ExpnData` fields `krate` and `orig_id` private
Aaron Hill
-11
/
+9
2020-12-29
Remove pretty-print/reparse hack, and add derive-specific hack
Aaron Hill
-6
/
+9
2020-12-03
Fix some clippy lints
Joshua Nelson
-6
/
+4
2020-11-26
Properly handle attributes on statements
Aaron Hill
-2
/
+0
2020-11-24
Invoke attributes on the statement for statement items
Aaron Hill
-0
/
+9
2020-11-19
resolve/expand: Misc cleanup
Vadim Petrochenkov
-1
/
+3
2020-11-19
expand: Tell built-in macros whether we are currently in forced expansion mode
Vadim Petrochenkov
-2
/
+5
2020-11-01
Use the right span for errors about #[deprecated] attributes.
Mara Bos
-1
/
+1
2020-10-14
Remove unused code from remaining compiler crates
est31
-14
/
+0
2020-09-28
expand: Minor fn ptr call cleanup
Vadim Petrochenkov
-3
/
+3
2020-09-28
expand: Stop un-interpolating `NtIdent`s before passing them to built-in macros
Vadim Petrochenkov
-25
/
+2
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-0
/
+2
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1227