Jon Ross-Perkins 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) il y a 2 ans
testdata 607522c7de Fix a case of `InvalidParse` with `has_error = false` (#4481) il y a 1 an
BUILD 4148161e24 Refactor value store code to use separate files. (#4477) il y a 1 an
context.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
context.h 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) il y a 1 an
extract.cpp 0ca0d0d4f5 Small refactoring to Extract for compile time. (#4444) il y a 1 an
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_adapt.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_alias.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_array_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_base.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_binding_pattern.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_brace_expr.cpp dd43bb92b5 Refactor struct literal parse nodes. (#4470) il y a 1 an
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_choice.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_code_block.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_decl_name_and_params.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_decl_scope_loop.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_function.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_if_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_impl.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_import_and_package.cpp 4148161e24 Refactor value store code to use separate files. (#4477) il y a 1 an
handle_index_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_let.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_match.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_paren_condition.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_paren_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_pattern_list.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_period.cpp 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) il y a 1 an
handle_requirement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_var.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
node_ids.h c33c9a02f6 Parse support for `where` operator (#4275) il y a 1 an
node_kind.cpp 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) il y a 1 an
node_kind.def dd43bb92b5 Refactor struct literal parse nodes. (#4470) il y a 1 an
node_kind.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
parse.cpp 1b2eb42c5a Start avoiding parse diagnostics on error tokens (#4431) il y a 1 an
parse.h c8b30d3eec Split Parse out to its own target. (#3556) il y a 2 ans
parse_fuzzer.cpp 4148161e24 Refactor value store code to use separate files. (#4477) il y a 1 an
precedence.cpp 02c263294c Move the constants in the precedence table into the header. (#4308) il y a 1 an
precedence.h 02c263294c Move the constants in the precedence table into the header. (#4308) il y a 1 an
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) il y a 1 an
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) il y a 2 ans
state.def 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) il y a 1 an
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) il y a 2 ans
tree.cpp d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) il y a 1 an
tree.h 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
tree_and_subtrees.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
tree_and_subtrees.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
tree_node_diagnostic_converter.h f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
tree_test.cpp 4148161e24 Refactor value store code to use separate files. (#4477) il y a 1 an
typed_nodes.h dd43bb92b5 Refactor struct literal parse nodes. (#4470) il y a 1 an
typed_nodes_test.cpp 0f350255ce Refactor compile-related tests to share construction. (#4396) il y a 1 an