Jon Ross-Perkins 6c458ffe7e Add import context for locations. (#3807) há 2 anos atrás
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) há 2 anos atrás
testdata b8ceb8dd8b Print a blank line after a diagnostic. (#3806) há 2 anos atrás
BUILD 0bd45f0d6b Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804) há 2 anos atrás
context.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) há 2 anos atrás
context.h 86a7c9ff45 Rename parse_node -> node_id (#3760) há 2 anos atrás
extract.cpp f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
handle_alias.cpp 1437b0e26d Implement 'alias' with transparent semantics. (#3701) há 2 anos atrás
handle_array_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) há 2 anos atrás
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) há 2 anos atrás
handle_binding_pattern.cpp 518e361328 Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713) há 2 anos atrás
handle_brace_expr.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) há 2 anos atrás
handle_call_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) há 2 anos atrás
handle_choice.cpp 65e95942de Choice parsing in toolchain (#3574) há 2 anos atrás
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) há 2 anos atrás
handle_decl_definition.cpp 5f439b842b Parsing `impl`...`as` (#3473) há 2 anos atrás
handle_decl_name_and_params.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) há 2 anos atrás
handle_decl_scope_loop.cpp 1437b0e26d Implement 'alias' with transparent semantics. (#3701) há 2 anos atrás
handle_expr.cpp fea2651e7c chore: fix typos (#3738) há 2 anos atrás
handle_function.cpp f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
handle_impl.cpp 7e06b703bf Clean up some redundant name qualifiers. (#3681) há 2 anos atrás
handle_import_and_package.cpp 8567e02aa7 Refactor handling of cross-package imports. (#3783) há 2 anos atrás
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) há 2 anos atrás
handle_let.cpp 8e956baca8 Basic support for associated constant declarations (#3737) há 2 anos atrás
handle_match.cpp 99bc9734d9 Add `match` parsing (#3664) há 2 anos atrás
handle_namespace.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) há 2 anos atrás
handle_paren_condition.cpp 99bc9734d9 Add `match` parsing (#3664) há 2 anos atrás
handle_paren_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) há 2 anos atrás
handle_pattern.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) há 2 anos atrás
handle_pattern_list.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) há 2 anos atrás
handle_period.cpp 3884d3c27e Parse and check support for compound member access. (#3790) há 2 anos atrás
handle_statement.cpp 1437b0e26d Implement 'alias' with transparent semantics. (#3701) há 2 anos atrás
handle_type.cpp 5f439b842b Parsing `impl`...`as` (#3473) há 2 anos atrás
handle_var.cpp 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) há 2 anos atrás
node_ids.h f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
node_kind.cpp a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) há 2 anos atrás
node_kind.def f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
node_kind.h 3884d3c27e Parse and check support for compound member access. (#3790) há 2 anos atrás
parse.cpp 0bd45f0d6b Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804) há 2 anos atrás
parse.h c8b30d3eec Split Parse out to its own target. (#3556) há 2 anos atrás
parse_fuzzer.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) há 2 anos atrás
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) há 2 anos atrás
precedence.h 033c68c45b Remove a couple unnecessary != operators. (#3808) há 2 anos atrás
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) há 2 anos atrás
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) há 2 anos atrás
state.def 3884d3c27e Parse and check support for compound member access. (#3790) há 2 anos atrás
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) há 2 anos atrás
tree.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) há 2 anos atrás
tree.h f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
tree_node_diagnostic_converter.h 6c458ffe7e Add import context for locations. (#3807) há 2 anos atrás
tree_test.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) há 2 anos atrás
typed_nodes.h f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
typed_nodes_test.cpp 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) há 2 anos atrás