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

Автор SHA1 Сообщение Дата
  Jon Ross-Perkins f76bc733f4 Add 'let' handling for ImportRefUsed. (#3700) 2 лет назад
  Jon Ross-Perkins 7e7e87056a Add diagnostic support to pass in NameId. (#3696) 2 лет назад
  Gıyaseddin Tanrıkulu bdff7ccf28 Add GlobalInit to blocks to emit initialization instructions for globals (#3687) 2 лет назад
  Jon Ross-Perkins 475ecca339 Implement constant handling for types of imports. (#3693) 2 лет назад
  Richard Smith 4d0c3811c9 Add a diagnostic for trying to extend an undefined interface. (#3689) 2 лет назад
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) 2 лет назад
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) 2 лет назад
  Jon Ross-Perkins 3a489fd7b4 Implement ConstantId::Invalid (#3674) 2 лет назад
  Richard Smith 9e7a17b1a1 Scaffolding for checking impls. (#3672) 2 лет назад
  Jon Ross-Perkins e583493e9f Implement some basic ImportRef handling for builtins. (#3663) 2 лет назад
  Jon Ross-Perkins 7f11012f58 CrossRefIRId -> ImportIRId (#3662) 2 лет назад
  josh11b afd7115c0e Support determining `IdKind` from `NodeCategory`, in addition to `NodeKind` (#3648) 2 лет назад
  Jon Ross-Perkins 8167c44a03 Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659) 2 лет назад
  Chandler Carruth 13de9e9d06 Fix outstanding `clang-tidy` errors. (#3654) 2 лет назад
  Jon Ross-Perkins c1a894fca7 Start adding ImportRefUsed, removing older copy behavior. (#3657) 2 лет назад
  Jon Ross-Perkins adad286b74 Refactor LazyImportRef into ImportRefUnused. (#3656) 2 лет назад
  Richard Smith 439a644960 Propagate the phase of a type from its constituent types. (#3645) 2 лет назад
  Richard Smith 9bd5fbd25c Automatically update constant_values() when adding a constant to the constant store. (#3618) 2 лет назад
  Richard Smith b138c90c9e Use constant evaluation to determine the identity of types. (#3617) 2 лет назад
  Jon Ross-Perkins d0fb4b5815 Change DiagnoseDuplicateName to expect an inst ID for the duplicate. (#3616) 2 лет назад
  Richard Smith 29c294880d Deduplicate and canonicalize all constants. (#3611) 2 лет назад
  Richard Smith 906346cf35 Ensure we evaluate instructions created in uncommon ways. (#3598) 2 лет назад
  Richard Smith d712bf12a6 Remove parse nodes from constants. (#3599) 2 лет назад
  Jon Ross-Perkins f5e9158fa7 Support passing an InstId for check diagnostics. (#3597) 2 лет назад
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 лет назад
  Richard Smith a3154356f0 Distinguish between template constants and symbolic constants. (#3595) 2 лет назад
  Richard Smith 7553d864e1 Very basic support for constant evaluation of expressions. (#3581) 2 лет назад
  Jon Ross-Perkins dc75295a72 Change lexical lookup to use an array instead of hash map. (#3582) 2 лет назад
  josh11b 5e004b854e Delete unused `NoOp` instruction (#3586) 2 лет назад
  Jon Ross-Perkins cad4605dad Add imports of enclosing scopes. (#3575) 2 лет назад