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