Richard Smith
|
6037f9e622
Remove AlternativeValueBase, per review comments on #2605. (#2606)
|
3 lat temu |
Richard Smith
|
59ff7743c0
Expect parentheses after an alternative only if they were present in its declaration (#2605)
|
3 lat temu |
Richard Smith
|
4fa71e32f5
Add support for most kinds of declarations to be declared and used as namespace members (#2575)
|
3 lat temu |
Richard Smith
|
c172487395
Support for declaring functions within a namespace (#2569)
|
3 lat temu |
Richard Smith
|
60af531f5b
Support parsing namespace declarations (#2563)
|
3 lat temu |
Calvin
|
981427588b
Refactor `name` property into `FunctionDeclaration` (#2555)
|
3 lat temu |
Richard Smith
|
0d279b388a
Make built-in conversions visible to `ImplicitAs`. (#2525)
|
3 lat temu |
Richard Smith
|
4daaa4866f
Rename `Type` -> `type`, per #2360. (#2507)
|
3 lat temu |
Adrien Leravat
|
798a40c886
Basic support for `impl` virtual override keyword (#2493)
|
3 lat temu |
Adrien Leravat
|
8301258ef8
Explorer: support virtual class methods (#2462)
|
3 lat temu |
Adrien Leravat
|
026c4b9dc3
Explorer: move subtyping logic to TypeChecker (#2484)
|
3 lat temu |
Adrien Leravat
|
9299e51511
Explorer: Support class subtyping (#2460)
|
3 lat temu |
Geoff Romer
|
493eb75e7f
Rename PointerType::type to pointee_type. (#2468)
|
3 lat temu |
Adrien Leravat
|
563768c6d3
Explorer: split `Member` into dedicated classes (#2421)
|
3 lat temu |
josh11b
|
9c8fd6864e
Implement rename `me` -> `self` (#2444)
|
3 lat temu |
Adrien Leravat
|
0cb2c92c6c
Explorer: support index-based fields for `FieldPath` and `Members` (#2417)
|
3 lat temu |
Adrien Leravat
|
46f4887cf7
Explorer: support `.base` to initialize parent class from struct (#2361)
|
3 lat temu |
Richard Smith
|
e557d4af3b
Make `addr me: Self*` work for interface methods. (#2374)
|
3 lat temu |
Richard Smith
|
9e8cacae00
Implement support for named constraints (#2359)
|
3 lat temu |
Richard Smith
|
0219218b01
Make type contexts expect a value of type `Type`. (#2357)
|
3 lat temu |
Richard Smith
|
bc7bf325d6
Set the value of `.Self` in a where to that of the outer `.Self`. (#2344)
|
3 lat temu |
Adrien Leravat
|
7c19ef5be3
Explorer: Support class extension (#1946)
|
3 lat temu |
Richard Smith
|
b6721a1a93
Move member types of ConstraintType out to namespace Carbon. (#2327)
|
3 lat temu |
Richard Smith
|
374bf9f853
Require convertibility to the type of the associated constant when checking a rewrite constraint. (#2321)
|
3 lat temu |
Jon Ross-Perkins
|
8e5dcc2588
Enable readability-qualified-auto (#2314)
|
3 lat temu |
Jon Ross-Perkins
|
4d522c8e90
Finish making clang-tidy (mostly) work (again) and run -fix (#2312)
|
3 lat temu |
Richard Smith
|
561e45033e
Remove `TypeOf*Type` for types whose type-of-type can just be `Type` (#2302)
|
3 lat temu |
Richard Smith
|
4b679510e7
Check equality constraints when checking whether a constraint is satisfied (#2294)
|
3 lat temu |
Richard Smith
|
9f534ae004
Implement support for rewrite constraints (#2276)
|
3 lat temu |
Richard Smith
|
9feff92f22
Track witnesses wherever possible (#2263)
|
3 lat temu |