Commits
Click on a commit to change the comparison rangerefactor(transformer/using): shorten `AstBuilder` calls (#9674)
Follow-on after #9310. Pure refactor. Use shorter `AstBuilder` calls where possible.
It's always preferable to use the `alloc_*` methods where possible, as it maximizes the chances compiler can see it can construct nodes directly in arena, rather than construct on stack and then copy to arena.10 months ago
by overlookmotel