Richard Smith 90d2d7ef65 Fix some minor errors in diagnostic text. (#3047) 2 lat temu
..
fuzzer_corpus 907fa82fc6 Fuzz semantics when it passes parsing without errors. (#3003) 2 lat temu
testdata 90d2d7ef65 Fix some minor errors in diagnostic text. (#3047) 2 lat temu
BUILD 35ccac5125 Semantics and lowering for `type` keyword and type values. (#3022) 2 lat temu
__init__.py 55e124a667 Refactor update_checks into a more generic lit_autoupdate (#2277) 3 lat temu
autoupdate_testdata.py 735502273b Refactor lit test infra under //testing. (#2829) 3 lat temu
semantics_builtin_kind.cpp 709412ca97 Remove the builtin empty tuple value (not type). (#2850) 2 lat temu
semantics_builtin_kind.def db5e269097 Removed builtin empty tuple type (#3021) 2 lat temu
semantics_builtin_kind.h c615d76196 Add stringification for nodes. (#2704) 3 lat temu
semantics_context.cpp 90d2d7ef65 Fix some minor errors in diagnostic text. (#3047) 2 lat temu
semantics_context.h 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 lat temu
semantics_declaration_name_stack.cpp 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) 2 lat temu
semantics_declaration_name_stack.h 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) 2 lat temu
semantics_file_test.cpp eb05f618ce Refactor FileTest construction so that the test class is directly available. (#3035) 2 lat temu
semantics_fuzzer.cpp 907fa82fc6 Fuzz semantics when it passes parsing without errors. (#3003) 2 lat temu
semantics_handle_call_expression.cpp db5e269097 Removed builtin empty tuple type (#3021) 2 lat temu
semantics_handle_class.cpp 77385aa344 Refactor semantics logic into separate files. (#2819) 3 lat temu
semantics_handle_codeblock.cpp 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 lat temu
semantics_handle_function.cpp db5e269097 Removed builtin empty tuple type (#3021) 2 lat temu
semantics_handle_if_expression.cpp 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) 2 lat temu
semantics_handle_if_statement.cpp 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) 2 lat temu
semantics_handle_index.cpp 6cca85534f Parser for index expression such as a[0] (#3033) 2 lat temu
semantics_handle_interface.cpp 77385aa344 Refactor semantics logic into separate files. (#2819) 3 lat temu
semantics_handle_literal.cpp 35ccac5125 Semantics and lowering for `type` keyword and type values. (#3022) 2 lat temu
semantics_handle_loop_statement.cpp 288ad9f8e5 Split statement-specific parts of `semantics_handle.cpp` into separate files. (#2949) 2 lat temu
semantics_handle_name.cpp 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 lat temu
semantics_handle_named_constraint.cpp 239cdcc457 Finish splitting out semantics_handle.cpp (#2976) 2 lat temu
semantics_handle_namespace.cpp 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) 2 lat temu
semantics_handle_noop.cpp 239cdcc457 Finish splitting out semantics_handle.cpp (#2976) 2 lat temu
semantics_handle_operator.cpp 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) 2 lat temu
semantics_handle_package.cpp 77385aa344 Refactor semantics logic into separate files. (#2819) 3 lat temu
semantics_handle_parameter_list.cpp 9751b4701d Start node stack push/pop setting IdT based on ParseNodeKind. (#2985) 2 lat temu
semantics_handle_paren.cpp 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 lat temu
semantics_handle_pattern_binding.cpp 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) 2 lat temu
semantics_handle_statement.cpp 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 lat temu
semantics_handle_struct.cpp 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 lat temu
semantics_handle_variable.cpp 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 lat temu
semantics_ir.cpp 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 lat temu
semantics_ir.h db5e269097 Removed builtin empty tuple type (#3021) 2 lat temu
semantics_ir_test.cpp 6a81a3396e Updated tests for tool chain to incorporate type blocks (#3008) 2 lat temu
semantics_node.cpp 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 lat temu
semantics_node.h 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 lat temu
semantics_node_block_stack.cpp 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) 2 lat temu
semantics_node_block_stack.h 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) 2 lat temu
semantics_node_kind.cpp 3a9bc01ec4 Flatten two terminator kind macros into one. (#2948) 2 lat temu
semantics_node_kind.def 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 lat temu
semantics_node_kind.h 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) 2 lat temu
semantics_node_stack.cpp a1a7251716 Refactor NodeStack APIs to better handle the increase of distinct ID types. (#2864) 2 lat temu
semantics_node_stack.h 0acc62fec0 Clean up unnecessary Carbon:: uses in the node stack. (#3004) 2 lat temu