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
|
e305c896a1
Add TODOs for implicit params to class and interface. (#3596)
|
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 лет назад |
Jon Ross-Perkins
|
cad4605dad
Add imports of enclosing scopes. (#3575)
|
2 лет назад |
Richard Smith
|
a6508fcf05
Basic support for generic bindings. (#3555)
|
2 лет назад |
josh11b
|
770876bbcb
Define `Any`...`DeclId` aliases for brevity (#3562)
|
2 лет назад |
josh11b
|
b0da52a3d7
Use typed parse node ids in SemIR instruction types (#3560)
|
2 лет назад |
josh11b
|
48c986f52d
Start using typed parse node ids in the check stage (#3547)
|
2 лет назад |
Jon Ross-Perkins
|
3d661c96f3
Handle out-of-line declarations. (#3536)
|
2 лет назад |
Richard Smith
|
de0c02ddae
If a name is not found in a class, perform lookup into base classes. (#3502)
|
2 лет назад |
josh11b
|
23c7d7dd99
Underline the complete declaration in diagnostics (#3508)
|
2 лет назад |
josh11b
|
407079c33a
Pop decl state stack earlier (#3483)
|
2 лет назад |
Richard Smith
|
cef7eb5522
Simplify interface for getting an instruction from a type. (#3455)
|
2 лет назад |
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 лет назад |
josh11b
|
e9fc07feee
Abbreviate "representation" -> "repr" (#3464)
|
2 лет назад |
josh11b
|
a970b1e587
Require `extend` before `base: BaseType;` (#3459)
|
2 лет назад |
josh11b
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
Richard Smith
|
22dff46ed2
Remove support for disambiguating a stringified type as being a type. (#3456)
|
2 лет назад |
Richard Smith
|
433d626b04
Rename SemIR::{Base,Field} -> SemIR::{Base,Field}Decl. (#3452)
|
2 лет назад |
Richard Smith
|
7dffa0c7ec
Support for `base: T;`, `.base`, `x.base`. (#3450)
|
2 лет назад |
Jon Ross-Perkins
|
0d618b1278
Tidy up lint issues. (#3429)
|
2 лет назад |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
2 лет назад |
Jon Ross-Perkins
|
0c0998d7cd
Error when passing StringRef to CARBON_DIAGNOSTIC. (#3431)
|
2 лет назад |
Richard Smith
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 лет назад |
josh11b
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
Richard Smith
|
71aa4a45be
Distinguish between name IDs and string IDs in the type system. (#3341)
|
2 лет назад |
Richard Smith
|
3bee8932a9
Rework name lookup to handle non-lexical scoping. (#3354)
|
2 лет назад |
Jon Ross-Perkins
|
3401eed8d8
Split IdentifierId and StringLiteralId from StringId (#3352)
|
2 лет назад |