Jon Ross-Perkins
|
7ccc1e0144
Expand naming for impls and functions (#5808)
|
9 months ago |
Jon Ross-Perkins
|
eae3491129
Switch inst namer to queue entities when reached (#5806)
|
9 months ago |
Jon Ross-Perkins
|
be487bbeda
Use declaration locations for formatting entities (#5799)
|
9 months ago |
Jon Ross-Perkins
|
8cd1307711
Include the interface name in impl names (#5798)
|
10 months ago |
Dana Jansens
|
d17188208c
Apply min-preludes to more tests (part 7) (#5704)
|
10 months ago |
Richard Smith
|
344f0b7550
Support for heterogeneous operators. (#5653)
|
10 months ago |
Jon Ross-Perkins
|
825773dcb3
Add range flag settings to impl files (#5560)
|
11 months ago |
Richard Smith
|
4f5d11a28b
Build generic eval blocks incrementally (#5313)
|
1 year ago |
Richard Smith
|
797b14eb8e
Import `ImplWitnessTable` into the `imports` block instead of the `constants` block. (#5374)
|
1 year ago |
Geoff Romer
|
34887403ab
Model patterns as constant values (#5385)
|
1 year ago |
Geoff Romer
|
7c85397f8b
Stop treating symbolic binding patterns as constants (#5361)
|
1 year ago |
Geoff Romer
|
fafb655d39
Separate pattern types from expression types (#5360)
|
1 year ago |
Dana Jansens
|
51498547c9
Always use `LookupImplWitness` instructions for symbolic witnesses (#5321)
|
1 year ago |
Richard Smith
|
ca8df34d0d
Format the call parameters of a function, not the patterns. (#5342)
|
1 year ago |
Dana Jansens
|
84a0060447
Allow a struct/tuple type literal to implicitly convert into a facet value (#5325)
|
1 year ago |
Dana Jansens
|
0e8d354567
Split the witness table into a separate ImplWitnessTable instruction (#5272)
|
1 year ago |
Richard Smith
|
a74ca9071b
Remove all remaining uses of `TypeId`s as instruction operands. (#5280)
|
1 year ago |
Richard Smith
|
47fa1b5991
Rename `StringifyType` to reflect that it can stringify non-type constants. (#5285)
|
1 year ago |
Dana Jansens
|
c15dea4fa2
Stop erasing ImplWitnessAssociatedConstant instructions from the witness table (#5283)
|
1 year ago |
Dana Jansens
|
d07f70cfb3
Add insts for witness table entries that are unset or associated constants (#5255)
|
1 year ago |
Richard Smith
|
0631e18184
Provide an `InstId` when evaluating a constant in cases where one is needed (#5202)
|
1 year ago |
Richard Smith
|
a45dc42d82
Store an `InterfaceId` and a `SpecificId` in `AssociatedEntityType`. (#5252)
|
1 year ago |
Richard Smith
|
bba32900c3
Preserve type sugar in ArrayType, ConstType, and PointerType. (#5235)
|
1 year ago |
Richard Smith
|
265968b396
Make evaluation of symbolic bindings simpler and more uniform (#5215)
|
1 year ago |
josh11b
|
384be1dbe3
Change conversion diagnostic from saying "value" to "expression" (#5221)
|
1 year ago |
Richard Smith
|
e25f58adec
Rebuild the type of a `bind_symbolic_name` when building an eval block (#5174)
|
1 year ago |
Dana Jansens
|
417b3833e2
Produce helpful diagnostics when converting to a facet fails (#5109)
|
1 year ago |
Dana Jansens
|
4539114c21
Return a set of ImplWitnesses from impl lookup (#5075)
|
1 year ago |
Alina Sbirlea
|
7fd54eded0
Reverse nesting of BoundMethod and SpecificFunction. (#5079)
|
1 year ago |
josh11b
|
aa90ab3862
Fix non-instance compound member access (#5059)
|
1 year ago |