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