Commit History

Author SHA1 Message Date
  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 a699480dc9 Treat constants with symbolic type as being symbolic. (#4082) 1 year ago
  Jon Ross-Perkins 8bb80d8271 Add a basic Core.Print function for ints. (#4078) 1 year ago
  Richard Smith 9029cac727 Remove `inst_id` from the public interface of `ConstantId`. (#4053) 1 year ago
  Richard Smith d18584c6c2 Make representation of call to a generic class / interface more uniform. (#4050) 1 year ago
  Richard Smith f772c1f5f3 More support for generic interfaces, aiming for parity with support for generic classes. (#4034) 1 year ago
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
  Jon Ross-Perkins 6e9d0b15c8 Switch eval.cpp struct init style. (#4011) 1 year ago
  Richard Smith 5c8fa6ad5c Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979) 1 year ago
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) 1 year ago
  Jon Ross-Perkins 40b2217421 Initial 'export name' handling. (#3949) 1 year ago
  Richard Smith 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) 2 years ago
  Jon Ross-Perkins 92fa0ac1ac Remove ImportRefUsed (#3934) 2 years ago
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) 2 years ago
  Jon Ross-Perkins 377262d358 Remove ExternDecl and ExternType (#3909) 2 years ago
  Richard Smith e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 years ago
  Jon Ross-Perkins 5694dd152e Add ExternDecl and ExternType for extern classes. (#3893) 2 years ago
  Pablo Paglilla d28c63df01 Add support for builtin float comparison operations (#3899) 2 years ago
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) 2 years ago
  Richard Smith 5964795f34 Use separate builtins for signed / unsigned arithmetic. (#3892) 2 years ago
  Richard Smith 462bcd9f6e Support explicit conversion between adapters and their adapted types. (#3889) 2 years ago
  Richard Smith 28ceb4dd4e Basic check support for adapters. (#3874) 2 years ago
  Jon Ross-Perkins 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 years ago
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 years ago
  Jon Ross-Perkins 6889aff49a Add functions for instantiating builtin types through lookup. (#3857) 2 years ago
  josh11b ed18f64bcb Delete TODO comments done in #3853 (#3854) 2 years ago
  Richard Smith 762d07fa3e Add builtins for integer bitwise, bit-shift, and relational comparison operators. (#3853) 2 years ago
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 years ago
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 years ago