Jon Ross-Perkins
|
292a9d3cb4
Replace ResolvePrevInstForMerge with decl logic. (#3936)
|
2 tahun lalu |
Richard Smith
|
d5c0c9cfe3
Accept generic parameter lists in class declarations. (#3933)
|
2 tahun lalu |
Jon Ross-Perkins
|
92fa0ac1ac
Remove ImportRefUsed (#3934)
|
2 tahun lalu |
Jon Ross-Perkins
|
76ed3c73cb
Promote FunctionType to a standard instruction. (#3931)
|
2 tahun lalu |
Jon Ross-Perkins
|
f9a4371aca
Refactor name addition, particularly for associated entities. (#3924)
|
2 tahun lalu |
Jon Ross-Perkins
|
377262d358
Remove ExternDecl and ExternType (#3909)
|
2 tahun lalu |
Jon Ross-Perkins
|
5694dd152e
Add ExternDecl and ExternType for extern classes. (#3893)
|
2 tahun lalu |
Jon Ross-Perkins
|
db324c7247
Initial, extern-ignoring support for extern class decls. (#3891)
|
2 tahun lalu |
Richard Smith
|
1b335402d1
Allow incomplete return types in function declarations. (#3875)
|
2 tahun lalu |
Jon Ross-Perkins
|
2361830592
Special-case api/impl implicit imports and verify relevant redeclarations. (#3843)
|
2 tahun lalu |
Jon Ross-Perkins
|
5c567b892d
Address invalid redeclaration and definitions across imports. (#3842)
|
2 tahun lalu |
Jon Ross-Perkins
|
dffe4a36de
When merging functions, detect uses of imports prior to a redecl. (#3836)
|
2 tahun lalu |
Richard Smith
|
f9ce0b194d
Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832)
|
2 tahun lalu |
Jon Ross-Perkins
|
1c673041f0
Provide locations for indirectly imported instructions. (#3811)
|
2 tahun lalu |
Jon Ross-Perkins
|
a79027120a
Start adding extern logic for functions. (#3809)
|
2 tahun lalu |
Richard Smith
|
a3d77d9b74
Factor out some parts of builtin handling and add declaration checking. (#3815)
|
2 tahun lalu |
Jon Ross-Perkins
|
0bd45f0d6b
Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804)
|
2 tahun lalu |
Richard Smith
|
f0e940ddfd
Initial support for builtin functions. (#3803)
|
2 tahun lalu |
Jon Ross-Perkins
|
15932ac990
Start filling in `extern` support on functions. (#3795)
|
2 tahun lalu |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 tahun lalu |
Jon Ross-Perkins
|
096daecc57
Add framework for the extern keyword. (#3755)
|
2 tahun lalu |
Jon Ross-Perkins
|
1bf9b24303
Expand handling of function redeclarations. (#3739)
|
2 tahun lalu |
Richard Smith
|
5f4e6c768a
Format the decl block for a declaration as a trailing block. (#3731)
|
2 tahun lalu |
Richard Smith
|
33c1e9ca95
Add an associated entity instruction and corresponding type for interface elements. (#3730)
|
2 tahun lalu |
Richard Smith
|
8e8eeb3243
Add diagnostics for `extend impl` misuse. (#3721)
|
2 tahun lalu |
Jon Ross-Perkins
|
7e7e87056a
Add diagnostic support to pass in NameId. (#3696)
|
2 tahun lalu |
Jon Ross-Perkins
|
1bf4dc53d9
Add diagnostic support so that we can just pass in TypeId. (#3695)
|
2 tahun lalu |
Richard Smith
|
fdfb1fb5ef
Factor the scope stack and lexical lookups out of Check::Context. (#3688)
|
2 tahun lalu |
Richard Smith
|
44fca1669a
Keep parameters in scope throughout the entity that they parameterize. (#3671)
|
2 tahun lalu |
Jon Ross-Perkins
|
9e3c4a3ef1
Reduce a few cases of retrieving the parse node for conditional diagnostics. (#3620)
|
2 tahun lalu |