Jon Ross-Perkins
|
6f32a003d2
Remove `needs_substitution` logic (#5443)
|
1 年之前 |
Richard Smith
|
95903dc624
Generate thunks for functions in `impl`s (#5390)
|
1 年之前 |
Richard Smith
|
4f5d11a28b
Build generic eval blocks incrementally (#5313)
|
1 年之前 |
Richard Smith
|
797b14eb8e
Import `ImplWitnessTable` into the `imports` block instead of the `constants` block. (#5374)
|
1 年之前 |
Geoff Romer
|
34887403ab
Model patterns as constant values (#5385)
|
1 年之前 |
Geoff Romer
|
7c85397f8b
Stop treating symbolic binding patterns as constants (#5361)
|
1 年之前 |
Geoff Romer
|
fafb655d39
Separate pattern types from expression types (#5360)
|
1 年之前 |
Dana Jansens
|
51498547c9
Always use `LookupImplWitness` instructions for symbolic witnesses (#5321)
|
1 年之前 |
Richard Smith
|
ca8df34d0d
Format the call parameters of a function, not the patterns. (#5342)
|
1 年之前 |
Richard Smith
|
64baa84e4d
Stop substituting into `MetaInstId` operands. (#5328)
|
1 年之前 |
Dana Jansens
|
0e8d354567
Split the witness table into a separate ImplWitnessTable instruction (#5272)
|
1 年之前 |
Richard Smith
|
a74ca9071b
Remove all remaining uses of `TypeId`s as instruction operands. (#5280)
|
1 年之前 |
Richard Smith
|
a91752de60
Represent rewrite constraints in `FacetTypeInfo` with `InstId` not `ConstantId`. (#5281)
|
1 年之前 |
Dana Jansens
|
c15dea4fa2
Stop erasing ImplWitnessAssociatedConstant instructions from the witness table (#5283)
|
1 年之前 |
Richard Smith
|
bfef32b482
Add an `EvalOrAddInst` function. (#5258)
|
1 年之前 |
Dana Jansens
|
d07f70cfb3
Add insts for witness table entries that are unset or associated constants (#5255)
|
1 年之前 |
Richard Smith
|
0631e18184
Provide an `InstId` when evaluating a constant in cases where one is needed (#5202)
|
1 年之前 |
Richard Smith
|
a45dc42d82
Store an `InterfaceId` and a `SpecificId` in `AssociatedEntityType`. (#5252)
|
1 年之前 |
Richard Smith
|
bba32900c3
Preserve type sugar in ArrayType, ConstType, and PointerType. (#5235)
|
1 年之前 |
Richard Smith
|
265968b396
Make evaluation of symbolic bindings simpler and more uniform (#5215)
|
1 年之前 |
josh11b
|
384be1dbe3
Change conversion diagnostic from saying "value" to "expression" (#5221)
|
1 年之前 |
josh11b
|
c7a338be59
Replace uses of "defined" with "complete" (#5196)
|
1 年之前 |
Richard Smith
|
4d2cca48c7
Compute a correct `SpecificFunction` when resolving an indirect call to an impl function (#5116)
|
1 年之前 |
Dana Jansens
|
417b3833e2
Produce helpful diagnostics when converting to a facet fails (#5109)
|
1 年之前 |
Dana Jansens
|
a3fc83f85a
Add a failing todo test for using a symbolic associated constant (#5128)
|
1 年之前 |
josh11b
|
5966fbc758
Get impl witnesses from facets cast to `type` (#5115)
|
1 年之前 |
Dana Jansens
|
288181453e
Prevent BitAnd for facet types from matching non-type values (#5111)
|
1 年之前 |
josh11b
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 年之前 |