Historia zmian

Autor SHA1 Wiadomość Data
  Richard Smith 28ceb4dd4e Basic check support for adapters. (#3874) 2 lat temu
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 lat temu
  Jon Ross-Perkins 6889aff49a Add functions for instantiating builtin types through lookup. (#3857) 2 lat temu
  Richard Smith 762d07fa3e Add builtins for integer bitwise, bit-shift, and relational comparison operators. (#3853) 2 lat temu
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 lat temu
  Richard Smith e4528b8abb Add infrastructure for distinguishing between signed and unsigned integer types. (#3822) 2 lat temu
  Richard Smith ebbc648342 Add builtins for some basic integer operations. (#3816) 2 lat temu
  Richard Smith a3d77d9b74 Factor out some parts of builtin handling and add declaration checking. (#3815) 2 lat temu
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) 2 lat temu
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 lat temu
  Richard Smith 1d720dc001 Basic support for looking up impl members when naming an associated entity. (#3776) 2 lat temu
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 lat temu
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) 2 lat temu
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 lat temu
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) 2 lat temu
  Jon Ross-Perkins 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) 2 lat temu
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) 2 lat temu
  Jon Ross-Perkins 8167c44a03 Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659) 2 lat temu
  Jon Ross-Perkins c1a894fca7 Start adding ImportRefUsed, removing older copy behavior. (#3657) 2 lat temu
  Jon Ross-Perkins adad286b74 Refactor LazyImportRef into ImportRefUnused. (#3656) 2 lat temu
  josh11b 5e004b854e Delete unused `NoOp` instruction (#3586) 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 fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) 2 lat temu
  Jon Ross-Perkins 032c0e017b Start adding lazy import references to name lookup. (#3475) 2 lat temu
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) 2 lat temu
  josh11b 3b0923c81d Add interface support to check (#3474) 2 lat temu
  Jon Ross-Perkins 8ace1dcb78 Remove BinaryOperatorAdd (#3469) 2 lat temu
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) 2 lat temu
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 lat temu