Richard Smith
|
10a198a9e6
Use the correct type for `Self` in generic classes and generic interfaces (#4087)
|
1 年之前 |
Richard Smith
|
19c5596fd8
Build Generic objects for generic classes and interfaces. (#4086)
|
1 年之前 |
Richard Smith
|
d18584c6c2
Make representation of call to a generic class / interface more uniform. (#4050)
|
1 年之前 |
Richard Smith
|
ffc3327959
Factor out common work of building a new constant for an imported instruction. (#4043)
|
1 年之前 |
Richard Smith
|
4aa34978eb
Import support for tuple, struct and integer values. (#4042)
|
1 年之前 |
Richard Smith
|
1c07f959a8
Format types in SemIR using the formatting for their instruction. (#4035)
|
1 年之前 |
Richard Smith
|
9a11e977b3
Improve formatting of the type of a function or generic class name. (#4033)
|
1 年之前 |
Jon Ross-Perkins
|
83413479d7
Move some of the test information to TIP lines (#4007)
|
1 年之前 |
Jon Ross-Perkins
|
55300d1ebb
Switch type literals to use builtin functions. (#3978)
|
1 年之前 |
Richard Smith
|
23f9065949
Implement proposal #3927. (#3963)
|
1 年之前 |
Jon Ross-Perkins
|
92fa0ac1ac
Remove ImportRefUsed (#3934)
|
2 年之前 |
Richard Smith
|
008d41d7f3
Move instruction names for struct and tuple values from lower to `InstNamer`. (#3918)
|
2 年之前 |
Richard Smith
|
62fe0cd385
Remove the builtin IR, and instead define builtin types locally. (#3910)
|
2 年之前 |
Richard Smith
|
015c7c780c
Fix location of `converted` inst for explicit `as` conversion. (#3887)
|
2 年之前 |
Jon Ross-Perkins
|
895e90e791
Start including the prelude for testing. (#3861)
|
2 年之前 |
Jon Ross-Perkins
|
f8c8861e5f
Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831)
|
2 年之前 |
Richard Smith
|
064123d93f
If a SemIR instruction has a braced block and a constant value, print the constant value first. (#3734)
|
2 年之前 |
Richard Smith
|
5543602a50
Make namespace formatting more consistent with other declaration block instructions. (#3732)
|
2 年之前 |
Gıyaseddin Tanrıkulu
|
bdff7ccf28
Add GlobalInit to blocks to emit initialization instructions for globals (#3687)
|
2 年之前 |
Jon Ross-Perkins
|
475ecca339
Implement constant handling for types of imports. (#3693)
|
2 年之前 |