Adrien Leravat
|
026c4b9dc3
Explorer: move subtyping logic to TypeChecker (#2484)
|
před 3 roky |
Adrien Leravat
|
9299e51511
Explorer: Support class subtyping (#2460)
|
před 3 roky |
Richard Smith
|
43283cb516
Add `Value` decomposition and use it to implement `Substitute` (#2389)
|
před 3 roky |
Adrien Leravat
|
e37a69a6d5
Destroy class hierarchy when destroying class with a `base` (#2378)
|
před 3 roky |
Adrien Leravat
|
563768c6d3
Explorer: split `Member` into dedicated classes (#2421)
|
před 3 roky |
josh11b
|
9c8fd6864e
Implement rename `me` -> `self` (#2444)
|
před 3 roky |
Adrien Leravat
|
0cb2c92c6c
Explorer: support index-based fields for `FieldPath` and `Members` (#2417)
|
před 3 roky |
Adrien Leravat
|
1d0bb85d0c
Explorer: basic `abstract` class support (#2441)
|
před 3 roky |
Adrien Leravat
|
46f4887cf7
Explorer: support `.base` to initialize parent class from struct (#2361)
|
před 3 roky |
Richard Smith
|
dfbe35bae5
Remove pattern evaluation from the interpreter. (#2400)
|
před 3 roky |
Richard Smith
|
e557d4af3b
Make `addr me: Self*` work for interface methods. (#2374)
|
před 3 roky |
Richard Smith
|
9e8cacae00
Implement support for named constraints (#2359)
|
před 3 roky |
pmqtt
|
cef93fba5e
Feature call destructor for tuples and bug fixes for the destructor process (#2255)
|
před 3 roky |
Richard Smith
|
0219218b01
Make type contexts expect a value of type `Type`. (#2357)
|
před 3 roky |
Richard Smith
|
f46eaf49a2
Compute a fixed point of rewrite constraints. (#2350)
|
před 3 roky |
Richard Smith
|
bc7bf325d6
Set the value of `.Self` in a where to that of the outer `.Self`. (#2344)
|
před 3 roky |
Richard Smith
|
374bf9f853
Require convertibility to the type of the associated constant when checking a rewrite constraint. (#2321)
|
před 3 roky |
Jon Ross-Perkins
|
8e5dcc2588
Enable readability-qualified-auto (#2314)
|
před 3 roky |
Jon Ross-Perkins
|
4d522c8e90
Finish making clang-tidy (mostly) work (again) and run -fix (#2312)
|
před 3 roky |
Richard Smith
|
561e45033e
Remove `TypeOf*Type` for types whose type-of-type can just be `Type` (#2302)
|
před 3 roky |
Richard Smith
|
4b679510e7
Check equality constraints when checking whether a constraint is satisfied (#2294)
|
před 3 roky |
Richard Smith
|
a3329cf004
Diagnose uses of declarations that are too early. (#2288)
|
před 3 roky |
Richard Smith
|
b1c50bd6a7
Revert "Fix: Issue #1394 (#2266)" (#2285)
|
před 3 roky |
pmqtt
|
6cf2272bbe
Fix: Issue #1394 (#2266)
|
před 3 roky |
Richard Smith
|
7f7b9a4086
Implement support for `extends` and `impl as` declarations in interfaces (#2279)
|
před 3 roky |
Richard Smith
|
9f534ae004
Implement support for rewrite constraints (#2276)
|
před 3 roky |
Richard Smith
|
9feff92f22
Track witnesses wherever possible (#2263)
|
před 3 roky |
Richard Smith
|
8f0f69b65f
Remove RuntimeError / CompilationError. (#2258)
|
před 3 roky |
Richard Smith
|
2340cb6703
Build value representations for all kinds of witness (#2250)
|
před 3 roky |
Richard Smith
|
04d49cebd8
Consistently use a `Witness` rather than an expression to represent a possibly-symbolic witness. (#2245)
|
před 3 roky |