Richard Smith 28ceb4dd4e Basic check support for adapters. (#3874) пре 2 година
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) пре 2 година
testdata 28ceb4dd4e Basic check support for adapters. (#3874) пре 2 година
BUILD 0bd45f0d6b Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804) пре 2 година
context.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) пре 2 година
context.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) пре 2 година
extract.cpp f0e940ddfd Initial support for builtin functions. (#3803) пре 2 година
handle_adapt.cpp c5b7ff212b Parsing support for `adapt` declarations. (#3871) пре 2 година
handle_alias.cpp 1437b0e26d Implement 'alias' with transparent semantics. (#3701) пре 2 година
handle_array_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) пре 2 година
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) пре 2 година
handle_binding_pattern.cpp 518e361328 Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713) пре 2 година
handle_brace_expr.cpp a034f86272 Change struct literal parsing to use placeholders. (#3850) пре 2 година
handle_call_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) пре 2 година
handle_choice.cpp 65e95942de Choice parsing in toolchain (#3574) пре 2 година
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) пре 2 година
handle_decl_definition.cpp 5f439b842b Parsing `impl`...`as` (#3473) пре 2 година
handle_decl_name_and_params.cpp b5d28f2c4b location -> loc abbreviation (#3826) пре 2 година
handle_decl_scope_loop.cpp c5b7ff212b Parsing support for `adapt` declarations. (#3871) пре 2 година
handle_expr.cpp fea2651e7c chore: fix typos (#3738) пре 2 година
handle_function.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) пре 2 година
handle_impl.cpp 7e06b703bf Clean up some redundant name qualifiers. (#3681) пре 2 година
handle_import_and_package.cpp 8567e02aa7 Refactor handling of cross-package imports. (#3783) пре 2 година
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) пре 2 година
handle_let.cpp 8e956baca8 Basic support for associated constant declarations (#3737) пре 2 година
handle_match.cpp 99bc9734d9 Add `match` parsing (#3664) пре 2 година
handle_namespace.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) пре 2 година
handle_paren_condition.cpp 99bc9734d9 Add `match` parsing (#3664) пре 2 година
handle_paren_expr.cpp b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) пре 2 година
handle_pattern.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) пре 2 година
handle_pattern_list.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) пре 2 година
handle_period.cpp 49252592f0 Prevent tuples after `.` and `->` (#3830) пре 2 година
handle_statement.cpp 1437b0e26d Implement 'alias' with transparent semantics. (#3701) пре 2 година
handle_type.cpp 5f439b842b Parsing `impl`...`as` (#3473) пре 2 година
handle_var.cpp 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) пре 2 година
node_ids.h f0e940ddfd Initial support for builtin functions. (#3803) пре 2 година
node_kind.cpp a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) пре 2 година
node_kind.def c5b7ff212b Parsing support for `adapt` declarations. (#3871) пре 2 година
node_kind.h e66406ec93 Disable bugprone-macro-parentheses and let clang-format insert braces. (#3825) пре 2 година
parse.cpp 0bd45f0d6b Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804) пре 2 година
parse.h c8b30d3eec Split Parse out to its own target. (#3556) пре 2 година
parse_fuzzer.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) пре 2 година
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) пре 2 година
precedence.h 033c68c45b Remove a couple unnecessary != operators. (#3808) пре 2 година
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) пре 2 година
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) пре 2 година
state.def c5b7ff212b Parsing support for `adapt` declarations. (#3871) пре 2 година
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) пре 2 година
tree.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) пре 2 година
tree.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) пре 2 година
tree_node_diagnostic_converter.h b5d28f2c4b location -> loc abbreviation (#3826) пре 2 година
tree_test.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) пре 2 година
typed_nodes.h c5b7ff212b Parsing support for `adapt` declarations. (#3871) пре 2 година
typed_nodes_test.cpp 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) пре 2 година