about summary refs log tree commit diff
path: root/src/librustdoc/html/macro_expansion.rs
AgeCommit message (Expand)AuthorLines
2025-08-23Improve code and add test with macro coming from another file from the same c...Guillaume Gomez-4/+4
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