summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe/metavar_expr.rs
AgeCommit message (Expand)AuthorLines
2023-02-03Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.Nicholas Nethercote-6/+6
2022-08-16Rename some things related to literals.Nicholas Nethercote-1/+1
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-3/+3
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-3/+3
2022-05-18use `CursorRef` more, to not to clone `Tree`sklensy-12/+14
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-2/+2
2022-04-05errors: implement fallback diagnostic translationDavid Wood-3/+5
2022-03-14Fix remaining meta-variable expression TODOsCaio-3/+3
2022-03-09Implement macro meta-variable expressionsCaio-0/+157