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
about
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-09-28
Improve help for recursion limit errors
Ross MacArthur
-2
/
+6
2021-09-15
Fix linting when trailing macro expands to a trailing semi
Aaron Hill
-6
/
+9
2021-09-10
Record call_site parent for macros.
Camille GILLOT
-1
/
+14
2021-09-02
expand: Treat more macro calls as statement macro calls
Vadim Petrochenkov
-33
/
+67
2021-08-21
Remove `NonMacroAttr.mark_used`
Aaron Hill
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-4
/
+1
2021-08-12
Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov"
Aaron Hill
-2
/
+7
2021-08-06
Remove special case for statement `NodeId` assignment
Aaron Hill
-7
/
+2
2021-07-25
Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkov
bors
-2
/
+18
2021-07-24
Rollup merge of #87389 - Aaron1011:expand-known-attrs, r=wesleywiser
Manish Goregaokar
-2
/
+2
2021-07-24
Display an extra note for trailing semicolon lint with trailing macro
Aaron Hill
-2
/
+18
2021-07-23
Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expand
Aaron Hill
-2
/
+2
2021-07-19
Warn on inert attributes used on bang macro invocation
Aaron Hill
-16
/
+33
2021-07-17
Only use `assign_id!` for ast nodes that support attributes
Aaron Hill
-5
/
+5
2021-07-17
Add additional missing lint handling logic
Aaron Hill
-1
/
+8
2021-07-17
Compute a better `lint_node_id` during expansion
Aaron Hill
-22
/
+78
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-3
/
+3
2021-07-14
Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitor
bors
-4
/
+8
2021-07-14
Suggest a path separator if a stray colon is found in a match arm
Fabian Wolff
-4
/
+8
2021-07-13
Cache expansion hash.
Camille GILLOT
-2
/
+2
2021-06-21
Rollup merge of #86491 - petrochenkov:derefact, r=Aaron1011
Yuki Okushi
-28
/
+2
2021-06-21
Do not set depth to 0 in fully_expand_fragment
Deadbeef
-1
/
+1
2021-06-20
expand: Move some more derive logic to `rustc_builtin_macros`
Vadim Petrochenkov
-28
/
+2
2021-06-04
Remove `doc(include)`
Joshua Nelson
-139
/
+5
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+1
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-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-1
/
+3
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-10
/
+28
2021-04-10
Expand derive invocations in left-to-right order
Aaron Hill
-3
/
+9
2021-04-07
Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkor
Dylan DPC
-2
/
+12
2021-04-06
Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco
Yuki Okushi
-1
/
+8
2021-04-04
resolve/expand: Cache intermediate results of `#[derive]` expansion
Vadim Petrochenkov
-1
/
+1
2021-04-04
Trigger `unused_doc_comments` on macros at once
Yuki Okushi
-2
/
+12
2021-04-03
expand: Do not ICE when a legacy AST-based macro attribute produces and empty...
Vadim Petrochenkov
-1
/
+8
2021-03-25
Ban custom inner attributes in expressions and statements
Aaron Hill
-7
/
+13
2021-03-19
stabilize or_patterns
mark
-2
/
+2
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
[next]