Jon Ross-Perkins
|
512583d744
Refactor KeywordModifierSet to provide a class API (#4003)
|
1 年之前 |
Jon Ross-Perkins
|
f9a4371aca
Refactor name addition, particularly for associated entities. (#3924)
|
2 年之前 |
Jon Ross-Perkins
|
b5d28f2c4b
location -> loc abbreviation (#3826)
|
2 年之前 |
Jon Ross-Perkins
|
1c673041f0
Provide locations for indirectly imported instructions. (#3811)
|
2 年之前 |
Jon Ross-Perkins
|
b079acd86f
Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810)
|
2 年之前 |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 年之前 |
Jon Ross-Perkins
|
096daecc57
Add framework for the extern keyword. (#3755)
|
2 年之前 |
Richard Smith
|
8e956baca8
Basic support for associated constant declarations (#3737)
|
2 年之前 |
Jon Ross-Perkins
|
f76bc733f4
Add 'let' handling for ImportRefUsed. (#3700)
|
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
|
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 年之前 |
Jon Ross-Perkins
|
f197219c10
Split parse nodes out from instructions because they're rarely used. (#3590)
|
2 年之前 |
josh11b
|
0b9e73ab07
Put check stage handle functions in execution order (#3573)
|
2 年之前 |
Richard Smith
|
a6508fcf05
Basic support for generic bindings. (#3555)
|
2 年之前 |
Jon Ross-Perkins
|
0205645e7d
Refactor BindName to support tracking the enclosing scope. (#3566)
|
2 年之前 |
josh11b
|
48c986f52d
Start using typed parse node ids in the check stage (#3547)
|
2 年之前 |
josh11b
|
23c7d7dd99
Underline the complete declaration in diagnostics (#3508)
|
2 年之前 |
Geoff Romer
|
6e65a30b5d
Rename `ParamList` to `TuplePattern` (#3479)
|
2 年之前 |
Geoff Romer
|
39750b9925
Parse support for tuple patterns in `var` and `let` (#3448)
|
2 年之前 |
josh11b
|
fada410559
Support declaration modifier keywords (#3412)
|
2 年之前 |
Geoff Romer
|
b8d4e2f41b
Binding pattern naming cleanup (#3410)
|
2 年之前 |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
2 年之前 |
josh11b
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 年之前 |
josh11b
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 年之前 |
josh11b
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
2 年之前 |
Jon Ross-Perkins
|
e6634d240f
Make SemIR::File access more terse. (#3331)
|
2 年之前 |
Jon Ross-Perkins
|
1d6298290f
Add more value store types to File. (#3317)
|
2 年之前 |
Richard Smith
|
c7a9e29a89
Add typed nodes to SemIR. (#3280)
|
2 年之前 |