Dana Jansens
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
Burak Emir
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
Dana Jansens
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
Richard Smith
|
e060342411
Defer building thunks until the end of the enclosing definition. (#5403)
|
1 год назад |
Dana Jansens
|
315e206ff1
Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355)
|
1 год назад |
Jon Ross-Perkins
|
03e693873b
Detect control flow in entities nested inside functions (#5336)
|
1 год назад |
Thomas Köppe
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
Jon Ross-Perkins
|
55da026a46
Remove the SemIRLoc typedef (#5299)
|
1 год назад |
josh11b
|
c7a338be59
Replace uses of "defined" with "complete" (#5196)
|
1 год назад |
Dana Jansens
|
6dbcc78e6c
Rewrite symbolic constants in generic redeclarations (#5154)
|
1 год назад |
Jon Ross-Perkins
|
68f6906c9f
Refactor BuildFunctionDecl (#5098)
|
1 год назад |
Jon Ross-Perkins
|
e7b68572fa
Consolidate post-check logic (#5003)
|
1 год назад |
Jon Ross-Perkins
|
524a6337f4
Improve decl_name_stack comments (#4977)
|
1 год назад |
Boaz Brickner
|
6a99c4e970
When diagnosing a duplicated name, add the name to the diagnosis (#4902)
|
1 год назад |
Boaz Brickner
|
4a93b6667e
Add the used name to the `NameUseBeforeDecl` diagnostic (#4901)
|
1 год назад |
Boaz Brickner
|
dd7c64bad0
When diagnosing a duplicate name, point to the name instead of the instruction (#4953)
|
1 год назад |
Jon Ross-Perkins
|
e70f9cd71d
Move diagnostic helpers from Context to other files (#4949)
|
1 год назад |
Jon Ross-Perkins
|
afef6cd940
Refactor name lookup logic out of Context (#4930)
|
1 год назад |
Boaz Brickner
|
1aa6573d4e
When diagnosing poisoned name, point to the declared name instead of the entire declaration (#4938)
|
1 год назад |
Boaz Brickner
|
c67920e631
When diagnosing name used before declared, set the location of the usage (#4860)
|
1 год назад |
Boaz Brickner
|
f4e19f4390
Change `DeclNameStack::LookupOrAddName()` to return `SemIR::ScopeLookupResult` instead of a `pair` (#4852)
|
1 год назад |
Boaz Brickner
|
3d39ab67bf
Wrap lookup result in a new `ScopeLookupResult` (#4831)
|
1 год назад |
Jon Ross-Perkins
|
9c0faf007e
Invalid comment cleanup (#4836)
|
1 год назад |
Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 год назад |
Richard Smith
|
0d70091bda
Fix introduction of class and interface names in local scopes. (#4793)
|
1 год назад |
Boaz Brickner
|
74395ce693
Change name poisoning implementation to allow better diagnostics (#4764)
|
1 год назад |
Boaz Brickner
|
9c8773da1b
Basic name poisoning support (#4654)
|
1 год назад |
Richard Smith
|
758b6c42ba
Produce a note indicating where the specific was used from if monomorphization fails. (#4662)
|
1 год назад |
Boaz Brickner
|
daba2c72cf
[NFC] Convert NameScope from struct to class (#4623)
|
1 год назад |
Boaz Brickner
|
a297eef2d5
[NFC] In DeclNameStack::AddName(), use NameScope::AddRequired() instead of duplicating its logic (#4610)
|
1 год назад |