Chandler Carruth 6037b11e90 Teach the parser to not crash on the spaceship `<=>` operator. (#3494) 2 роки тому
..
assign.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
associative.carbon c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 роки тому
fail_chained_assign.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fail_infix_uneven_space_after.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
fail_invalid_infix.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
fail_postincrement.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fail_precedence_and_or.carbon c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 роки тому
fail_precedence_as.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fail_precedence_assign.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fail_precedence_or_and.carbon c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 роки тому
fail_precedence_star_minus.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
fail_precedence_star_star.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
fail_star_star_no_space.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
fail_variety.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fixity_in_call.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fixity_in_params.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fixity_in_var.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
fixity_with_assign.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
infix.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
infix_no_space.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
infix_with_paren_after.carbon 5897e57c21 Clarify naming around paren expressions (#3444) 2 роки тому
infix_with_paren_before.carbon 5897e57c21 Clarify naming around paren expressions (#3444) 2 роки тому
postfix.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
postfix_repeat.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
postfix_space_after_op.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
precedence_as.carbon c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 роки тому
precedence_assign.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
precedence_not.carbon c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 роки тому
precedence_unary.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
prefix.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
prefix_no_space.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
prefix_repeat.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
recover_infix_uneven_space_before.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
recover_postfix_space.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
recover_postfix_space_before_comma.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
recover_postfix_space_in_call.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
recover_postfix_space_surrounding.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
recover_prefix_repeat.carbon 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 роки тому
recover_prefix_space.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
recover_prefix_uneven_space_with_assign.carbon fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 роки тому
spaceship.carbon 6037b11e90 Teach the parser to not crash on the spaceship `<=>` operator. (#3494) 2 роки тому