История коммитов

Автор SHA1 Сообщение Дата
  Geoff Romer 5a8dfda4f0 Diagnose missing definitions in impl files (#4079) 1 год назад
  Jon Ross-Perkins 3ade5bd8f3 Refactor SemIRDiagnosticConverter out of check.cpp (#4039) 1 год назад
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) 1 год назад
  Jon Ross-Perkins 517a416852 Clean up some misc toolchain braced inits. (#4013) 1 год назад
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 год назад
  Jon Ross-Perkins 41a84222c2 Unify handling of transitive imports between current and other packages. (#3971) 1 год назад
  Jon Ross-Perkins 7effc1abd7 Refactor check_ir_map to encapsulate it. (#3968) 1 год назад
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) 1 год назад
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) 1 год назад
  Chandler Carruth bc370a771d Avoid relying on a hashtable iteration order. (#3960) 1 год назад
  Jon Ross-Perkins 40b2217421 Initial 'export name' handling. (#3949) 1 год назад
  Jon Ross-Perkins 73f8490660 On NameContext, rename enclosing_scope and target_scope_id. (#3948) 2 лет назад
  Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944) 2 лет назад
  Richard Smith 92860c56b4 Include parse node being checked in crash backtrace. (#3926) 2 лет назад
  Jon Ross-Perkins c82ce8faae Start adding tracking of the complete list of IRs under check. (#3915) 2 лет назад
  Jon Ross-Perkins 5627f88c22 Switch ImportRefs to provide a LocId. (#3913) 2 лет назад
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 лет назад
  Jon Ross-Perkins 24da8271a1 Handle an invalid loc_id in SemIRLoc (#3890) 2 лет назад
  Chandler Carruth f54f53adf5 Add the package and library to an import diagnostic. (#3876) 2 лет назад
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
  Richard Smith c26241cd03 Import all `impl`s in imported IRs. (#3865) 2 лет назад
  Jon Ross-Perkins 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 лет назад
  Richard Smith 11c56d8ca1 Fix determination of whether we're in a nested deferred definition scope. (#3844) 2 лет назад
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 лет назад
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 лет назад
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 лет назад
  Jon Ross-Perkins 1c673041f0 Provide locations for indirectly imported instructions. (#3811) 2 лет назад
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) 2 лет назад
  Jon Ross-Perkins 6c458ffe7e Add import context for locations. (#3807) 2 лет назад
  Richard Smith e4528b8abb Add infrastructure for distinguishing between signed and unsigned integer types. (#3822) 2 лет назад