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 년 전