Richard Smith c0faa81961 Switch most of `ImportRefResolver` to non-member functions (#4584) 1 éve
..
fuzzer_corpus 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) 1 éve
testdata ed80cd2f15 Facet member access (#4371) 1 éve
BUILD 79b9180eff Adds per-builtin instructions, removing `BuiltinInst` (#4556) 1 éve
call.cpp 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 éve
check.cpp 17272cf93c Change how CheckParseTrees receives NodeLocConverters (#4563) 1 éve
check.h 17272cf93c Change how CheckParseTrees receives NodeLocConverters (#4563) 1 éve
check_fuzzer.cpp 4eb955bf42 Drop std:: on size_t in various spots. (#4546) 1 éve
context.cpp bbd8b55be2 Clarify what specific name in the Core package is looked for when diagnosing that the Core package is not found (#4571) 1 éve
context.h 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
convert.cpp b15875e302 element index init with vptr (#4565) 1 éve
convert.h 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
decl_introducer_state.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 éve
decl_name_stack.cpp 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 éve
decl_name_stack.h 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
deduce.cpp 0b209c3fbc Make facet type deduction more restrictive and correct (#4589) 1 éve
deduce.h 9fadfb5e82 Basic support for argument deduction in generic `impl`s. (#4380) 1 éve
deferred_definition_worklist.cpp 16bf3f710e Split deferred node traversal out from check.cpp (#4559) 1 éve
deferred_definition_worklist.h 16bf3f710e Split deferred node traversal out from check.cpp (#4559) 1 éve
diagnostic_helpers.h b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 éve
eval.cpp ed80cd2f15 Facet member access (#4371) 1 éve
eval.h 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 éve
function.cpp d491387a98 Disallow creating instances of abstract classes (#4381) 1 éve
function.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 éve
generic.cpp 223c5cb04b Restructure handling of runtime parameters (#4422) 1 éve
generic.h 223c5cb04b Restructure handling of runtime parameters (#4422) 1 éve
generic_region_stack.cpp d437e4bffe Create an array stack type for a shared use-case (#4100) 1 éve
generic_region_stack.h d437e4bffe Create an array stack type for a shared use-case (#4100) 1 éve
global_init.cpp 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 éve
handle.h 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_alias.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_array.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_binding_pattern.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_call_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_choice.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_class.cpp ffbcfc4dfc Reject/error on base declarations that appear after field declarations (#4553) 1 éve
handle_codeblock.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_export.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 éve
handle_expr_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_function.cpp 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
handle_if_expr.cpp e2ae5f212c Remove the special case for `i32`. (#4543) 1 éve
handle_if_statement.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 éve
handle_impl.cpp 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
handle_import_and_package.cpp 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 éve
handle_index.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_interface.cpp a69c2630f9 Replace `InterfaceType` with `FacetType` (#4499) 1 éve
handle_let_and_var.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_literal.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_loop_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 éve
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_modifier.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 éve
handle_name.cpp b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 éve
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_namespace.cpp dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 éve
handle_noop.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 éve
handle_operator.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_pattern_list.cpp db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 éve
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_struct.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
handle_tuple_literal.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_where.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
impl.cpp 67f2c9ce26 Add a `FacetValue` instruction (#4545) 1 éve
impl.h abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 éve
impl_lookup.cpp 39ed62dad7 Add `facet_types()` accessor to `Check::Context` (#4518) 1 éve
impl_lookup.h af816cda90 Move impl lookup out into its own file. (#4435) 1 éve
import.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 éve
import.h 7ded56ef35 Improve namespace handling in imports. (#4153) 1 éve
import_ref.cpp c0faa81961 Switch most of `ImportRefResolver` to non-member functions (#4584) 1 éve
import_ref.h a0609b9155 Don't eagerly import all impls. (#4447) 1 éve
inst_block_stack.cpp 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) 1 éve
inst_block_stack.h 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) 1 éve
interface.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
interface.h 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 éve
keyword_modifier_set.h 8fa173b58a Add `explicit` to match style, appease clang-tidy (#4296) 1 éve
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 éve
member_access.cpp ed80cd2f15 Facet member access (#4371) 1 éve
member_access.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 éve
merge.cpp 67f2c9ce26 Add a `FacetValue` instruction (#4545) 1 éve
merge.h 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 éve
modifiers.cpp b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 éve
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 éve
name_component.cpp 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
name_component.h 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
node_id_traversal.cpp 16bf3f710e Split deferred node traversal out from check.cpp (#4559) 1 éve
node_id_traversal.h 16bf3f710e Split deferred node traversal out from check.cpp (#4559) 1 éve
node_stack.cpp 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) 1 éve
node_stack.h 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) 1 éve
operator.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
operator.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 éve
param_and_arg_refs_stack.h 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) 1 éve
pattern_match.cpp 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
pattern_match.h 4f816dd03f Remove param_refs and implicit_param_refs (#4479) 1 éve
pending_block.h 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 éve
pointer_dereference.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 éve
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 éve
return.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
return.h 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 éve
scope_index.h f4a741903f Add import support for remaining decl types. (#3651) 2 éve
scope_stack.cpp 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 éve
scope_stack.h 87678cc374 Disallow compile time bindings where they aren't clearly supported. (#4338) 1 éve
sem_ir_diagnostic_converter.cpp 17272cf93c Change how CheckParseTrees receives NodeLocConverters (#4563) 1 éve
sem_ir_diagnostic_converter.h 17272cf93c Change how CheckParseTrees receives NodeLocConverters (#4563) 1 éve
subst.cpp 39ed62dad7 Add `facet_types()` accessor to `Check::Context` (#4518) 1 éve
subst.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 éve