Jon Ross-Perkins a01648cd44 Use concat in formatter (#5577) hace 11 meses
..
BUILD 7c2a6ef0e9 Restructure FormatInstRhs to allow for better logic sharing (#5494) hace 11 meses
absolute_node_id.cpp 2aa5fbfa4a Move the logic in `TryConvertClangDiagnosticLoc()` to `ConvertLocInFile()` (#5391) hace 1 año
absolute_node_id.h 804613f6b7 Fix `speicifc` typo (#5499) hace 11 meses
associated_constant.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) hace 1 año
block_value_store.h 95903dc624 Generate thunks for functions in `impl`s (#5390) hace 1 año
builtin_function_kind.cpp 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
builtin_function_kind.def b5ae988a08 Add builtins for compound assignment operators. (#5335) hace 1 año
builtin_function_kind.h 4a7aefefaa Add support for operators on `Core.IntLiteral`. (#4716) hace 1 año
class.cpp 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
class.h 5095af991f Make `MatchContext::WorkItem`, `CalleeFunction`, `InitRepr`, `ReturnTypeInfo` `Printable` (#5535) hace 11 meses
constant.cpp 5226f3d14a Factor out `GetInstWithConstantValue` and use it from another place that duplicates the same logic. (#5388) hace 1 año
constant.h 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
copy_on_write_block.h 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
dump.cpp bf32da8dad Add missing standard library header inclusions (#5316) hace 1 año
dump.h a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) hace 1 año
entity_name.h 6fd139b805 Renumber inner parameters when checking an impl function against an interface function. (#5113) hace 1 año
entity_with_params_base.h 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
entry_point.cpp 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
entry_point.h 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
expr_info.cpp 7c85397f8b Stop treating symbolic binding patterns as constants (#5361) hace 1 año
expr_info.h a23631f360 Support for lowering references to imported `var`s. (#5513) hace 11 meses
facet_type_info.cpp bf32da8dad Add missing standard library header inclusions (#5316) hace 1 año
facet_type_info.h aec90e3ae1 Rename rewrite_value to rewrite_inst_id to clarify what it's holding (#5286) hace 1 año
file.cpp bf32da8dad Add missing standard library header inclusions (#5316) hace 1 año
file.h 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
formatter.cpp a01648cd44 Use concat in formatter (#5577) hace 11 meses
formatter.h 34b892b774 Fix formatting of forward declared generics (#5530) hace 11 meses
function.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) hace 1 año
function.h 5095af991f Make `MatchContext::WorkItem`, `CalleeFunction`, `InitRepr`, `ReturnTypeInfo` `Printable` (#5535) hace 11 meses
generic.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
generic.h 71715263ce Add build option `--features=poison_value_stores`. (#5438) hace 1 año
id_kind.h 14f19b5a86 Use TypeEnum for ScopeId to refactor call structure (#5491) hace 11 meses
ids.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) hace 1 año
ids.h f198b977f5 Give different inst id types different labels in CARBON_CHECK output (#5519) hace 11 meses
ids_test.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) hace 1 año
impl.cpp 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
impl.h 71715263ce Add build option `--features=poison_value_stores`. (#5438) hace 1 año
import_cpp.h 3f599c250b Generate Cpp namespace when import Cpp is used (#4873) hace 1 año
import_ir.cpp f18fc40a32 Add missing standard library header inclusions (#5486) hace 11 meses
import_ir.h d617cca530 Factor out GetCanonicalFileAndInstId for code sharing. (#5362) hace 1 año
inst.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
inst.h 5b884ae14d Improve lowering for global variables. (#5492) hace 11 meses
inst_fingerprinter.cpp dbf12eb3fc Add a SameAsOneOf helper (#5490) hace 11 meses
inst_fingerprinter.h 0beda27192 Fingerprint `impl` blocks in semir (#5021) hace 1 año
inst_kind.cpp 27d0d26739 Replace value_kind with has_type, make FormatInstLhs name-dependent (#5501) hace 11 meses
inst_kind.def fafb655d39 Separate pattern types from expression types (#5360) hace 1 año
inst_kind.h a23631f360 Support for lowering references to imported `var`s. (#5513) hace 11 meses
inst_namer.cpp 14227e7214 Refactor CollectNamesInBlock to put the switch on its own (#5503) hace 11 meses
inst_namer.h 14227e7214 Refactor CollectNamesInBlock to put the switch on its own (#5503) hace 11 meses
interface.h c7a338be59 Replace uses of "defined" with "complete" (#5196) hace 1 año
name.cpp a584ee120e Add support for `_` binding patterns (#5097) hace 1 año
name.h 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
name_scope.cpp bf32da8dad Add missing standard library header inclusions (#5316) hace 1 año
name_scope.h c6f25e9018 Ensure an imported `Class`'s `NameScope` is allocated in phase 2 (#5548) hace 11 meses
name_scope_test.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) hace 1 año
pattern.cpp 5b884ae14d Improve lowering for global variables. (#5492) hace 11 meses
pattern.h 5b884ae14d Improve lowering for global variables. (#5492) hace 11 meses
singleton_insts.h c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) hace 1 año
stringify.cpp dbf12eb3fc Add a SameAsOneOf helper (#5490) hace 11 meses
stringify.h 13da710e94 Poison impl lookup queries with concrete results (#5373) hace 1 año
struct_type_field.h c34a8d0a3a Convert remaining type-value InstId fields to TypeInstId (#5294) hace 1 año
type.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
type.h 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
type_info.cpp 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
type_info.h 5095af991f Make `MatchContext::WorkItem`, `CalleeFunction`, `InitRepr`, `ReturnTypeInfo` `Printable` (#5535) hace 11 meses
type_iterator.cpp 8b087738b7 Handle FunctionType and FunctionTypeWithSelfType in TypeIterator without crashing (#5480) hace 11 meses
type_iterator.h fad008d5da Flatten TypeIterator::Step::Any to not use nested variants (#5453) hace 1 año
typed_insts.h a23631f360 Support for lowering references to imported `var`s. (#5513) hace 11 meses
typed_insts_test.cpp 949cc21ccc Remove SemIR:: from most sem_ir files (#5358) hace 1 año
yaml_test.cpp 609ccefd18 Introduce a Clang diagnostic instruction and use it to point to C++ source locations on Clang errors and warnings (#5262) hace 1 año