1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00
Commit graph

409 commits

Author SHA1 Message Date
Brian Fiete
4afc8eb3dc Fixed cases where param modification of sized arrays should be an error 2020-08-11 07:00:31 -07:00
Brian Fiete
35505d905a More extern constraints work 2020-08-10 17:02:48 -07:00
Brian Fiete
d35ef0e1e8 Fixed fail crash 2020-08-10 15:36:05 -07:00
Brian Fiete
2e3356d04a More operator constraint compliance 2020-08-10 14:45:11 -07:00
Brian Fiete
32cd6d8841 Improved extern type constraints 2020-08-10 13:29:05 -07:00
Brian Fiete
74382fcb30 Removed invalid error 2020-08-10 06:39:43 -07:00
Brian Fiete
b1e6ce17a6 PopulateType issue 2020-08-09 07:17:24 -07:00
Brian Fiete
053b302d42 Removed test 2020-08-05 06:16:37 -07:00
Brian Fiete
c3bc2bc67c Added extern constraints to types 2020-08-05 05:34:32 -07:00
Brian Fiete
92d3ab6ca9 Fixed error messages for methods with extern constraints in variations 2020-08-04 10:30:25 -07:00
Brian Fiete
c7393865b4 Fixed issue passing a splat arg to a params parameter 2020-08-03 10:19:50 -07:00
Brian Fiete
99c7a9fe1f Fixed autocomplete flashing issues 2020-08-03 07:26:36 -07:00
Brian Fiete
f9bed24c00 Fixed 'base' lookup for properties 2020-08-03 06:09:45 -07:00
Brian Fiete
473246fa51 Fixed global mixin lookup when there's an explicit target 2020-08-03 05:51:17 -07:00
Brian Fiete
80583d2dc2 Null check 2020-08-03 05:47:41 -07:00
Brian Fiete
bdc6a17f79 Propagating readonly with mixin arguments 2020-08-03 05:44:40 -07:00
Brian Fiete
91dea6cd3b Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Brian Fiete
ae89a29fd8 Improved method selection with unspecialized arguments 2020-08-01 07:48:59 -07:00
Brian Fiete
b544f96bf7 Fixed zero-initialize array of non-aligned-size structs 2020-07-31 06:18:05 -07:00
Brian Fiete
8fb6f7304d Fixed GC marking of sized arrays 2020-07-24 06:37:50 -07:00
Brian Fiete
bec6f1d007 Properly checking extern method constraints, fixed dtor body scopes 2020-07-24 05:20:50 -07:00
Brian Fiete
fc21c66b27 Method selection issues, issues with tuples containing 'var' 2020-07-20 07:17:33 -07:00
Brian Fiete
86a41649ec Added Diagnostics panel 2020-07-18 06:50:28 -07:00
Brian Fiete
a2047f444d Fixed mixins with property results 2020-07-15 08:52:35 -07:00
Brian Fiete
3c40f80f6d Made dot-constructors work with nullables 2020-07-14 11:05:01 -07:00
Brian Fiete
f9c0f2a311 Added reflect method filters 2020-07-14 08:27:25 -07:00
Brian Fiete
b30a72719c Fixed issues with global var addresses in const arrays 2020-07-13 08:51:02 -07:00
Brian Fiete
1b04880178 Fixed const evaluation for const bool Type properties 2020-07-12 08:25:05 -07:00
Brian Fiete
82597ca889 Fixed object calls on functions (ie: GCMarkMembers) 2020-07-12 06:28:22 -07:00
Brian Fiete
7f726ef9ba Added proper support for explicit 'this' in functions 2020-07-10 06:40:24 -07:00
Brian Fiete
39ad1dbe85 Improved 'var' inference for binary operations 2020-07-04 10:38:46 -07:00
Brian Fiete
2fe209447e Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
Brian Fiete
716f7b3638 Fixed unknown-sized array lookup 2020-07-02 06:08:08 -07:00
Brian Fiete
75dd1a4213 Added 'visibleProjectSet', changed visibility rules for generics 2020-07-01 12:06:28 -07:00
Brian Fiete
a2a1b486a2 Made a different restricted temp address for return values 2020-07-01 06:14:43 -07:00
Brian Fiete
eec61a425b Fixed constraint subset check 2020-06-30 15:37:31 -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
16bc8de229 Fixed tuple cast 2020-06-25 05:20:45 -07:00
Brian Fiete
b79c82a480 Fix for chained enum creation calls 2020-06-23 09:30:20 -07:00
Brian Fiete
26205eefcd Fixed mixin crash 2020-06-23 07:41:15 -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
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
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