summary refs log tree commit diff
path: root/compiler/rustc_ast/src/util/parser.rs
AgeCommit message (Collapse)AuthorLines
2022-10-27Revert "Do not consider method call receiver as an argument in AST."Michael Goulet-2/+2
This reverts commit 970184528718d7c10579cac7b7e7e66ef2e2a3f5.
2022-09-16more simple formattingRageking8-34/+34
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-2/+2
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-1/+3
Using an obviously-placeholder syntax. An RFC would still be needed before this could have any chance at stabilization, and it might be removed at any point. But I'd really like to have it in nightly at least to ensure it works well with try_trait_v2, especially as we refactor the traits.
2021-11-06use matches!() macro in more placesMatthias Krüger-4/+4
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-2/+2
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+2
2020-10-14Remove unused code from rustc_astest31-1/+0
2020-08-30mv compiler to compiler/mark-0/+403