Thomas Köppe bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 anni fa
testdata 8738497301 Fix parse support for 'fn F[];' (#5135) 1 anno fa
BUILD 8c3fa80691 Add cc rule wrappers for cc_env (#5277) 1 anno fa
context.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
context.h 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) 1 anno fa
dump.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
dump.h 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) 1 anno fa
extract.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 anno fa
handle_adapt.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_alias.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_array_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_base.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_binding_pattern.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_brace_expr.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
handle_call_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_choice.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_code_block.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_decl_definition.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_decl_name_and_params.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
handle_decl_scope_loop.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
handle_expr.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
handle_function.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_if_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_impl.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_import_and_package.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
handle_index_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_let.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_match.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_namespace.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_paren_condition.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
handle_paren_expr.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
handle_pattern.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_pattern_list.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_period.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_requirement.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_statement.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
handle_type.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
handle_var.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
node_category.cpp 90b6f5a22c Refactor NodeCategory for X-macros (#5029) 1 anno fa
node_category.h c44e688e5d Add parsing for 'fn destroy' (#5045) 1 anno fa
node_ids.h a527626d87 Add tests and range enforcement for current LocId use-cases (#5274) 1 anno fa
node_kind.cpp 90b6f5a22c Refactor NodeCategory for X-macros (#5029) 1 anno fa
node_kind.def a584ee120e Add support for `_` binding patterns (#5097) 1 anno fa
node_kind.h 90b6f5a22c Refactor NodeCategory for X-macros (#5029) 1 anno fa
parse.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
parse.h acbe6530c3 Move diagnostics into a namespace (#5173) 1 anno fa
parse_fuzzer.cpp acbe6530c3 Move diagnostics into a namespace (#5173) 1 anno fa
precedence.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
precedence.h 6322c7734e Don't define an unscoped enumeration out of line. (#5282) 1 anno fa
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) 1 anno fa
state.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
state.def 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
state.h 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 anno fa
tree.h dfe1c880ea Clean up node kind information for namespaces (#5120) 1 anno fa
tree_and_subtrees.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
tree_and_subtrees.h acbe6530c3 Move diagnostics into a namespace (#5173) 1 anno fa
tree_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) 1 anno fa
typed_nodes.h a584ee120e Add support for `_` binding patterns (#5097) 1 anno fa
typed_nodes_test.cpp 701f12d9a2 Clean up LocIdAndInst::UncheckedLoc uses (#5151) 1 anno fa