Jon Ross-Perkins 161f46ed37 FloatingPointLiteral to RealLiteral fixup (#3430) 2 lat temu
..
fuzzer_corpus 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 lat temu
testdata 239f8030a4 Pass imports to SemIR. (#3415) 2 lat temu
BUILD 239f8030a4 Pass imports to SemIR. (#3415) 2 lat temu
__init__.py 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 lat temu
check.cpp 239f8030a4 Pass imports to SemIR. (#3415) 2 lat temu
check.h d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) 2 lat temu
check_fuzzer.cpp 377e9a0968 In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218) 2 lat temu
context.cpp 239f8030a4 Pass imports to SemIR. (#3415) 2 lat temu
context.h 239f8030a4 Pass imports to SemIR. (#3415) 2 lat temu
convert.cpp c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 lat temu
convert.h c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 lat temu
decl_name_stack.cpp 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
decl_name_stack.h 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
handle_array.cpp 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 lat temu
handle_call_expr.cpp 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
handle_class.cpp 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) 2 lat temu
handle_codeblock.cpp 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 lat temu
handle_expr_statement.cpp 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
handle_file.cpp 7f2f4bec4f Add a `Field` node for fields in a class. (#3332) 2 lat temu
handle_function.cpp c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 lat temu
handle_if_expr.cpp 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
handle_if_statement.cpp 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 lat temu
handle_import_and_package.cpp 204c04dbb9 Add more package and import support. (#3402) 2 lat temu
handle_index.cpp c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 lat temu
handle_interface.cpp 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
handle_let.cpp 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
handle_literal.cpp 161f46ed37 FloatingPointLiteral to RealLiteral fixup (#3430) 2 lat temu
handle_loop_statement.cpp 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 lat temu
handle_name.cpp c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 lat temu
handle_named_constraint.cpp 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
handle_namespace.cpp 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
handle_noop.cpp 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
handle_operator.cpp c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 lat temu
handle_param_list.cpp 729ea69385 `parameter` -> `param` file renaming (#3397) 2 lat temu
handle_paren.cpp 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 lat temu
handle_pattern_binding.cpp 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) 2 lat temu
handle_return_statement.cpp 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) 2 lat temu
handle_struct.cpp d21e7b4f14 Detect duplicate member names in struct and struct type literals (#3395) 2 lat temu
handle_variable.cpp 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) 2 lat temu
inst_block_stack.cpp 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) 2 lat temu
inst_block_stack.h 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) 2 lat temu
node_stack.cpp 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) 2 lat temu
node_stack.h a204689893 Use more specific node kinds for literals. (#3419) 2 lat temu
pending_block.h 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) 2 lat temu
return.cpp 522dcc44c5 Finish "declaration" -> "decl" (#3391) 2 lat temu
return.h afd6d85610 Support for `returned var` and `return var`. (#3374) 2 lat temu