Historia zmian

Autor SHA1 Wiadomość Data
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 rok temu
  Richard Smith 20c0322bbe Rough support for calling a generic class name to form a class type. (#3939) 2 lat temu
  Richard Smith 462bcd9f6e Support explicit conversion between adapters and their adapted types. (#3889) 2 lat temu
  Richard Smith 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 lat temu
  Jon Ross-Perkins 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 lat temu
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 lat temu
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) 2 lat temu
  Richard Smith 312d158bfc Factor out CopyOnWriteBlock. (#3785) 2 lat temu
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 lat temu
  Richard Smith f5a3a9a7e0 Add `Self` into scope in interface definitions and using facets as types. (#3740) 2 lat temu
  Jon Ross-Perkins 7e7e87056a Add diagnostic support to pass in NameId. (#3696) 2 lat temu
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 lat temu
  Richard Smith 7b933a1126 Fix crash attempting to convert a struct to an invalid class. (#3658) 2 lat temu
  Jon Ross-Perkins d25bae09d1 Clean up some semir uses that can use context accessors. (#3650) 2 lat temu
  Jon Ross-Perkins 9e3c4a3ef1 Reduce a few cases of retrieving the parse node for conditional diagnostics. (#3620) 2 lat temu
  Richard Smith b138c90c9e Use constant evaluation to determine the identity of types. (#3617) 2 lat temu
  Richard Smith d712bf12a6 Remove parse nodes from constants. (#3599) 2 lat temu
  Jon Ross-Perkins f5e9158fa7 Support passing an InstId for check diagnostics. (#3597) 2 lat temu
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 lat temu
  josh11b f5c34d62dd Abbreviate "address" -> "addr" (#3580) 2 lat temu
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) 2 lat temu
  Richard Smith fe24ebc021 Create a BindName for function parameters. (#3535) 2 lat temu
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) 2 lat temu
  Richard Smith de0c02ddae If a name is not found in a class, perform lookup into base classes. (#3502) 2 lat temu
  Jacob Schneider 6419568142 Fully underline parse nodes in diagnostics. (#3442) 2 lat temu
  Richard Smith 87d341c61b Support derived to base conversions. (#3487) 2 lat temu
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) 2 lat temu
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) 2 lat temu
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 2 lat temu
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) 2 lat temu