Jacob Schneider
|
6419568142
Fully underline parse nodes in diagnostics. (#3442)
|
2 lat temu |
Jon Ross-Perkins
|
032c0e017b
Start adding lazy import references to name lookup. (#3475)
|
2 lat temu |
Richard Smith
|
cef7eb5522
Simplify interface for getting an instruction from a type. (#3455)
|
2 lat temu |
Jon Ross-Perkins
|
18c51ea862
Fix LexicalLookupResult's node_id -> inst_id (#3476)
|
2 lat temu |
josh11b
|
3b0923c81d
Add interface support to check (#3474)
|
2 lat temu |
Jon Ross-Perkins
|
ef0fa81a58
Upgrade clang-format version (#3471)
|
2 lat temu |
Richard Smith
|
18d7ba9542
Factor out common pattern of trying to complete a type then falling back to an error type if that fails. (#3454)
|
2 lat temu |
josh11b
|
f4677eea8d
Use the scope stack instead of the decl state stack for context (#3460)
|
2 lat temu |
josh11b
|
fada410559
Support declaration modifier keywords (#3412)
|
2 lat temu |
Jon Ross-Perkins
|
132807e138
Refactor ValueStore to reduce template type repetition. (#3437)
|
2 lat temu |
Jon Ross-Perkins
|
0db63ff17a
Abbreviate Integer and FloatingPoint (#3435)
|
2 lat temu |
Jon Ross-Perkins
|
0d618b1278
Tidy up lint issues. (#3429)
|
2 lat temu |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
2 lat temu |
Jon Ross-Perkins
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 lat temu |
josh11b
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 lat temu |
Jon Ross-Perkins
|
5522e4f613
Switch cross references to a ValueStore. (#3414)
|
2 lat temu |
josh11b
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 lat temu |
Richard Smith
|
afd6d85610
Support for `returned var` and `return var`. (#3374)
|
2 lat temu |
josh11b
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 lat temu |
Richard Smith
|
71aa4a45be
Distinguish between name IDs and string IDs in the type system. (#3341)
|
2 lat temu |
Jon Ross-Perkins
|
84bc8cc4bf
Fix crash when if expressions aren't in a function. (#3373)
|
2 lat temu |
Jon Ross-Perkins
|
50a614aaf3
Fix crash when an expression cannot convert to a type. (#3372)
|
2 lat temu |
Richard Smith
|
3bee8932a9
Rework name lookup to handle non-lexical scoping. (#3354)
|
2 lat temu |
Richard Smith
|
184eafd521
Add a separate store for computed constant values. (#3362)
|
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
|
57f3c553b8
Support for type-checking and lowering method calls. (#3343)
|
2 lat temu |
Richard Smith
|
ab575cf32a
Support for member access into classes. (#3335)
|
2 lat temu |
Richard Smith
|
7f2f4bec4f
Add a `Field` node for fields in a class. (#3332)
|
2 lat temu |