Alina Sbirlea
|
077cf56a8a
Emit function definitions in check, for all specifics seen. (#5090)
|
před 1 rokem |
Dana Jansens
|
6dbcc78e6c
Rewrite symbolic constants in generic redeclarations (#5154)
|
před 1 rokem |
Jon Ross-Perkins
|
832c6398d6
Reduce explicit SemIR::LocIdAndInst construction (#5153)
|
před 1 rokem |
Jon Ross-Perkins
|
8738497301
Fix parse support for 'fn F[];' (#5135)
|
před 1 rokem |
Richard Smith
|
59003a5d4c
Fix crash discovered by fuzzer. (#5100)
|
před 1 rokem |
David Blaikie
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
před 1 rokem |
Boaz Brickner
|
6a99c4e970
When diagnosing a duplicated name, add the name to the diagnosis (#4902)
|
před 1 rokem |
Boaz Brickner
|
4a93b6667e
Add the used name to the `NameUseBeforeDecl` diagnostic (#4901)
|
před 1 rokem |
Jon Ross-Perkins
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
před 1 rokem |
Boaz Brickner
|
dd7c64bad0
When diagnosing a duplicate name, point to the name instead of the instruction (#4953)
|
před 1 rokem |
Jon Ross-Perkins
|
dc8f47e6ad
Move type functions off Context (#4951)
|
před 1 rokem |
Jon Ross-Perkins
|
e70f9cd71d
Move diagnostic helpers from Context to other files (#4949)
|
před 1 rokem |
Boaz Brickner
|
1aa6573d4e
When diagnosing poisoned name, point to the declared name instead of the entire declaration (#4938)
|
před 1 rokem |
Jon Ross-Perkins
|
8af64ceca6
Change Context::IsImplFile to File::is_impl (#4931)
|
před 1 rokem |
Jon Ross-Perkins
|
0a55081c5d
Move TypeCompleter and closely related helper functions to their own file (#4922)
|
před 1 rokem |
David Blaikie
|
2729022f47
Diagnose impl function with mismatched signature compared to virtual (#4816)
|
před 1 rokem |
Boaz Brickner
|
c67920e631
When diagnosing name used before declared, set the location of the usage (#4860)
|
před 1 rokem |
Jon Ross-Perkins
|
3bd7252f29
Clean up obsolete import handling in class/function (#4857)
|
před 1 rokem |
Boaz Brickner
|
f4e19f4390
Change `DeclNameStack::LookupOrAddName()` to return `SemIR::ScopeLookupResult` instead of a `pair` (#4852)
|
před 1 rokem |
Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
před 1 rokem |
David Blaikie
|
a8b46cf561
Add SemIR Vtable instruction and usage (#4732)
|
před 1 rokem |
Jon Ross-Perkins
|
d958caaff3
Refactor CheckIsAllowedRedecl and stop function definition merging (#4800)
|
před 1 rokem |
Geoff Romer
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
Boaz Brickner
|
74395ce693
Change name poisoning implementation to allow better diagnostics (#4764)
|
před 1 rokem |
josh11b
|
c5fd8f42b8
`ImplWitness` (#4679)
|
před 1 rokem |
Boaz Brickner
|
9c8773da1b
Basic name poisoning support (#4654)
|
před 1 rokem |
Richard Smith
|
92201ceb10
Rename various `TryToCompleteType` functions to better describe what they do. (#4658)
|
před 1 rokem |
Richard Smith
|
eabe9f117a
Track complete types required by a generic. (#4652)
|
před 1 rokem |
Boaz Brickner
|
daba2c72cf
[NFC] Convert NameScope from struct to class (#4623)
|
před 1 rokem |
Jon Ross-Perkins
|
1cba3328f7
Finish removing BuiltinInstKind (#4637)
|
před 1 rokem |