Richard Smith
|
20c0322bbe
Rough support for calling a generic class name to form a class type. (#3939)
|
2 лет назад |
Jon Ross-Perkins
|
92fa0ac1ac
Remove ImportRefUsed (#3934)
|
2 лет назад |
Richard Smith
|
ccf87f0a38
Use computed constants in lowering rather than lowering instructions (#3905)
|
2 лет назад |
Richard Smith
|
e0b8728263
Allocate de Bruijn levels to symbolic bindings. (#3906)
|
2 лет назад |
Pablo Paglilla
|
cae62765af
Add builtins for basic float operations (#3897)
|
2 лет назад |
Richard Smith
|
3776c068de
Unify instruction naming between SemIR and LLVM IR (#3898)
|
2 лет назад |
Jon Ross-Perkins
|
b0a8faea89
Update a few switches using InstKind:: to use the more common ::Kind. (#3883)
|
2 лет назад |
Richard Smith
|
1b335402d1
Allow incomplete return types in function declarations. (#3875)
|
2 лет назад |
Jon Ross-Perkins
|
6c5cb5bcf6
Switch sem_ir code to use CARBON_KIND_SWITCH (#3870)
|
2 лет назад |
Richard Smith
|
bb117aea3a
Add support for `iN` and `uN` for all suitable `N`. (#3868)
|
2 лет назад |
Jon Ross-Perkins
|
f8c8861e5f
Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831)
|
2 лет назад |
Jon Ross-Perkins
|
b5d28f2c4b
location -> loc abbreviation (#3826)
|
2 лет назад |
Jon Ross-Perkins
|
0001f53ec1
Implement merging of conflicts found during import. (#3819)
|
2 лет назад |
Jon Ross-Perkins
|
b079acd86f
Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810)
|
2 лет назад |
Jon Ross-Perkins
|
2a6c5255fb
Add CARBON_KIND_SWITCH to better handle typed inst switches. (#3820)
|
2 лет назад |
Richard Smith
|
e4528b8abb
Add infrastructure for distinguishing between signed and unsigned integer types. (#3822)
|
2 лет назад |
Richard Smith
|
a3d77d9b74
Factor out some parts of builtin handling and add declaration checking. (#3815)
|
2 лет назад |
Richard Smith
|
f0e940ddfd
Initial support for builtin functions. (#3803)
|
2 лет назад |
Jon Ross-Perkins
|
8567e02aa7
Refactor handling of cross-package imports. (#3783)
|
2 лет назад |
Jon Ross-Perkins
|
295c8eb97f
Change Namespace formatting to use the scope's name. (#3782)
|
2 лет назад |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 лет назад |
Richard Smith
|
abf23ae7fe
Initial scaffolding for building a witness table for an `impl`. (#3743)
|
2 лет назад |
Richard Smith
|
5665660677
Remove special-case formatting for class and interface LHS. (#3744)
|
2 лет назад |
Richard Smith
|
f5a3a9a7e0
Add `Self` into scope in interface definitions and using facets as types. (#3740)
|
2 лет назад |
Richard Smith
|
8e956baca8
Basic support for associated constant declarations (#3737)
|
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
|
a6f4752a7b
Collapse empty braces onto a single line. (#3733)
|
2 лет назад |
Richard Smith
|
5543602a50
Make namespace formatting more consistent with other declaration block instructions. (#3732)
|
2 лет назад |
Richard Smith
|
5f4e6c768a
Format the decl block for a declaration as a trailing block. (#3731)
|
2 лет назад |
Richard Smith
|
33c1e9ca95
Add an associated entity instruction and corresponding type for interface elements. (#3730)
|
2 лет назад |