コミット履歴

作者 SHA1 メッセージ 日付
  Richard Smith 3c8fc714a8 Import support for generics and specifics (#4179) 1 年間 前
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 年間 前
  Richard Smith fc8e686607 Rebuild all constants in the eval block. (#4155) 1 年間 前
  Richard Smith 3cc90f9017 Move `GetTypeInInstance` from `Check` to `SemIR`. (#4144) 1 年間 前
  Richard Smith e6860d9930 Mark some leaf classes `final` to suppress `-Wnon-virtual-dtor`. (#4141) 1 年間 前
  Richard Smith fe359b1a08 Substitute into generic class and interface definitions when we require them to be fully defined. (#4139) 1 年間 前
  Richard Smith 5006838f1c Build an evaluation block for the definition region of a generic. (#4131) 1 年間 前
  Richard Smith efea072be3 Compute specific constant values. (#4128) 1 年間 前
  Richard Smith 50d56aa7c9 Add an instruction to represent a use of a dependent value from a generic instance. (#4122) 1 年間 前
  Richard Smith 6d3c915bbf When performing name lookup, determine the generic instance within which the lookup result was found. (#4118) 1 年間 前
  Richard Smith 7322a1e220 Build a list of dependent constants to recompute in each instance of a generic. (#4110) 1 年間 前
  Jon Ross-Perkins d437e4bffe Create an array stack type for a shared use-case (#4100) 1 年間 前
  Richard Smith fa11050961 Track a list of dependent instructions created within a generic (#4092) 1 年間 前
  Richard Smith 10a198a9e6 Use the correct type for `Self` in generic classes and generic interfaces (#4087) 1 年間 前
  Richard Smith 19c5596fd8 Build Generic objects for generic classes and interfaces. (#4086) 1 年間 前