Commit History

Author SHA1 Message Date
  Geoff Romer dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 year ago
  Richard Smith 2044366652 Support initialization of specific classes from struct literals (#4320) 1 year ago
  Richard Smith 0354efa1fc Rework how we check calls to support deduced implicit parameters (#4302) 1 year ago
  Jon Ross-Perkins d4c7743d18 Update tests to use [[@TEST_NAME]] (#4293) 1 year ago
  Richard Smith 16fd645663 Add source locations to `interface_witness` and `interface_witness_access` instructions. (#4265) 1 year ago
  Richard Smith 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 year ago
  Richard Smith b2a13afb73 Defer resolving the eval blocks and value blocks of generics and specifics until we've finished other resolution work. (#4202) 1 year ago
  Richard Smith 91f56f72a5 Fix importing of generic types. (#4196) 1 year ago
  Richard Smith 8a8c227163 Track an interface type, not an interface ID, on an associated entity. (#4188) 1 year ago
  Richard Smith a9b43a222f When importing symbolic constants and types, also import the associated generic and index. (#4180) 1 year ago
  Richard Smith 3c8fc714a8 Import support for generics and specifics (#4179) 1 year ago
  Richard Smith e6e61e14ae Fix incorrect `value_id` and location in imported `BindSymbolicName`. (#4178) 1 year ago
  Richard Smith 07bad72d86 Support for calling non-generic methods in a specific class. (#4156) 1 year ago
  Richard Smith fc8e686607 Rebuild all constants in the eval block. (#4155) 1 year ago
  Jon Ross-Perkins 07c286e3cb Use the package/library name in ImportIRId formatting. (#4154) 1 year ago
  Jon Ross-Perkins 65d6e3e221 Use verbose formatting of instructions on crash messages. (#4125) 1 year ago
  Richard Smith fe359b1a08 Substitute into generic class and interface definitions when we require them to be fully defined. (#4139) 1 year ago
  Richard Smith 5006838f1c Build an evaluation block for the definition region of a generic. (#4131) 1 year ago
  Richard Smith efea072be3 Compute specific constant values. (#4128) 1 year ago
  Richard Smith 7322a1e220 Build a list of dependent constants to recompute in each instance of a generic. (#4110) 1 year ago
  Jon Ross-Perkins 9581a1867d Move import refs to their own block. (#4103) 1 year ago
  Jon Ross-Perkins 5ebcbae2e8 Add a location to indirect imports. (#4098) 1 year ago
  Richard Smith 10a198a9e6 Use the correct type for `Self` in generic classes and generic interfaces (#4087) 1 year ago
  Richard Smith 19c5596fd8 Build Generic objects for generic classes and interfaces. (#4086) 1 year ago
  Richard Smith e7b0529957 Create a `Generic` object to represent a generic. (#4081) 1 year ago
  Richard Smith d18584c6c2 Make representation of call to a generic class / interface more uniform. (#4050) 1 year ago
  Richard Smith ffc3327959 Factor out common work of building a new constant for an imported instruction. (#4043) 1 year ago
  Richard Smith 4aa34978eb Import support for tuple, struct and integer values. (#4042) 1 year ago
  Richard Smith f772c1f5f3 More support for generic interfaces, aiming for parity with support for generic classes. (#4034) 1 year ago