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-09-03
Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov
bors
-0
/
+8
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-0
/
+8
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-1
/
+1
2021-08-21
Remove `NonMacroAttr.mark_used`
Aaron Hill
-7
/
+4
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-0
/
+1
2021-07-25
Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkov
bors
-0
/
+2
2021-07-24
Display an extra note for trailing semicolon lint with trailing macro
Aaron Hill
-0
/
+2
2021-07-23
Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expand
Aaron Hill
-0
/
+6
2021-07-17
Only use `assign_id!` for ast nodes that support attributes
Aaron Hill
-0
/
+3
2021-07-17
Compute a better `lint_node_id` during expansion
Aaron Hill
-3
/
+3
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-16
/
+24
2021-07-13
expand: Support helper attributes for built-in derive macros
Vadim Petrochenkov
-2
/
+92
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-9
/
+1
2021-07-06
Store macro parent module in ExpnData.
Camille GILLOT
-0
/
+2
2021-06-20
expand: Move some more derive logic to `rustc_builtin_macros`
Vadim Petrochenkov
-1
/
+1
2021-06-04
Remove `doc(include)`
Joshua Nelson
-3
/
+3
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-3
/
+8
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-2
/
+14
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+4
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-1
/
+3
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-1
/
+1
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
[next]