Brian Fiete
|
fb421ca9d0
|
Fixed field lookups during type alias resolves
|
2020-06-29 17:08:31 -07:00 |
|
Brian Fiete
|
3a7b7e559b
|
Fixed cast constraint check for IOpConvertibleTo
|
2020-06-29 16:53:39 -07:00 |
|
Brian Fiete
|
fb7251e71a
|
Made comparison of valueless types be constant bools
|
2020-06-29 12:17:14 -07:00 |
|
Brian Fiete
|
92e189826b
|
Fixed initializer error for unknown-sized arrays
|
2020-06-25 10:21:51 -07:00 |
|
Brian Fiete
|
fd1883f6ba
|
Fixed issue with externs in generic types
|
2020-06-25 06:22:53 -07:00 |
|
Brian Fiete
|
bb0a73f01d
|
Fixed autocomplete mDefMethodGenericParamIdx clearing
|
2020-06-25 05:33:09 -07:00 |
|
Brian Fiete
|
f49a9ef74f
|
Fixed failed const constraint parsing
|
2020-06-25 05:27:26 -07:00 |
|
Brian Fiete
|
16bc8de229
|
Fixed tuple cast
|
2020-06-25 05:20:45 -07:00 |
|
Brian Fiete
|
71087af6d3
|
Fixed comparison method for sized array of valueless types
|
2020-06-24 15:02:47 -07:00 |
|
Brian Fiete
|
b09364cd34
|
Fixed typeState issue with exterior nodes
|
2020-06-24 06:23:47 -07:00 |
|
Brian Fiete
|
0154b75923
|
Fixed generic inner type alias with type extensions
|
2020-06-23 11:54:28 -07:00 |
|
Brian Fiete
|
8169587b4c
|
Fixed lookup for 'new' generic conformance
|
2020-06-23 11:52:58 -07:00 |
|
Brian Fiete
|
b79c82a480
|
Fix for chained enum creation calls
|
2020-06-23 09:30:20 -07:00 |
|
Brian Fiete
|
291d92e097
|
Crash fix for variant methodToString
|
2020-06-23 09:29:50 -07:00 |
|
Brian Fiete
|
fb5eaaa010
|
Parse fixes for failed attempted cast
|
2020-06-23 09:29:26 -07:00 |
|
Brian Fiete
|
807d8eba7e
|
Fixed dependency issue with pointer to struct as generic arg
|
2020-06-23 08:40:25 -07:00 |
|
Brian Fiete
|
26205eefcd
|
Fixed mixin crash
|
2020-06-23 07:41:15 -07:00 |
|
Brian Fiete
|
1758520193
|
Fixed rebuilding of reified types after deleting unused types
|
2020-06-23 07:33:18 -07:00 |
|
Brian Fiete
|
16be83ceda
|
Disallow object-to-void* casting. Lowering fixes. Variant fixes.
|
2020-06-23 07:32:53 -07:00 |
|
Brian Fiete
|
6997116dc8
|
Fixed method comparer with unresolvable argument
|
2020-06-22 17:16:16 -07:00 |
|
Brian Fiete
|
2eb7ce3e1a
|
Added Variant support to reflected method invocation
|
2020-06-22 17:06:26 -07:00 |
|
Brian Fiete
|
5bdaeadc25
|
Fixed splat lookup error during closure capture
|
2020-06-22 09:38:02 -07:00 |
|
Brian Fiete
|
6bfd49f3ae
|
Allow extension methods with generics
|
2020-06-22 09:18:22 -07:00 |
|
Brian Fiete
|
c4544f67d3
|
Disallowing generic arguments on ctors/dtors
|
2020-06-22 05:56:57 -07:00 |
|
Brian Fiete
|
81e9438823
|
Allowing params expr on normal expressions
|
2020-06-22 05:56:37 -07:00 |
|
Brian Fiete
|
754b24cbd8
|
Fixed deferred arg handling of var generic methods
|
2020-06-21 11:44:57 -07:00 |
|
Brian Fiete
|
e892840a94
|
Fixed uninitialized type deletion crash in debug mode
|
2020-06-21 10:14:35 -07:00 |
|
Brian Fiete
|
d56af187ca
|
Fixed on-demand constraint check crash
|
2020-06-21 10:12:42 -07:00 |
|
Brian Fiete
|
47e0cff3a0
|
UnspecializedVariation fixes for delegates/tuples
|
2020-06-21 07:00:47 -07:00 |
|
Brian Fiete
|
448716c40b
|
Fixed invalid substitution for generic type names
|
2020-06-20 19:56:02 -07:00 |
|
Brian Fiete
|
fdc42519d8
|
Fixed null generic arguments
|
2020-06-20 19:55:13 -07:00 |
|
Brian Fiete
|
4d53f185d8
|
Mixin name uniquing, 'this' for mixins
|
2020-06-20 17:25:37 -07:00 |
|
Brian Fiete
|
1e7bd7d43f
|
Fix for generic constraints checking with mixins
|
2020-06-20 09:49:30 -07:00 |
|
Brian Fiete
|
e865e675a7
|
Fixed resolve-only property devirtualize check
|
2020-06-20 05:19:28 -07:00 |
|
Brian Fiete
|
e3fb124fbe
|
Fixed 'base' definition location error
|
2020-06-20 05:14:27 -07:00 |
|
Brian Fiete
|
407c742bf9
|
Fixed result-of-tuple crash
|
2020-06-19 06:40:40 -07:00 |
|
Brian Fiete
|
3863166545
|
Allowed type-only match for tuple refs
|
2020-06-18 06:44:52 -07:00 |
|
Brian Fiete
|
78ffe6a682
|
Fixed tuple equality check
|
2020-06-18 06:33:33 -07:00 |
|
Brian Fiete
|
229a5aa5c5
|
Initializer expressions
|
2020-06-18 06:12:14 -07:00 |
|
Brian Fiete
|
44a4702ab4
|
Fixed deferred delete:null
|
2020-06-17 06:06:03 -07:00 |
|
Brian Fiete
|
3378293ea9
|
Allowed type declarations in anonymous static sections
|
2020-06-17 05:44:39 -07:00 |
|
Brian Fiete
|
a29f22d227
|
Fixed field initializer crash
|
2020-06-17 05:24:18 -07:00 |
|
Brian Fiete
|
abeda6909b
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
|
Brian Fiete
|
308605a7dd
|
Fixed issue where constData used in resolve is cleared by autocomplete
|
2020-06-17 05:12:33 -07:00 |
|
Brian Fiete
|
014ce28195
|
Better ToString support for values
|
2020-06-16 07:50:40 -07:00 |
|
Brian Fiete
|
cbacf99a61
|
Fixed erroneous tempaddr takeover in var decl
|
2020-06-16 07:50:00 -07:00 |
|
Brian Fiete
|
63dc33a970
|
Fixes for mixins in const exprs
|
2020-06-15 09:00:57 -07:00 |
|
Brian Fiete
|
f251b6e58e
|
Fixed type alias hash crash
|
2020-06-14 08:50:28 -07:00 |
|
Brian Fiete
|
3d191b6cc5
|
Allowed generic inference from tuples
|
2020-06-14 08:40:09 -07:00 |
|
Brian Fiete
|
71c020c4a1
|
Fixed some Go To Definition issues
|
2020-06-14 06:39:29 -07:00 |
|