Adrien Leravat
|
b4e3a3e6cc
Explorer: fix class destructor not called with `heap.Delete` (#2546)
|
3 лет назад |
Adrien Leravat
|
ec683d1ab2
Explorer: fix variables not cleaned up if declared before unformed (#2544)
|
3 лет назад |
Richard Smith
|
2fd7e2b65d
Add support for compound assignment and increment (#2526)
|
3 лет назад |
Jon Ross-Perkins
|
421883ec8f
Rename ToString to mention Operator (#2539)
|
3 лет назад |
Adrien Leravat
|
35989c5283
Explorer: prevent creating invalid class with missing parent (#2536)
|
3 лет назад |
Richard Smith
|
0d279b388a
Make built-in conversions visible to `ImplicitAs`. (#2525)
|
3 лет назад |
Richard Smith
|
74aae0911f
Basic support for `match_first` declarations. (#2523)
|
3 лет назад |
Adrien Leravat
|
7936bfa019
Explorer: fix case for CleanUpAction enum kind (#2520)
|
3 лет назад |
Richard Smith
|
4daaa4866f
Rename `Type` -> `type`, per #2360. (#2507)
|
3 лет назад |
Adrien Leravat
|
8301258ef8
Explorer: support virtual class methods (#2462)
|
3 лет назад |
Adrien Leravat
|
026c4b9dc3
Explorer: move subtyping logic to TypeChecker (#2484)
|
3 лет назад |
Adrien Leravat
|
9299e51511
Explorer: Support class subtyping (#2460)
|
3 лет назад |
Richard Smith
|
43283cb516
Add `Value` decomposition and use it to implement `Substitute` (#2389)
|
3 лет назад |
Adrien Leravat
|
e37a69a6d5
Destroy class hierarchy when destroying class with a `base` (#2378)
|
3 лет назад |
Adrien Leravat
|
563768c6d3
Explorer: split `Member` into dedicated classes (#2421)
|
3 лет назад |
josh11b
|
9c8fd6864e
Implement rename `me` -> `self` (#2444)
|
3 лет назад |
Adrien Leravat
|
0cb2c92c6c
Explorer: support index-based fields for `FieldPath` and `Members` (#2417)
|
3 лет назад |
Adrien Leravat
|
1d0bb85d0c
Explorer: basic `abstract` class support (#2441)
|
3 лет назад |
Adrien Leravat
|
46f4887cf7
Explorer: support `.base` to initialize parent class from struct (#2361)
|
3 лет назад |
Richard Smith
|
dfbe35bae5
Remove pattern evaluation from the interpreter. (#2400)
|
3 лет назад |
Richard Smith
|
e557d4af3b
Make `addr me: Self*` work for interface methods. (#2374)
|
3 лет назад |
Richard Smith
|
9e8cacae00
Implement support for named constraints (#2359)
|
3 лет назад |
pmqtt
|
cef93fba5e
Feature call destructor for tuples and bug fixes for the destructor process (#2255)
|
3 лет назад |
Richard Smith
|
0219218b01
Make type contexts expect a value of type `Type`. (#2357)
|
3 лет назад |
Richard Smith
|
f46eaf49a2
Compute a fixed point of rewrite constraints. (#2350)
|
3 лет назад |
Richard Smith
|
bc7bf325d6
Set the value of `.Self` in a where to that of the outer `.Self`. (#2344)
|
3 лет назад |
Richard Smith
|
374bf9f853
Require convertibility to the type of the associated constant when checking a rewrite constraint. (#2321)
|
3 лет назад |
Jon Ross-Perkins
|
8e5dcc2588
Enable readability-qualified-auto (#2314)
|
3 лет назад |
Jon Ross-Perkins
|
4d522c8e90
Finish making clang-tidy (mostly) work (again) and run -fix (#2312)
|
3 лет назад |
Richard Smith
|
561e45033e
Remove `TypeOf*Type` for types whose type-of-type can just be `Type` (#2302)
|
3 лет назад |