Jon Ross-Perkins 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) vor 1 Jahr
..
BUILD 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) vor 1 Jahr
absolute_node_id.cpp 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) vor 1 Jahr
absolute_node_id.h 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) vor 1 Jahr
associated_constant.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
block_value_store.h d81ed4b58f Rename mutable accessor in `InstBlock` store. (#4659) vor 1 Jahr
builtin_function_kind.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
builtin_function_kind.def 246ec785df Add support for converting between integer types (#4753) vor 1 Jahr
builtin_function_kind.h 4a7aefefaa Add support for operators on `Core.IntLiteral`. (#4716) vor 1 Jahr
class.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
class.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
constant.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
constant.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
copy_on_write_block.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
dump.cpp bb67c7dfb2 Add SemIR::MakeSymbolicConstantId(int) (#4862) vor 1 Jahr
dump.h 7edb0b8f59 Add more `Dump` methods for debugging (#4747) vor 1 Jahr
entity_name.h 33110d096c Facet types support rewrite (`where .A =`...) constraints (#4613) vor 1 Jahr
entity_with_params_base.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
entry_point.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
entry_point.h bfa5463e5b Add signature enforcement for `Main.Run` and give it the symbol name `main`. (#3266) vor 2 Jahren
facet_type_info.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
facet_type_info.h 1670baf180 Make binary operators non-member (#4838) vor 1 Jahr
file.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
file.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
formatter.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) vor 1 Jahr
formatter.h e7a86b03c6 Remove offsets from InstId formatting, trying to name more (#4645) vor 1 Jahr
function.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
function.h fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
generic.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
generic.h fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
id_kind.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
ids.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
ids.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
impl.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
impl.h 9c0faf007e Invalid comment cleanup (#4836) vor 1 Jahr
import_ir.h 1670baf180 Make binary operators non-member (#4838) vor 1 Jahr
inst.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
inst.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
inst_fingerprinter.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
inst_fingerprinter.h 9a5f2d734b Include a fingerprint of the specific arguments in mangled names. (#4771) vor 1 Jahr
inst_kind.cpp 469f1c8e64 Refactor InstKind to move metadata from macros to the type. (#4119) vor 1 Jahr
inst_kind.def fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
inst_kind.h f45cbc6028 Add framework for singleton instructions. (#4582) vor 1 Jahr
inst_namer.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
inst_namer.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) vor 1 Jahr
interface.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
name.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
name.h 9c0faf007e Invalid comment cleanup (#4836) vor 1 Jahr
name_scope.cpp c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) vor 1 Jahr
name_scope.h c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) vor 1 Jahr
name_scope_test.cpp c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) vor 1 Jahr
singleton_insts.h c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) vor 1 Jahr
stringify_type.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
stringify_type.h b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) vor 1 Jahr
struct_type_field.h be56ff87c6 Convert StructTypeField to a specific type. (#4492) vor 1 Jahr
type.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
type.h 9c0faf007e Invalid comment cleanup (#4836) vor 1 Jahr
type_info.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
type_info.h 9c0faf007e Invalid comment cleanup (#4836) vor 1 Jahr
typed_insts.h fcfb1345d5 Support accessing associated functions by member access into facets (#4872) vor 1 Jahr
typed_insts_test.cpp 4eb955bf42 Drop std:: on size_t in various spots. (#4546) vor 1 Jahr
yaml_test.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) vor 1 Jahr