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

Автор SHA1 Сообщение Дата
  Richard Smith 28ceb4dd4e Basic check support for adapters. (#3874) 2 лет назад
  Jon Ross-Perkins 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 лет назад
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 лет назад
  Jon Ross-Perkins 6889aff49a Add functions for instantiating builtin types through lookup. (#3857) 2 лет назад
  josh11b ed18f64bcb Delete TODO comments done in #3853 (#3854) 2 лет назад
  Richard Smith 762d07fa3e Add builtins for integer bitwise, bit-shift, and relational comparison operators. (#3853) 2 лет назад
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 лет назад
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 лет назад
  Richard Smith 2acdf6c358 Improve conversion to / from `BoolValue`. (#3821) 2 лет назад
  Richard Smith e4528b8abb Add infrastructure for distinguishing between signed and unsigned integer types. (#3822) 2 лет назад
  Richard Smith 0248f3ec92 Add `TypedInt` wrapper for integer formatting in diagnostics. (#3818) 2 лет назад
  Richard Smith ebbc648342 Add builtins for some basic integer operations. (#3816) 2 лет назад
  Richard Smith a3d77d9b74 Factor out some parts of builtin handling and add declaration checking. (#3815) 2 лет назад
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) 2 лет назад
  Richard Smith cf361a83f3 Overloaded operator support. (#3796) 2 лет назад
  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 лет назад
  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 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 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 лет назад
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) 2 лет назад
  Jon Ross-Perkins 3a489fd7b4 Implement ConstantId::Invalid (#3674) 2 лет назад
  Richard Smith 9e7a17b1a1 Scaffolding for checking impls. (#3672) 2 лет назад