Jon Ross-Perkins bc637bdd7a Fix redundant void return (#4757) 1 éve
..
fuzzer_corpus 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) 1 éve
testdata c59ceb1f7b Support builtin conversions of adapter classes (#4655) 1 éve
BUILD 7edb0b8f59 Add more `Dump` methods for debugging (#4747) 1 éve
call.cpp eabe9f117a Track complete types required by a generic. (#4652) 1 éve
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 éve
check.cpp 87b3671330 Refactor single-unit checking out of check.cpp (#4649) 1 éve
check.h 87b3671330 Refactor single-unit checking out of check.cpp (#4649) 1 éve
check_fuzzer.cpp 4eb955bf42 Drop std:: on size_t in various spots. (#4546) 1 éve
check_unit.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
check_unit.h 87b3671330 Refactor single-unit checking out of check.cpp (#4649) 1 éve
context.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
context.h a112cbde5c Model type expressions as regions (#4698) 1 éve
convert.cpp c59ceb1f7b Support builtin conversions of adapter classes (#4655) 1 éve
convert.h efab39cbd9 Remove InstId::Builtin members (#4632) 1 éve
decl_introducer_state.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 éve
decl_name_stack.cpp 9c8773da1b Basic name poisoning support (#4654) 1 éve
decl_name_stack.h 9c8773da1b Basic name poisoning support (#4654) 1 éve
deduce.cpp 758b6c42ba Produce a note indicating where the specific was used from if monomorphization fails. (#4662) 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
dump.cpp 7edb0b8f59 Add more `Dump` methods for debugging (#4747) 1 éve
eval.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
eval.h 758b6c42ba Produce a note indicating where the specific was used from if monomorphization fails. (#4662) 1 éve
function.cpp 92201ceb10 Rename various `TryToCompleteType` functions to better describe what they do. (#4658) 1 éve
function.h eabe9f117a Track complete types required by a generic. (#4652) 1 éve
generic.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
generic.h c5fd8f42b8 `ImplWitness` (#4679) 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 78d7a7c291 Remove return_slot_id (#4577) 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 9c8773da1b Basic name poisoning support (#4654) 1 éve
handle_array.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 éve
handle_binding_pattern.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) 1 éve
handle_choice.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_class.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
handle_codeblock.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_export.cpp daba2c72cf [NFC] Convert NameScope from struct to class (#4623) 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 c5fd8f42b8 `ImplWitness` (#4679) 1 éve
handle_if_expr.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_if_statement.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_impl.cpp 72e594dfd0 Do not try to recover from using impl outside class error (#4755) 1 éve
handle_import_and_package.cpp 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 éve
handle_index.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 éve
handle_interface.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
handle_let_and_var.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_literal.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 éve
handle_loop_statement.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_modifier.cpp 27275e6729 Change the IdBase operator== to fix reversed operator warnings (#4636) 1 éve
handle_name.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 éve
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_namespace.cpp 9c8773da1b Basic name poisoning support (#4654) 1 éve
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 éve
handle_operator.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_pattern_list.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_struct.cpp efab39cbd9 Remove InstId::Builtin members (#4632) 1 éve
handle_tuple_literal.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 éve
handle_where.cpp efab39cbd9 Remove InstId::Builtin members (#4632) 1 éve
impl.cpp bc637bdd7a Fix redundant void return (#4757) 1 éve
impl.h c5fd8f42b8 `ImplWitness` (#4679) 1 éve
impl_lookup.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
impl_lookup.h c5fd8f42b8 `ImplWitness` (#4679) 1 éve
import.cpp 9c8773da1b Basic name poisoning support (#4654) 1 éve
import.h 7ded56ef35 Improve namespace handling in imports. (#4153) 1 éve
import_ref.cpp 725e80f0d3 Fix a bug importing declarations in generics (#4752) 1 éve
import_ref.h 80a3dc83bc Fix impl lookup to properly look in the IR containing a transitively-imported entity. (#4625) 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 efab39cbd9 Remove InstId::Builtin members (#4632) 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
literal.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 éve
literal.h e4412a95dd Factor out machinery for forming int type literals. (#4616) 1 éve
member_access.cpp c5fd8f42b8 `ImplWitness` (#4679) 1 éve
member_access.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 éve
merge.cpp daba2c72cf [NFC] Convert NameScope from struct to class (#4623) 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 78d7a7c291 Remove return_slot_id (#4577) 1 éve
name_component.h 78d7a7c291 Remove return_slot_id (#4577) 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 cb4686bf21 Enable misc-non-private-member-variables-in-classes and adjust style to match (#4702) 1 éve
operator.cpp efab39cbd9 Remove InstId::Builtin members (#4632) 1 éve
operator.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 éve
param_and_arg_refs_stack.h c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 1 éve
pattern_match.cpp a112cbde5c Model type expressions as regions (#4698) 1 éve
pattern_match.h 78d7a7c291 Remove return_slot_id (#4577) 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 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) 1 éve
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 éve
return.cpp 557c9b022a Remove `CHECK` from `GetCurrentReturnSlot` (#4688) 1 éve
return.h 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 éve
scope_index.h bc24a6c5d8 Refactor IdBase to provide CRTP-based printing (#4626) 1 éve
scope_stack.cpp 61c0a8b676 Make more use of llvm STLExtras (#4668) 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 3f9a06aee3 Look at flipping clang-tidy's misc-* to enable-by-default (#4699) 1 éve
subst.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 éve