Commit History

Author SHA1 Message Date
  Richard Smith 29c294880d Deduplicate and canonicalize all constants. (#3611) 2 years ago
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 years ago
  Richard Smith a3154356f0 Distinguish between template constants and symbolic constants. (#3595) 2 years ago
  Richard Smith 7553d864e1 Very basic support for constant evaluation of expressions. (#3581) 2 years ago
  Jon Ross-Perkins b3c82bf0d3 Remove unused default on AllocateName. (#3591) 2 years ago
  Jon Ross-Perkins 5d0465d43c Adjust a few Invalid comparisons to use is_valid (#3583) 2 years ago
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) 2 years ago
  Jon Ross-Perkins 0205645e7d Refactor BindName to support tracking the enclosing scope. (#3566) 2 years ago
  Richard Smith 07efa026de Support defining instruction categories with a common representation (#3569) 2 years ago
  Richard Smith d87fe8b532 Rename `Carbon::StringLiteralId` -> `Carbon::StringLiteralValueId`. (#3522) 2 years ago
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) 2 years ago
  Richard Smith de0c02ddae If a name is not found in a class, perform lookup into base classes. (#3502) 2 years ago
  Jon Ross-Perkins 032c0e017b Start adding lazy import references to name lookup. (#3475) 2 years ago
  Jon Ross-Perkins c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 years ago
  josh11b 3b0923c81d Add interface support to check (#3474) 2 years ago
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) 2 years ago
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 2 years ago
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) 2 years ago
  Jon Ross-Perkins 962defd1e8 Associate a name with ClassDecl (#3447) 2 years ago
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) 2 years ago
  Jon Ross-Perkins aa5bfa564f Add a distinct semir file separator. (#3438) 2 years ago
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 years ago
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 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 c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 years ago
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 years ago
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 years ago
  Richard Smith 6d5e62974c Add SemIR instruction to track that a conversion was performed. (#3363) 2 years ago
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) 2 years ago