Jon Ross-Perkins 0ca0d0d4f5 Small refactoring to Extract for compile time. (#4444) hai 1 ano
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) %!s(int64=2) %!d(string=hai) anos
testdata e58ce3e1bb Add coverage testing for parse node kinds. (#4436) hai 1 ano
BUILD e58ce3e1bb Add coverage testing for parse node kinds. (#4436) hai 1 ano
context.cpp 302aa1bb30 Remove uses of StringLiteral in format strings. (#4416) hai 1 ano
context.h 06344aeb7c Do some tactical inlining across lexer and parser. (#4307) hai 1 ano
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) hai 1 ano
extract.cpp 0ca0d0d4f5 Small refactoring to Extract for compile time. (#4444) hai 1 ano
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_adapt.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_alias.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_array_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_base.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_binding_pattern.cpp 302aa1bb30 Remove uses of StringLiteral in format strings. (#4416) hai 1 ano
handle_brace_expr.cpp 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) hai 1 ano
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hai 1 ano
handle_choice.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_code_block.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hai 1 ano
handle_decl_name_and_params.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_decl_scope_loop.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_function.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_if_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_impl.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_import_and_package.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_index_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hai 1 ano
handle_let.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hai 1 ano
handle_match.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_paren_condition.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_paren_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_pattern_list.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hai 1 ano
handle_period.cpp 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) hai 1 ano
handle_requirement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_var.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hai 1 ano
node_ids.h c33c9a02f6 Parse support for `where` operator (#4275) hai 1 ano
node_kind.cpp 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) hai 1 ano
node_kind.def d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) hai 1 ano
node_kind.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) hai 1 ano
parse.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) hai 1 ano
parse.h c8b30d3eec Split Parse out to its own target. (#3556) %!s(int64=2) %!d(string=hai) anos
parse_fuzzer.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
precedence.cpp 02c263294c Move the constants in the precedence table into the header. (#4308) hai 1 ano
precedence.h 02c263294c Move the constants in the precedence table into the header. (#4308) hai 1 ano
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) hai 1 ano
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) %!s(int64=2) %!d(string=hai) anos
state.def 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) hai 1 ano
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) %!s(int64=2) %!d(string=hai) anos
tree.cpp d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) hai 1 ano
tree.h d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) hai 1 ano
tree_and_subtrees.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) hai 1 ano
tree_and_subtrees.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) hai 1 ano
tree_node_diagnostic_converter.h f67791cfee Separate subtree size information from parse nodes. (#4174) hai 1 ano
tree_test.cpp 0f350255ce Refactor compile-related tests to share construction. (#4396) hai 1 ano
typed_nodes.h 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) hai 1 ano
typed_nodes_test.cpp 0f350255ce Refactor compile-related tests to share construction. (#4396) hai 1 ano