Boaz Brickner
|
50a0f908c6
Mark `Check::Context::insts()` as `const` and use it in more use cases (#6093)
|
7 месяцев назад |
Richard Smith
|
b44ba47cf3
Don't treat dependent types as having a copy value representation. (#6055)
|
7 месяцев назад |
Jon Ross-Perkins
|
6cc5d7ed2a
Add an EnumMaskBase type (#6053)
|
7 месяцев назад |
Richard Smith
|
1ec8ac7ef9
Add `Copy` interface and use it for making copies. (#6034)
|
7 месяцев назад |
Richard Smith
|
db0a00d713
Fix double-destruction of temporaries. (#6010)
|
8 месяцев назад |
Richard Smith
|
f943f31e41
Allow a value of type `MaybeUnformed(T)` to convert to `T` with `unsafe as` (#6014)
|
8 месяцев назад |
Richard Smith
|
cb5e2e1597
Improve support for qualification conversions. (#5999)
|
8 месяцев назад |
Dana Jansens
|
00d0eb85e2
Remove redundant if condition after #5971 (#6003)
|
8 месяцев назад |
Richard Smith
|
50e5476ee3
Add support for `unsafe as` operator to the toolchain. (#5993)
|
8 месяцев назад |
Richard Smith
|
1331ade57f
Attempt to complete the source type in a conversion. (#5984)
|
8 месяцев назад |
Richard Smith
|
30b8a93fde
Support conversion from T* to const T*. (#5971)
|
8 месяцев назад |
David Blaikie
|
3f9fc633fe
Add a vtableDecl inst and use that in classes instead of VtablePtr (#5945)
|
8 месяцев назад |
Richard Smith
|
28103b8f2e
Convert LegacyFloatType into FloatLiteralType. (#5939)
|
8 месяцев назад |
Richard Smith
|
e0de9ddf05
Implement initialization for C++ thunk parameters. (#5938)
|
9 месяцев назад |
Richard Smith
|
36f0a73092
Initial support for interop with class/struct/union fields. (#5849)
|
9 месяцев назад |
David Blaikie
|
aeba878335
Clean up some TODO and other comments (#5813)
|
9 месяцев назад |
David Blaikie
|
83b2924432
Support importing vtables for generic classes (#5802)
|
9 месяцев назад |
David Blaikie
|
27be0973e7
Vtable support for generics (#5793)
|
9 месяцев назад |
David Blaikie
|
967a98f845
Import vtable_ptr lazily (#5762)
|
10 месяцев назад |
David Blaikie
|
124313269a
Represent vtables as a top level SemIR construct (#5472)
|
10 месяцев назад |
Richard Smith
|
80529aaef9
Convert the scrutinee of a binding pattern to the right category. (#5662)
|
10 месяцев назад |
Dana Jansens
|
493bea1647
Fearlessly hold references into ValueStore again (#5589)
|
11 месяцев назад |
Richard Smith
|
69b9982e95
Convert discarded calls in thunks. (#5452)
|
1 год назад |
Richard Smith
|
71715263ce
Add build option `--features=poison_value_stores`. (#5438)
|
1 год назад |
Dana Jansens
|
315e206ff1
Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355)
|
1 год назад |
Dana Jansens
|
51498547c9
Always use `LookupImplWitness` instructions for symbolic witnesses (#5321)
|
1 год назад |
Dana Jansens
|
84a0060447
Allow a struct/tuple type literal to implicitly convert into a facet value (#5325)
|
1 год назад |
Dana Jansens
|
c38e723dd8
Rename singleton InstId constants to TypeInstId (#5323)
|
1 год назад |
Thomas Köppe
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
Jon Ross-Perkins
|
4923445e3a
Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304)
|
1 год назад |