Cronologia Commit

Autore SHA1 Messaggio Data
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 anni fa
  Richard Smith 1d720dc001 Basic support for looking up impl members when naming an associated entity. (#3776) 2 anni fa
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 anni fa
  Richard Smith f5a3a9a7e0 Add `Self` into scope in interface definitions and using facets as types. (#3740) 2 anni fa
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) 2 anni fa
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 anni fa
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) 2 anni fa
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) 2 anni fa
  Richard Smith 9e7a17b1a1 Scaffolding for checking impls. (#3672) 2 anni fa
  Jon Ross-Perkins 8167c44a03 Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659) 2 anni fa
  Jon Ross-Perkins c1a894fca7 Start adding ImportRefUsed, removing older copy behavior. (#3657) 2 anni fa
  Jon Ross-Perkins adad286b74 Refactor LazyImportRef into ImportRefUnused. (#3656) 2 anni fa
  josh11b 5e004b854e Delete unused `NoOp` instruction (#3586) 2 anni fa
  josh11b f5c34d62dd Abbreviate "address" -> "addr" (#3580) 2 anni fa
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) 2 anni fa
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) 2 anni fa
  Jon Ross-Perkins 032c0e017b Start adding lazy import references to name lookup. (#3475) 2 anni fa
  josh11b 3b0923c81d Add interface support to check (#3474) 2 anni fa
  Jon Ross-Perkins 8ace1dcb78 Remove BinaryOperatorAdd (#3469) 2 anni fa
  Richard Smith 433d626b04 Rename SemIR::{Base,Field} -> SemIR::{Base,Field}Decl. (#3452) 2 anni fa
  Richard Smith 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 anni fa
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) 2 anni fa
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 anni fa
  Jon Ross-Perkins 239f8030a4 Pass imports to SemIR. (#3415) 2 anni fa
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 anni fa
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 anni fa
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 anni fa
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 anni fa
  Richard Smith 6d5e62974c Add SemIR instruction to track that a conversion was performed. (#3363) 2 anni fa
  Richard Smith 545a5b3679 Support initializing a class from a struct. (#3358) 2 anni fa