Jon Ross-Perkins 197e784140 Add parsing for partial types (#5009) hace 1 año
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) hace 2 años
testdata 197e784140 Add parsing for partial types (#5009) hace 1 año
BUILD 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hace 1 año
context.cpp e79d3be5bd Combine DiagnosticConverter into DiagnosticEmitter (#4878) hace 1 año
context.h e79d3be5bd Combine DiagnosticConverter into DiagnosticEmitter (#4878) hace 1 año
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) hace 1 año
dump.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hace 1 año
dump.h 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) hace 1 año
extract.cpp 21252b5e94 Add missing trailing return types (#5006) hace 1 año
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hace 1 año
handle_adapt.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hace 1 año
handle_alias.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hace 1 año
handle_array_expr.cpp 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) hace 1 año
handle_base.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hace 1 año
handle_binding_pattern.cpp 6dda094928 Superficial support for `template` modifier on symbolic bindings. (#4948) hace 1 año
handle_brace_expr.cpp dd43bb92b5 Refactor struct literal parse nodes. (#4470) hace 1 año
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hace 1 año
handle_choice.cpp 74e1a9949f Support tuple patterns outside parameter lists (#4923) hace 1 año
handle_code_block.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hace 1 año
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hace 1 año
handle_decl_name_and_params.cpp 74e1a9949f Support tuple patterns outside parameter lists (#4923) hace 1 año
handle_decl_scope_loop.cpp 9cd3f0aa3d Remove obsolete '...' hints on node kind macros (#4958) hace 1 año
handle_expr.cpp 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) hace 1 año
handle_function.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hace 1 año
handle_if_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) hace 1 año
handle_impl.cpp f502e8d6ff Avoid speculatively pushing a pattern block in impl handling (#4943) hace 1 año
handle_import_and_package.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) hace 1 año
handle_index_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hace 1 año
handle_let.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) hace 1 año
handle_match.cpp 0396bbf9df Improve `match` parsing diagnostics (#4934) hace 1 año
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hace 1 año
handle_paren_condition.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) hace 1 año
handle_paren_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) hace 1 año
handle_pattern.cpp 943acf1ec2 Separate node kind for bindings inside `var` (#4822) hace 1 año
handle_pattern_list.cpp 74e1a9949f Support tuple patterns outside parameter lists (#4923) hace 1 año
handle_period.cpp 4f10735751 Track params in the parser (#4777) hace 1 año
handle_requirement.cpp 4f10735751 Track params in the parser (#4777) hace 1 año
handle_statement.cpp 9cd3f0aa3d Remove obsolete '...' hints on node kind macros (#4958) hace 1 año
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) hace 1 año
handle_var.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hace 1 año
node_ids.h 3f01310039 Make choice work for alternatives without parameters (#4815) hace 1 año
node_kind.cpp 1be726d3a2 Fix `NodeCategory` printing. (#4983) hace 1 año
node_kind.def 197e784140 Add parsing for partial types (#5009) hace 1 año
node_kind.h 21252b5e94 Add missing trailing return types (#5006) hace 1 año
parse.cpp 8f685b6953 Change how diagnostics are ordered (#4778) hace 1 año
parse.h c8b30d3eec Split Parse out to its own target. (#3556) hace 2 años
parse_fuzzer.cpp 4eb955bf42 Drop std:: on size_t in various spots. (#4546) hace 1 año
precedence.cpp 197e784140 Add parsing for partial types (#5009) hace 1 año
precedence.h 02c263294c Move the constants in the precedence table into the header. (#4308) hace 1 año
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) hace 1 año
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) hace 2 años
state.def 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) hace 1 año
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) hace 2 años
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hace 1 año
tree.h 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) hace 1 año
tree_and_subtrees.cpp 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hace 1 año
tree_and_subtrees.h 2fef1cb713 Switch to trailing returns in toolchain and related code. (#4919) hace 1 año
tree_test.cpp 74e1a9949f Support tuple patterns outside parameter lists (#4923) hace 1 año
typed_nodes.h 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) hace 1 año
typed_nodes_test.cpp 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) hace 1 año