Historial de Commits

Autor SHA1 Mensaje Fecha
  Jacob Schneider 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
  Richard Smith 87d341c61b Support derived to base conversions. (#3487) hace 2 años
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) hace 2 años
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) hace 2 años
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) hace 2 años
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) hace 2 años
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) hace 2 años
  Jon Ross-Perkins 0d618b1278 Tidy up lint issues. (#3429) hace 2 años
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
  Jon Ross-Perkins 0c0998d7cd Error when passing StringRef to CARBON_DIAGNOSTIC. (#3431) hace 2 años
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) hace 2 años
  josh11b 7d8afed6f7 Abbreviate "Initialization" -> "Init" (#3398) hace 2 años
  josh11b 7af364c12c Don't abbreviate 'element' (#3400) hace 2 años
  Richard Smith 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) hace 2 años
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) hace 2 años
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) hace 2 años
  Richard Smith 6d5e62974c Add SemIR instruction to track that a conversion was performed. (#3363) hace 2 años
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) hace 2 años
  Jon Ross-Perkins 50a614aaf3 Fix crash when an expression cannot convert to a type. (#3372) hace 2 años
  Richard Smith 545a5b3679 Support initializing a class from a struct. (#3358) hace 2 años
  josh11b 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) hace 2 años
  Jon Ross-Perkins 3401eed8d8 Split IdentifierId and StringLiteralId from StringId (#3352) hace 2 años
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) hace 2 años
  Richard Smith 428d11323a Directly convert from an initializer to a value where possible. (#3306) hace 2 años
  Richard Smith a2e7d5e008 Take the address of the object when calling an `addr self` method. (#3349) hace 2 años
  Richard Smith 3ea3cc38b3 Support for `as` expressions. (#3348) hace 2 años
  Richard Smith d42c1a3a7c Diagnose attempts to copy a non-copyable type. (#3345) hace 2 años
  Richard Smith ae22338468 Allow fields to be reordered in struct initialization. (#3346) hace 2 años
  Richard Smith 57f3c553b8 Support for type-checking and lowering method calls. (#3343) hace 2 años
  Jon Ross-Perkins e6634d240f Make SemIR::File access more terse. (#3331) hace 2 años