Jon Ross-Perkins 99e96605bf Don't create a compile time binding after CompileTimeBindingInVarDecl (#4463) 1 год назад
..
fuzzer_corpus 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) 1 год назад
testdata 99e96605bf Don't create a compile time binding after CompileTimeBindingInVarDecl (#4463) 1 год назад
BUILD 89eed4220f Expose indexing as a language interface (#4370) 1 год назад
call.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 год назад
check.cpp a0609b9155 Don't eagerly import all impls. (#4447) 1 год назад
check.h c5ada29ba9 Add filename and line number to function debug info metadata (#4243) 1 год назад
check_fuzzer.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
context.cpp 5bdeb010c8 Clean up format_provider uses (#4417) 1 год назад
context.h d491387a98 Disallow creating instances of abstract classes (#4381) 1 год назад
convert.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
convert.h e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
decl_introducer_state.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
decl_name_stack.cpp 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 год назад
decl_name_stack.h 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 год назад
deduce.cpp b67d03126e Separate inst kind for out params (#4442) 1 год назад
deduce.h 9fadfb5e82 Basic support for argument deduction in generic `impl`s. (#4380) 1 год назад
diagnostic_helpers.h b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 год назад
eval.cpp 57c9a2ed4a Switch eval of ArrayIndex to use CARBON_KIND (#4462) 1 год назад
eval.h 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 год назад
function.cpp d491387a98 Disallow creating instances of abstract classes (#4381) 1 год назад
function.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 год назад
generic.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 год назад
generic.h 223c5cb04b Restructure handling of runtime parameters (#4422) 1 год назад
generic_region_stack.cpp d437e4bffe Create an array stack type for a shared use-case (#4100) 1 год назад
generic_region_stack.h d437e4bffe Create an array stack type for a shared use-case (#4100) 1 год назад
global_init.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 год назад
handle.h 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_alias.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 год назад
handle_array.cpp 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) 1 год назад
handle_binding_pattern.cpp 99e96605bf Don't create a compile time binding after CompileTimeBindingInVarDecl (#4463) 1 год назад
handle_call_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_choice.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_class.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 год назад
handle_codeblock.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_export.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 год назад
handle_expr_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_function.cpp f70221c040 Fix deduction crash for function with missing parameters. (#4461) 1 год назад
handle_if_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_if_statement.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
handle_impl.cpp 9266f867f9 Model the return slot as an output parameter (#4432) 1 год назад
handle_import_and_package.cpp 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 год назад
handle_index.cpp 89eed4220f Expose indexing as a language interface (#4370) 1 год назад
handle_interface.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 год назад
handle_let_and_var.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 год назад
handle_literal.cpp df68bf9f71 Switch to using `Core.BigInt` as the type of the size of a type literal. (#4450) 1 год назад
handle_loop_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 год назад
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_modifier.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 год назад
handle_name.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 год назад
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_namespace.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 год назад
handle_noop.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
handle_operator.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 год назад
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_pattern_list.cpp db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 год назад
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_struct.cpp 2a36ff611d Remove a couple std::string uses in diagnostics. (#4421) 1 год назад
handle_tuple_literal.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_where.cpp c30b1d1124 Fix `where` crash when empty `decl_name_stack` (#4451) 1 год назад
impl.cpp 568ad197d1 Track the instruction used to name the type and constraint in an impl. (#4368) 1 год назад
impl.h abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 лет назад
impl_lookup.cpp a0609b9155 Don't eagerly import all impls. (#4447) 1 год назад
impl_lookup.h af816cda90 Move impl lookup out into its own file. (#4435) 1 год назад
import.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 год назад
import.h 7ded56ef35 Improve namespace handling in imports. (#4153) 1 год назад
import_ref.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
import_ref.h a0609b9155 Don't eagerly import all impls. (#4447) 1 год назад
inst_block_stack.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
inst_block_stack.h dfed743de2 Add vtable pointers to class layout (#4407) 1 год назад
interface.cpp 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 год назад
interface.h 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 лет назад
keyword_modifier_set.h 8fa173b58a Add `explicit` to match style, appease clang-tidy (#4296) 1 год назад
lexical_lookup.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
member_access.cpp af816cda90 Move impl lookup out into its own file. (#4435) 1 год назад
member_access.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 год назад
merge.cpp b67d03126e Separate inst kind for out params (#4442) 1 год назад
merge.h 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 год назад
modifiers.cpp b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 год назад
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 год назад
name_component.cpp 9266f867f9 Model the return slot as an output parameter (#4432) 1 год назад
name_component.h 9266f867f9 Model the return slot as an output parameter (#4432) 1 год назад
node_stack.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
node_stack.h 568ad197d1 Track the instruction used to name the type and constraint in an impl. (#4368) 1 год назад
operator.cpp 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 год назад
operator.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 год назад
param_and_arg_refs_stack.h 65d6e3e221 Use verbose formatting of instructions on crash messages. (#4125) 1 год назад
pattern_match.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
pattern_match.h e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
pending_block.h 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 год назад
pointer_dereference.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 год назад
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 лет назад
return.cpp e20e8bfbea Consolidate caller match in one function call (#4446) 1 год назад
return.h 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 лет назад
scope_index.h f4a741903f Add import support for remaining decl types. (#3651) 2 лет назад
scope_stack.cpp 87678cc374 Disallow compile time bindings where they aren't clearly supported. (#4338) 1 год назад
scope_stack.h 87678cc374 Disallow compile time bindings where they aren't clearly supported. (#4338) 1 год назад
sem_ir_diagnostic_converter.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 год назад
sem_ir_diagnostic_converter.h c5ada29ba9 Add filename and line number to function debug info metadata (#4243) 1 год назад
subst.cpp 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 год назад
subst.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 год назад