josh11b 534100e87b Add test coverage for `ImplOfUndefinedInterface` diagnostic (#4484) 1 year ago
..
fuzzer_corpus 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) 1 year ago
testdata 534100e87b Add test coverage for `ImplOfUndefinedInterface` diagnostic (#4484) 1 year ago
BUILD 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
call.cpp bd2fa3ace7 Remove CalleeParamsInfo (#4452) 1 year ago
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 year ago
check.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
check.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
check_fuzzer.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
context.cpp ea0b0b4b48 Add facet type values and an instruction that produces them (#4460) 1 year ago
context.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
convert.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
convert.h bd2fa3ace7 Remove CalleeParamsInfo (#4452) 1 year ago
decl_introducer_state.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
decl_name_stack.cpp 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 year ago
decl_name_stack.h 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 year ago
deduce.cpp b67d03126e Separate inst kind for out params (#4442) 1 year ago
deduce.h 9fadfb5e82 Basic support for argument deduction in generic `impl`s. (#4380) 1 year ago
diagnostic_helpers.h b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 year ago
eval.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
eval.h 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 year ago
function.cpp d491387a98 Disallow creating instances of abstract classes (#4381) 1 year ago
function.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 year ago
generic.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 year ago
generic.h 223c5cb04b Restructure handling of runtime parameters (#4422) 1 year ago
generic_region_stack.cpp d437e4bffe Create an array stack type for a shared use-case (#4100) 1 year ago
generic_region_stack.h d437e4bffe Create an array stack type for a shared use-case (#4100) 1 year ago
global_init.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 year ago
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 year ago
handle.h 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_alias.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 year ago
handle_array.cpp 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) 1 year ago
handle_binding_pattern.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
handle_call_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_choice.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_class.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 year ago
handle_codeblock.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_export.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 year ago
handle_expr_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_function.cpp f70221c040 Fix deduction crash for function with missing parameters. (#4461) 1 year ago
handle_if_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_if_statement.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
handle_impl.cpp 9266f867f9 Model the return slot as an output parameter (#4432) 1 year ago
handle_import_and_package.cpp 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 year ago
handle_index.cpp 89eed4220f Expose indexing as a language interface (#4370) 1 year ago
handle_interface.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 year ago
handle_let_and_var.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
handle_literal.cpp 44fe65fbe5 Rename `BigInt` to `IntLiteral`. (#4476) 1 year ago
handle_loop_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_modifier.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_name.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 year ago
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_namespace.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 year ago
handle_noop.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
handle_operator.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 year ago
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_pattern_list.cpp db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 year ago
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_struct.cpp dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 year ago
handle_tuple_literal.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_where.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
impl.cpp 568ad197d1 Track the instruction used to name the type and constraint in an impl. (#4368) 1 year ago
impl.h abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 years ago
impl_lookup.cpp a0609b9155 Don't eagerly import all impls. (#4447) 1 year ago
impl_lookup.h af816cda90 Move impl lookup out into its own file. (#4435) 1 year ago
import.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
import.h 7ded56ef35 Improve namespace handling in imports. (#4153) 1 year ago
import_ref.cpp 9c8ca2f6e9 Don't track generic insts created while importing an impl. (#4485) 1 year ago
import_ref.h a0609b9155 Don't eagerly import all impls. (#4447) 1 year ago
inst_block_stack.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
inst_block_stack.h dfed743de2 Add vtable pointers to class layout (#4407) 1 year ago
interface.cpp 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 year ago
interface.h 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 years ago
keyword_modifier_set.h 8fa173b58a Add `explicit` to match style, appease clang-tidy (#4296) 1 year ago
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
member_access.cpp db76e81630 Rename `IntLiteral` to `IntValue`. (#4475) 1 year ago
member_access.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 year ago
merge.cpp b67d03126e Separate inst kind for out params (#4442) 1 year ago
merge.h 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 year ago
modifiers.cpp b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 year ago
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 year ago
name_component.cpp 9266f867f9 Model the return slot as an output parameter (#4432) 1 year ago
name_component.h 9266f867f9 Model the return slot as an output parameter (#4432) 1 year ago
node_stack.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
node_stack.h dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 year ago
operator.cpp 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 year ago
operator.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 year ago
param_and_arg_refs_stack.h dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 year ago
pattern_match.cpp 4febf7c459 Add capitilization and punctuation to TODO comments (#4486) 1 year ago
pattern_match.h e20e8bfbea Consolidate caller match in one function call (#4446) 1 year ago
pending_block.h 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 year ago
pointer_dereference.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 years ago
return.cpp 261fe38508 Fix use-after-free in return statement handling. (#4472) 1 year ago
return.h 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 years ago
scope_index.h f4a741903f Add import support for remaining decl types. (#3651) 2 years ago
scope_stack.cpp 87678cc374 Disallow compile time bindings where they aren't clearly supported. (#4338) 1 year ago
scope_stack.h 87678cc374 Disallow compile time bindings where they aren't clearly supported. (#4338) 1 year ago
sem_ir_diagnostic_converter.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 year ago
sem_ir_diagnostic_converter.h c5ada29ba9 Add filename and line number to function debug info metadata (#4243) 1 year ago
subst.cpp 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 year ago
subst.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 year ago