Geoff Romer 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) %!s(int64=2) %!d(string=hai) anos
testdata 8738497301 Fix parse support for 'fn F[];' (#5135) hai 1 ano
BUILD 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) hai 1 ano
context.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
context.h 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) hai 1 ano
dump.cpp 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) hai 1 ano
dump.h 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) hai 1 ano
extract.cpp b555392cee Add a typed node return to AddNode (#5123) hai 1 ano
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hai 1 ano
handle_adapt.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_alias.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_array_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_base.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_binding_pattern.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_brace_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_call_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_choice.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_code_block.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_decl_definition.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_decl_name_and_params.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_decl_scope_loop.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_function.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_if_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_impl.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_import_and_package.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_index_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_let.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_match.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_namespace.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_paren_condition.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_paren_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_pattern.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_pattern_list.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_period.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_requirement.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_statement.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_type.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
handle_var.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
node_category.cpp 90b6f5a22c Refactor NodeCategory for X-macros (#5029) hai 1 ano
node_category.h c44e688e5d Add parsing for 'fn destroy' (#5045) hai 1 ano
node_ids.h 701f12d9a2 Clean up LocIdAndInst::UncheckedLoc uses (#5151) hai 1 ano
node_kind.cpp 90b6f5a22c Refactor NodeCategory for X-macros (#5029) hai 1 ano
node_kind.def a584ee120e Add support for `_` binding patterns (#5097) hai 1 ano
node_kind.h 90b6f5a22c Refactor NodeCategory for X-macros (#5029) hai 1 ano
parse.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
parse.h acbe6530c3 Move diagnostics into a namespace (#5173) hai 1 ano
parse_fuzzer.cpp acbe6530c3 Move diagnostics into a namespace (#5173) hai 1 ano
precedence.cpp 197e784140 Add parsing for partial types (#5009) 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 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
state.def 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
state.h 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) hai 1 ano
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
tree.h dfe1c880ea Clean up node kind information for namespaces (#5120) hai 1 ano
tree_and_subtrees.cpp 0d3d829478 Cleanup pass over llvm::seq uses (#5185) hai 1 ano
tree_and_subtrees.h acbe6530c3 Move diagnostics into a namespace (#5173) hai 1 ano
tree_test.cpp 467e510d40 Document abbreviation style things (#4996) hai 1 ano
typed_nodes.h a584ee120e Add support for `_` binding patterns (#5097) hai 1 ano
typed_nodes_test.cpp 701f12d9a2 Clean up LocIdAndInst::UncheckedLoc uses (#5151) hai 1 ano