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

Автор SHA1 Сообщение Дата
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 лет назад
  Richard Smith 1d720dc001 Basic support for looking up impl members when naming an associated entity. (#3776) 2 лет назад
  Jon Ross-Perkins 0217ec2d3b Switch Check's TODO to use SemIRLocation (#3779) 2 лет назад
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 лет назад
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 лет назад
  Jon Ross-Perkins 9ff20928a2 Offer GetTypeIdForTypeInst (#3742) 2 лет назад
  Richard Smith f5a3a9a7e0 Add `Self` into scope in interface definitions and using facets as types. (#3740) 2 лет назад
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) 2 лет назад
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 лет назад
  Jon Ross-Perkins 2fee4d072f Factor param/arg ref logic to a class. (#3728) 2 лет назад
  Jon Ross-Perkins 85ce06f854 Make Function member comments align with Class/Interface (#3727) 2 лет назад
  Jon Ross-Perkins d2056ef4b9 Split classes in file.h and value_stores.* to separate files (#3725) 2 лет назад
  Jon Ross-Perkins 364ea5d3f2 Assign a constant to ClassDecl/InterfaceDecl for name references. (#3722) 2 лет назад
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) 2 лет назад
  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 лет назад