Jon Ross-Perkins 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
..
fuzzer_corpus 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 anni fa
testdata bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 anni fa
BUILD 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
call.cpp cf361a83f3 Overloaded operator support. (#3796) 2 anni fa
call.h cf361a83f3 Overloaded operator support. (#3796) 2 anni fa
check.cpp 895e90e791 Start including the prelude for testing. (#3861) 2 anni fa
check.h 895e90e791 Start including the prelude for testing. (#3861) 2 anni fa
check_fuzzer.cpp 551a6d385e Augment the file_test framework to allow per-file fail checks. (#3747) 2 anni fa
context.cpp 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
context.h 895e90e791 Start including the prelude for testing. (#3861) 2 anni fa
convert.cpp 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
convert.h b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
decl_name_stack.cpp 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
decl_name_stack.h 11c56d8ca1 Fix determination of whether we're in a nested deferred definition scope. (#3844) 2 anni fa
decl_state.h 096daecc57 Add framework for the extern keyword. (#3755) 2 anni fa
diagnostic_helpers.h b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
eval.cpp 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
eval.h a3154356f0 Distinguish between template constants and symbolic constants. (#3595) 2 anni fa
function.cpp 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
function.h 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
handle.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
handle_alias.cpp b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) 2 anni fa
handle_array.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_binding_pattern.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
handle_call_expr.cpp cf361a83f3 Overloaded operator support. (#3796) 2 anni fa
handle_choice.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_class.cpp c5b7ff212b Parsing support for `adapt` declarations. (#3871) 2 anni fa
handle_codeblock.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_expr_statement.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
handle_file.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_function.cpp 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
handle_if_expr.cpp 583f5aa508 Constant evaluation support for `if` expressions, `and`, and `or`. (#3840) 2 anni fa
handle_if_statement.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_impl.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
handle_import_and_package.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_index.cpp 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 anni fa
handle_interface.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
handle_let.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
handle_literal.cpp bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 anni fa
handle_loop_statement.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_match.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_modifier.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_name.cpp d0e8afc51b Handle arrow operator (#3768) 2 anni fa
handle_named_constraint.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
handle_namespace.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
handle_noop.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_operator.cpp 583f5aa508 Constant evaluation support for `if` expressions, `and`, and `or`. (#3840) 2 anni fa
handle_paren_expr.cpp b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) 2 anni fa
handle_pattern_list.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_return_statement.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
handle_struct.cpp a034f86272 Change struct literal parsing to use placeholders. (#3850) 2 anni fa
handle_tuple_literal.cpp b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) 2 anni fa
handle_variable.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
impl.cpp dffe4a36de When merging functions, detect uses of imports prior to a redecl. (#3836) 2 anni fa
impl.h abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 anni fa
import.cpp 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
import.h 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
import_ref.cpp f1dc7d0093 Migrate switches in import_ref to CARBON_KIND_SWITCH (#3867) 2 anni fa
import_ref.h c26241cd03 Import all `impl`s in imported IRs. (#3865) 2 anni fa
inst_block_stack.cpp 2fee4d072f Factor param/arg ref logic to a class. (#3728) 2 anni fa
inst_block_stack.h d8be774b8b Lowering support for overloaded operators. (#3798) 2 anni fa
interface.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
interface.h 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 anni fa
lexical_lookup.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
member_access.cpp c26241cd03 Import all `impl`s in imported IRs. (#3865) 2 anni fa
member_access.h cf361a83f3 Overloaded operator support. (#3796) 2 anni fa
merge.cpp 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
merge.h 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 anni fa
modifiers.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
modifiers.h b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
node_stack.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
node_stack.h 895e90e791 Start including the prelude for testing. (#3861) 2 anni fa
operator.cpp 895e90e791 Start including the prelude for testing. (#3861) 2 anni fa
operator.h cf361a83f3 Overloaded operator support. (#3796) 2 anni fa
param_and_arg_refs_stack.h a034f86272 Change struct literal parsing to use placeholders. (#3850) 2 anni fa
pending_block.h b5d28f2c4b location -> loc abbreviation (#3826) 2 anni fa
pointer_dereference.cpp cf361a83f3 Overloaded operator support. (#3796) 2 anni fa
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 anni fa
return.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
return.h 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 anni fa
scope_index.h f4a741903f Add import support for remaining decl types. (#3651) 2 anni fa
scope_stack.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
scope_stack.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 anni fa
subst.cpp 8cb932b99c Substitute `Self` in associated function signatures before checking them against `impl`s. (#3788) 2 anni fa
subst.h 8cb932b99c Substitute `Self` in associated function signatures before checking them against `impl`s. (#3788) 2 anni fa