Jon Ross-Perkins
|
39155d34ae
Remove experimental continuation support (#2776)
|
3 years ago |
Jon Ross-Perkins
|
d52836e854
Switch bison variables to $[...] (#2756)
|
3 years ago |
Adrien Leravat
|
d0645c6a85
Explorer: rename value categories to expression categories (#2744)
|
3 years ago |
josh11b
|
46503c0a9d
Explorer and toolchain changes to implement #2483 (#2707)
|
3 years ago |
Richard Smith
|
e0c90767be
Support for templated impl declarations (#2700)
|
3 years ago |
Adrien Leravat
|
df289efac4
Explorer: Add virtual destructor support (#2695)
|
3 years ago |
Richard Smith
|
59ff7743c0
Expect parentheses after an alternative only if they were present in its declaration (#2605)
|
3 years ago |
Richard Smith
|
4fa71e32f5
Add support for most kinds of declarations to be declared and used as namespace members (#2575)
|
3 years ago |
Richard Smith
|
c172487395
Support for declaring functions within a namespace (#2569)
|
3 years ago |
Richard Smith
|
60af531f5b
Support parsing namespace declarations (#2563)
|
3 years ago |
Richard Smith
|
2fd7e2b65d
Add support for compound assignment and increment (#2526)
|
3 years ago |
Richard Smith
|
74aae0911f
Basic support for `match_first` declarations. (#2523)
|
3 years ago |
Adrien Leravat
|
798a40c886
Basic support for `impl` virtual override keyword (#2493)
|
3 years ago |
Adrien Leravat
|
8301258ef8
Explorer: support virtual class methods (#2462)
|
3 years ago |
Richard Smith
|
0ef7fa3a1d
Support `p->member`, rewriting it to `(*p).member` in the parser. (#2455)
|
3 years ago |
Adrien Leravat
|
46f4887cf7
Explorer: support `.base` to initialize parent class from struct (#2361)
|
3 years ago |
Richard Smith
|
9e8cacae00
Implement support for named constraints (#2359)
|
3 years ago |
Richard Smith
|
0219218b01
Make type contexts expect a value of type `Type`. (#2357)
|
3 years ago |
Richard Smith
|
8c86fe846a
Avoid unnecessary vector copies when parsing lists. (#2281)
|
3 years ago |
Richard Smith
|
7f7b9a4086
Implement support for `extends` and `impl as` declarations in interfaces (#2279)
|
3 years ago |
Richard Smith
|
9f534ae004
Implement support for rewrite constraints (#2276)
|
3 years ago |
Jon Ross-Perkins
|
495d75a394
Switch to clang-format 14.0.6 (#2253)
|
3 years ago |
Richard Smith
|
2340cb6703
Build value representations for all kinds of witness (#2250)
|
3 years ago |
Geoff Romer
|
f7fd5656f0
Remove support for curly-braced "receiver" syntax (#2220)
|
3 years ago |
pmqtt
|
cfa295c0af
Feature destructor (#2116)
|
3 years ago |
Junhee Cho
|
69d4363ea5
Adds division to multiplicative expression. (#2091)
|
3 years ago |
pmqtt
|
5ef6e9b6a0
Feature not equal (#2146)
|
3 years ago |
Darshal Shetty
|
037c99e2fb
Explorer: Mixin phase 1 (#2069)
|
3 years ago |
pk19604014
|
a937d911cb
Changed sized_type_literal parsing logic to not crash (with CARBON_CHECK) and instead report an error with YYERROR (#2102)
|
3 years ago |
pmqtt
|
f957d4d87d
Feature generic choice (#2042)
|
3 years ago |