Chandler Carruth
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 год назад |
Jon Ross-Perkins
|
357baaeef8
Rename //explorer/common to base (#3103)
|
2 лет назад |
Adrien Leravat
|
19c74ead49
Explorer: Add initial initializing expression support for variable declaration (#2907)
|
2 лет назад |
Richard Smith
|
474b1eb24c
Support builtin conversions that internally rely on user-defined conversions (#2881)
|
2 лет назад |
kshokhin
|
40b3518d37
Add array size deduction from tuple(fix#1590) (#2825)
|
2 лет назад |
Jon Ross-Perkins
|
39155d34ae
Remove experimental continuation support (#2776)
|
3 лет назад |
Adrien Leravat
|
d0645c6a85
Explorer: rename value categories to expression categories (#2744)
|
3 лет назад |
josh11b
|
46503c0a9d
Explorer and toolchain changes to implement #2483 (#2707)
|
3 лет назад |
Richard Smith
|
782bd87316
AST cloning mechanism (#2699)
|
3 лет назад |
Richard Smith
|
6d4920148b
Initial support for name lookup into namespaces. (#2572)
|
3 лет назад |
Richard Smith
|
47a1e99b9e
Factor `ValueNodeView` out of `StaticScope`. (#2562)
|
3 лет назад |
Jon Ross-Perkins
|
421883ec8f
Rename ToString to mention Operator (#2539)
|
3 лет назад |
Richard Smith
|
0d279b388a
Make built-in conversions visible to `ImplicitAs`. (#2525)
|
3 лет назад |
Richard Smith
|
4daaa4866f
Rename `Type` -> `type`, per #2360. (#2507)
|
3 лет назад |
Adrien Leravat
|
026c4b9dc3
Explorer: move subtyping logic to TypeChecker (#2484)
|
3 лет назад |
Adrien Leravat
|
34ec3ce74b
Explorer: add missing `Nonnull<>` (#2486)
|
3 лет назад |
Adrien Leravat
|
563768c6d3
Explorer: split `Member` into dedicated classes (#2421)
|
3 лет назад |
josh11b
|
9c8fd6864e
Implement rename `me` -> `self` (#2444)
|
3 лет назад |
Richard Smith
|
e557d4af3b
Make `addr me: Self*` work for interface methods. (#2374)
|
3 лет назад |
Richard Smith
|
0219218b01
Make type contexts expect a value of type `Type`. (#2357)
|
3 лет назад |
Richard Smith
|
bc7bf325d6
Set the value of `.Self` in a where to that of the outer `.Self`. (#2344)
|
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 лет назад |
Richard Smith
|
9f534ae004
Implement support for rewrite constraints (#2276)
|
3 лет назад |
Richard Smith
|
9feff92f22
Track witnesses wherever possible (#2263)
|
3 лет назад |
Richard Smith
|
2340cb6703
Build value representations for all kinds of witness (#2250)
|
3 лет назад |
Richard Smith
|
04d49cebd8
Consistently use a `Witness` rather than an expression to represent a possibly-symbolic witness. (#2245)
|
3 лет назад |
Junhee Cho
|
69d4363ea5
Adds division to multiplicative expression. (#2091)
|
3 лет назад |
pmqtt
|
82f8556890
Implementation of __intrinsic_assert (#2155)
|
3 лет назад |
pmqtt
|
5ef6e9b6a0
Feature not equal (#2146)
|
3 лет назад |