Dana Jansens
|
4b0e2b03b6
Add the `.Self` name for the type expression of a compile time binding (#5937)
|
8 months ago |
Jon Ross-Perkins
|
b410ebd088
Fix destruction of generic types (#5943)
|
8 months ago |
Jon Ross-Perkins
|
55085de6aa
Use GetStructType when building object repr structs (#5923)
|
9 months ago |
Jon Ross-Perkins
|
7209ad7c9f
Generate Destroy impls for classes (#5873)
|
9 months ago |
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)
|
9 months ago |
Jon Ross-Perkins
|
e855f38b8c
Tag destruction as desugaring (#5790)
|
10 months ago |
Jon Ross-Perkins
|
6a53947c5c
Handle destruction for return statements (#5785)
|
10 months ago |
Jon Ross-Perkins
|
0722dab0ef
Reimplement destroy as an interface (#5678)
|
10 months ago |
Dana Jansens
|
d17188208c
Apply min-preludes to more tests (part 7) (#5704)
|
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 |
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 |
Richard Smith
|
ca8df34d0d
Format the call parameters of a function, not the patterns. (#5342)
|
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 |
Dana Jansens
|
d07f70cfb3
Add insts for witness table entries that are unset or associated constants (#5255)
|
1 year ago |
Richard Smith
|
a45dc42d82
Store an `InterfaceId` and a `SpecificId` in `AssociatedEntityType`. (#5252)
|
1 year ago |
Richard Smith
|
265968b396
Make evaluation of symbolic bindings simpler and more uniform (#5215)
|
1 year ago |
Dana Jansens
|
f9aa2b79b8
Diagnose the unused generic params on an impl decl (#5189)
|
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
|
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 |
Geoff Romer
|
f08e046d9e
Update text representation of CallParamIndex to match new name (#5067)
|
1 year ago |
Geoff Romer
|
d264f14027
Clean up handling of `Call` params (#5061)
|
1 year ago |
josh11b
|
c2281d1250
Update tests for upcoming #5059 and #5060 on member access and finding impl witnesses in facets (#5054)
|
1 year ago |