Historique des commits

Auteur SHA1 Message Date
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) il y a 2 ans
  josh11b 7d8afed6f7 Abbreviate "Initialization" -> "Init" (#3398) il y a 2 ans
  josh11b 7af364c12c Don't abbreviate 'element' (#3400) il y a 2 ans
  Richard Smith 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) il y a 2 ans
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) il y a 2 ans
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) il y a 2 ans
  Richard Smith 6d5e62974c Add SemIR instruction to track that a conversion was performed. (#3363) il y a 2 ans
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) il y a 2 ans
  Jon Ross-Perkins 50a614aaf3 Fix crash when an expression cannot convert to a type. (#3372) il y a 2 ans
  Richard Smith 545a5b3679 Support initializing a class from a struct. (#3358) il y a 2 ans
  josh11b 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) il y a 2 ans
  Jon Ross-Perkins 3401eed8d8 Split IdentifierId and StringLiteralId from StringId (#3352) il y a 2 ans
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) il y a 2 ans
  Richard Smith 428d11323a Directly convert from an initializer to a value where possible. (#3306) il y a 2 ans
  Richard Smith a2e7d5e008 Take the address of the object when calling an `addr self` method. (#3349) il y a 2 ans
  Richard Smith 3ea3cc38b3 Support for `as` expressions. (#3348) il y a 2 ans
  Richard Smith d42c1a3a7c Diagnose attempts to copy a non-copyable type. (#3345) il y a 2 ans
  Richard Smith ae22338468 Allow fields to be reordered in struct initialization. (#3346) il y a 2 ans
  Richard Smith 57f3c553b8 Support for type-checking and lowering method calls. (#3343) il y a 2 ans
  Jon Ross-Perkins e6634d240f Make SemIR::File access more terse. (#3331) il y a 2 ans
  Jon Ross-Perkins 1d6298290f Add more value store types to File. (#3317) il y a 2 ans
  Richard Smith a46e7dd967 Remove most of the metaprogramming in node.h in favor of listing all the members in the typed node structs. (#3310) il y a 2 ans
  Jon Ross-Perkins 1b55ad86dd Extend SharedValueStores to SemIR (#3313) il y a 2 ans
  Richard Smith 69353ed271 Basic support for incomplete types. (#3302) il y a 2 ans
  Richard Smith 1ae5fe0cd5 Provide the callee expression to the Call node. (#3291) il y a 2 ans
  Richard Smith 870ccf3eac Suppress follow-on errors for various forms of expression. (#3292) il y a 2 ans
  Richard Smith 8779fcd77c Switch from `SemIR::NodeKind::Foo` to `SemIR::Foo::Kind` wherever possible. (#3283) il y a 2 ans
  Richard Smith c7a9e29a89 Add typed nodes to SemIR. (#3280) il y a 2 ans
  Richard Smith fea6cf88fc Unify initialization and conversion logic (#3255) il y a 2 ans