about summary refs log tree commit diff
path: root/src/librustdoc/html/macro_expansion.rs
AgeCommit message (Collapse)AuthorLines
2025-08-23Improve code and add test with macro coming from another file from the same ↵Guillaume Gomez-4/+4
crate
2025-08-23Also support statements and patterns for macro expansionGuillaume Gomez-2/+18
2025-08-23Do macro expansion at AST level rather than HIRGuillaume Gomez-0/+140