Chandler Carruth df6a5a50dc Remove the `Dump` method from `Printable` (#7118) 6 өдөр өмнө
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 жил өмнө
testdata 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 сар өмнө
BUILD d11ee4b2b1 Implement parsing observe declarations (#6674) 2 сар өмнө
context.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 сар өмнө
context.h 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) 1 жил өмнө
dump.cpp df6a5a50dc Remove the `Dump` method from `Printable` (#7118) 6 өдөр өмнө
dump.h 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) 1 жил өмнө
extract.cpp 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) 1 жил өмнө
handle.h 8428b86cfb Update pre-commit clang-format version (#5825) 9 сар өмнө
handle_adapt.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_alias.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_array_expr.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 сар өмнө
handle_base.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_binding_pattern.cpp 2e155567bd Disallow `:?` within `var` (#6812) 1 сар өмнө
handle_brace_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 сар өмнө
handle_choice.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 сар өмнө
handle_code_block.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_decl_definition.cpp 58de34e534 Decouple associated constants from let (#5973) 8 сар өмнө
handle_decl_name_and_params.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 сар өмнө
handle_decl_scope_loop.cpp 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 сар өмнө
handle_expr.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_form_literal.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 сар өмнө
handle_function.cpp 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 сар өмнө
handle_if_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_impl.cpp 26381f6eaf Handle parsing of `require`...`impls` declarations (#6255) 6 сар өмнө
handle_import_and_package.cpp 8166f9a7cf Formalize Cpp as a PackageNameId (#6306) 5 сар өмнө
handle_index_expr.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 сар өмнө
handle_inline_decl.cpp 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 сар өмнө
handle_lambda.cpp 1c7a4030ab Parse invalid lambdas without crashing (#6826) 1 сар өмнө
handle_let.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_match.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_namespace.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_observe.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) 2 сар өмнө
handle_paren_condition.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 сар өмнө
handle_paren_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 сар өмнө
handle_pattern.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_pattern_list.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_period.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 сар өмнө
handle_require.cpp 26381f6eaf Handle parsing of `require`...`impls` declarations (#6255) 6 сар өмнө
handle_requirement.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 сар өмнө
handle_statement.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_type.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
handle_unused.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
handle_var.cpp 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
node_category.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 сар өмнө
node_category.h 18cfeb7476 Add support for `->?` return forms (#6849) 1 сар өмнө
node_ids.h 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
node_kind.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 сар өмнө
node_kind.def 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 сар өмнө
node_kind.h 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 сар өмнө
parse.cpp 58de34e534 Decouple associated constants from let (#5973) 8 сар өмнө
parse.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 сар өмнө
parse_fuzzer.cpp 2de746e83c Switch compile functions to use options structs (#5742) 10 сар өмнө
precedence.cpp 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 сар өмнө
precedence.h 181a592b8c Support for parsing expression patterns (#6977) 1 сар өмнө
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) 1 жил өмнө
state.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 сар өмнө
state.def 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 сар өмнө
state.h 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 жил өмнө
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 жил өмнө
tree.h 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 сар өмнө
tree_and_subtrees.cpp 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 сар өмнө
tree_and_subtrees.h bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 сар өмнө
tree_test.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 сар өмнө
typed_nodes.h 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 сар өмнө
typed_nodes_test.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 сар өмнө