Maybe Waffle
417ed9fee2
Remove ref patterns from rustc_ast
...
Also use if let chains in one case.
2022-11-21 09:18:59 +00:00
Nicholas Nethercote
6b7ca2fcf2
Box ExprKind::{Closure,MethodCall}, and QSelf in expressions, types, and patterns.
2022-11-17 13:45:59 +11:00
Rageking8
d433efa649
more simple formatting
2022-09-16 19:07:42 +08:00
Camille GILLOT
9701845287
Do not consider method call receiver as an argument in AST.
2022-08-10 18:34:54 +02:00
Scott McMurray
e094ee5f10
Add do yeet expressions to allow experimentation in nightly
...
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.
2022-04-30 17:40:27 -07:00
Matthias Krüger
0a5640b55f
use matches!() macro in more places
2021-11-06 16:13:14 +01:00
r00ster91
3c1d55422a
Some "parenthesis" and "parentheses" fixes
2021-10-17 12:04:01 +02:00
Santiago Pastorino
c3e8d7965c
Parse inline const expressions
2020-10-16 15:15:30 -03:00
est31
49d4a756f1
Remove unused code from rustc_ast
2020-10-14 04:14:32 +02:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00