about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe/metavar_expr.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-11/+10
2023-12-13Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkovbors-6/+26
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-1/+1
2023-12-01Attempt to try to resolve blocking concernsCaio-6/+26
2023-10-13Format all the let chains in compilerMichael Goulet-7/+7
2023-08-17[RFC-3086] Restrict the parsing of `count`Caio-1/+11
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-7/+4
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-3/+3
2023-04-09Fix some clippy::complexityNilstrieb-1/+1
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