Commit History

Author SHA1 Message Date
  Richard Smith e4528b8abb Add infrastructure for distinguishing between signed and unsigned integer types. (#3822) 2 years ago
  Richard Smith ebbc648342 Add builtins for some basic integer operations. (#3816) 2 years ago
  Richard Smith a3d77d9b74 Factor out some parts of builtin handling and add declaration checking. (#3815) 2 years ago
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) 2 years ago
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 years ago
  Richard Smith 1d720dc001 Basic support for looking up impl members when naming an associated entity. (#3776) 2 years ago
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 years ago
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) 2 years ago
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 years ago
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) 2 years ago
  Jon Ross-Perkins 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) 2 years ago
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) 2 years ago
  Jon Ross-Perkins 8167c44a03 Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659) 2 years ago
  Jon Ross-Perkins c1a894fca7 Start adding ImportRefUsed, removing older copy behavior. (#3657) 2 years ago
  Jon Ross-Perkins adad286b74 Refactor LazyImportRef into ImportRefUnused. (#3656) 2 years ago
  josh11b 5e004b854e Delete unused `NoOp` instruction (#3586) 2 years ago
  josh11b f5c34d62dd Abbreviate "address" -> "addr" (#3580) 2 years ago
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) 2 years ago
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) 2 years ago
  Jon Ross-Perkins 032c0e017b Start adding lazy import references to name lookup. (#3475) 2 years ago
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) 2 years ago
  josh11b 3b0923c81d Add interface support to check (#3474) 2 years ago
  Jon Ross-Perkins 8ace1dcb78 Remove BinaryOperatorAdd (#3469) 2 years ago
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) 2 years ago
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 years ago
  Jon Ross-Perkins 239f8030a4 Pass imports to SemIR. (#3415) 2 years ago
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 years ago
  josh11b 7d8afed6f7 Abbreviate "Initialization" -> "Init" (#3398) 2 years ago
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 years ago
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 years ago