Jon Ross-Perkins
|
0d3d829478
Cleanup pass over llvm::seq uses (#5185)
|
před 1 rokem |
Richard Smith
|
6fd139b805
Renumber inner parameters when checking an impl function against an interface function. (#5113)
|
před 1 rokem |
David Blaikie
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
před 1 rokem |
Jon Ross-Perkins
|
422cc3d48a
Move diagnostic usings off Context (#5007)
|
před 1 rokem |
josh11b
|
eb69d7420e
First iteration of completing and resolving facet types (#4920)
|
před 1 rokem |
Dana Jansens
|
d5f3d3365a
Allow checking to continue after 'impl as' outside class (#4937)
|
před 1 rokem |
Jon Ross-Perkins
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
před 1 rokem |
Jon Ross-Perkins
|
dc8f47e6ad
Move type functions off Context (#4951)
|
před 1 rokem |
Jon Ross-Perkins
|
afef6cd940
Refactor name lookup logic out of Context (#4930)
|
před 1 rokem |
Jon Ross-Perkins
|
0a55081c5d
Move TypeCompleter and closely related helper functions to their own file (#4922)
|
před 1 rokem |
Boaz Brickner
|
c67920e631
When diagnosing name used before declared, set the location of the usage (#4860)
|
před 1 rokem |
josh11b
|
5abe5a3c21
Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850)
|
před 1 rokem |
Boaz Brickner
|
3d39ab67bf
Wrap lookup result in a new `ScopeLookupResult` (#4831)
|
před 1 rokem |
Richard Smith
|
5f888e1124
Treat associated constants as entities parameterized by Self (#4837)
|
před 1 rokem |
Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
před 1 rokem |
David Blaikie
|
b292943648
Sink comment into implementation (#4833)
|
před 1 rokem |
Jon Ross-Perkins
|
41b6bb5688
Update TODO for semantic checking (#4821)
|
před 1 rokem |
josh11b
|
230a8ee598
Support associated constants in impl witnesses (#4770)
|
před 1 rokem |
Boaz Brickner
|
74395ce693
Change name poisoning implementation to allow better diagnostics (#4764)
|
před 1 rokem |
Jon Ross-Perkins
|
bc637bdd7a
Fix redundant void return (#4757)
|
před 1 rokem |
josh11b
|
c5fd8f42b8
`ImplWitness` (#4679)
|
před 1 rokem |
josh11b
|
5169a1862e
Require a definition in the same file as an `impl` declaration (#4719)
|
před 1 rokem |
Richard Smith
|
758b6c42ba
Produce a note indicating where the specific was used from if monomorphization fails. (#4662)
|
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 |
Jon Ross-Perkins
|
1cba3328f7
Finish removing BuiltinInstKind (#4637)
|
před 1 rokem |
Jon Ross-Perkins
|
efab39cbd9
Remove InstId::Builtin members (#4632)
|
před 1 rokem |
Jon Ross-Perkins
|
0e92e6cc5a
Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619)
|
před 1 rokem |
josh11b
|
33110d096c
Facet types support rewrite (`where .A =`...) constraints (#4613)
|
před 1 rokem |
josh11b
|
67f2c9ce26
Add a `FacetValue` instruction (#4545)
|
před 1 rokem |