Richard Smith 4aa34978eb Import support for tuple, struct and integer values. (#4042) il y a 1 an
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) il y a 2 ans
testdata 83413479d7 Move some of the test information to TIP lines (#4007) il y a 1 an
BUILD 60db3df24b Remove glob_sh_run (#4041) il y a 1 an
context.cpp d9c62b106d Rename enclosing scope to parent scope (#4020) il y a 1 an
context.h d9c62b106d Rename enclosing scope to parent scope (#4020) il y a 1 an
extract.cpp c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) 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 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_array_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_base.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_binding_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_brace_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_call_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_choice.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_code_block.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_decl_definition.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_decl_name_and_params.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_decl_scope_loop.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_function.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_impl.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_import_and_package.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_index_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_let.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_match.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 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 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_paren_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 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 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_period.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_statement.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 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 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
node_ids.h c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) 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 4aa34978eb Import support for tuple, struct and integer values. (#4042) il y a 1 an
node_kind.h cda5f66d22 Refactor NodeCategory to provide a class API (#4004) il y a 1 an
parse.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
parse.h c8b30d3eec Split Parse out to its own target. (#3556) il y a 2 ans
parse_fuzzer.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) il y a 2 ans
precedence.h 033c68c45b Remove a couple unnecessary != operators. (#3808) il y a 2 ans
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) il y a 2 ans
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) il y a 2 ans
state.def 28170c7867 Parse parameters in name qualifiers. (#3988) il y a 1 an
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) il y a 2 ans
tree.cpp 517a416852 Clean up some misc toolchain braced inits. (#4013) il y a 1 an
tree.h 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
tree_node_diagnostic_converter.h b5d28f2c4b location -> loc abbreviation (#3826) il y a 2 ans
tree_test.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) il y a 2 ans
typed_nodes.h c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) il y a 1 an
typed_nodes_test.cpp c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) il y a 1 an