Richard Smith
|
0248f3ec92
Add `TypedInt` wrapper for integer formatting in diagnostics. (#3818)
|
2 년 전 |
Jon Ross-Perkins
|
0bd45f0d6b
Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804)
|
2 년 전 |
Richard Smith
|
d8be774b8b
Lowering support for overloaded operators. (#3798)
|
2 년 전 |
Jon Ross-Perkins
|
957f11587d
Start pulling in names from cross-package imports. (#3789)
|
2 년 전 |
Jon Ross-Perkins
|
8567e02aa7
Refactor handling of cross-package imports. (#3783)
|
2 년 전 |
Jon Ross-Perkins
|
0217ec2d3b
Switch Check's TODO to use SemIRLocation (#3779)
|
2 년 전 |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 년 전 |
Jon Ross-Perkins
|
9ff20928a2
Offer GetTypeIdForTypeInst (#3742)
|
2 년 전 |
Richard Smith
|
33c1e9ca95
Add an associated entity instruction and corresponding type for interface elements. (#3730)
|
2 년 전 |
Jon Ross-Perkins
|
2fee4d072f
Factor param/arg ref logic to a class. (#3728)
|
2 년 전 |
Jon Ross-Perkins
|
d2056ef4b9
Split classes in file.h and value_stores.* to separate files (#3725)
|
2 년 전 |
Jon Ross-Perkins
|
364ea5d3f2
Assign a constant to ClassDecl/InterfaceDecl for name references. (#3722)
|
2 년 전 |
Richard Smith
|
eed33c3b8c
Redeclaration support for `impl` declarations. (#3717)
|
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 년 전 |
Richard Smith
|
4d0c3811c9
Add a diagnostic for trying to extend an undefined interface. (#3689)
|
2 년 전 |
Richard Smith
|
0e053703f8
Build Impl entity to represent an impl declaration. (#3683)
|
2 년 전 |
Richard Smith
|
fdfb1fb5ef
Factor the scope stack and lexical lookups out of Check::Context. (#3688)
|
2 년 전 |
Richard Smith
|
44fca1669a
Keep parameters in scope throughout the entity that they parameterize. (#3671)
|
2 년 전 |
Jon Ross-Perkins
|
7f11012f58
CrossRefIRId -> ImportIRId (#3662)
|
2 년 전 |
Jon Ross-Perkins
|
adad286b74
Refactor LazyImportRef into ImportRefUnused. (#3656)
|
2 년 전 |
Jon Ross-Perkins
|
f4a741903f
Add import support for remaining decl types. (#3651)
|
2 년 전 |
Jon Ross-Perkins
|
1f764c8cf1
Implement merging of namespace declarations. (#3647)
|
2 년 전 |
Richard Smith
|
b138c90c9e
Use constant evaluation to determine the identity of types. (#3617)
|
2 년 전 |
Jon Ross-Perkins
|
d0fb4b5815
Change DiagnoseDuplicateName to expect an inst ID for the duplicate. (#3616)
|
2 년 전 |
Richard Smith
|
906346cf35
Ensure we evaluate instructions created in uncommon ways. (#3598)
|
2 년 전 |
Richard Smith
|
d712bf12a6
Remove parse nodes from constants. (#3599)
|
2 년 전 |
Jon Ross-Perkins
|
f5e9158fa7
Support passing an InstId for check diagnostics. (#3597)
|
2 년 전 |
Jon Ross-Perkins
|
f197219c10
Split parse nodes out from instructions because they're rarely used. (#3590)
|
2 년 전 |
Richard Smith
|
a3154356f0
Distinguish between template constants and symbolic constants. (#3595)
|
2 년 전 |