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

842 commits

Author SHA1 Message Date
Brian Fiete
494f984ba5 Delegate thunk return fix 2025-03-21 07:08:18 -04:00
Brian Fiete
bc9ad74a46 Added in missing argument flags in delegate thunks 2025-03-20 18:59:18 -04:00
Brian Fiete
cf27fffade "this" colorization fix 2025-03-18 06:10:36 -04:00
Brian Fiete
b010449c22 PopulateType fix for IsZeroGap check in MatchConstructor 2025-03-18 06:02:14 -04:00
Brian Fiete
3a67152e78 'this' colorization fix 2025-03-17 21:40:21 -04:00
Brian Fiete
19eb1f22a8
Merge pull request #2184 from Fusioon/fix-#1883
Fix inherited properties on interface
2025-03-13 06:13:56 -04:00
Brian Fiete
86e32fbd67 Fixed @this crash 2025-03-13 06:11:12 -04:00
Fusioon
410a6ead6a Fix inherited properties on interface 2025-03-12 03:30:23 +01:00
Brian Fiete
ba558394f1 Fixed global var '.Underlying' property 2025-03-11 13:35:56 -04:00
Brian Fiete
be0733d37c Fixed deferred function call 2025-03-08 11:02:07 -08:00
Fusioon
cd93934696 Fix static readonly warning in class body 2025-03-06 22:19:54 +01:00
Brian Fiete
e47ce74d25 Null invoke check on deleted type 2025-03-05 14:59:50 -08:00
Brian Fiete
445fc0e982 Warn on 'this Foo*', make [CRepr] always pass 'this' as address 2025-03-05 14:51:46 -08:00
Brian Fiete
176947189b Skip CheckResultForReading check for 'this' on static properties 2025-03-04 11:47:07 -08:00
Brian Fiete
68edae2a35 Make .Underlying always const on const enum values 2025-02-23 14:34:55 -08:00
Brian Fiete
35739e7293 Fixed out variable lifetimes, further unified out var for case+method 2025-02-23 10:26:05 -08:00
Brian Fiete
e938ef3eab Fixed autocomplete in initializer expression over struct pointer 2025-02-23 09:11:40 -08:00
Brian Fiete
4ba8f6b0f6 Improved mid-compile deleted type handling 2025-02-23 08:08:13 -08:00
Brian Fiete
fb088935d3 Fixed append field assignment error text 2025-02-22 10:07:32 -08:00
Brian Fiete
5feb0c044b 'not case' expression, case variable scope change 2025-02-22 09:56:39 -08:00
Brian Fiete
471897a150 Deleted type protection in EmitGCMarkValue, RequestExtraCompile feature 2025-02-19 12:01:06 -08:00
Brian Fiete
66d3581911 Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
Brian Fiete
421cace017 Expanding support for params in delegates, params tuple support 2025-02-16 11:36:14 -08:00
Brian Fiete
b1181a936d Fixed wrappable props and fixed fixed generic binding in MemberRefExpr 2025-02-15 17:53:13 -08:00
Brian Fiete
4cd8fe7742 Made "Cannot take address of read-only variable" a warning 2025-02-15 17:21:10 -08:00
Brian Fiete
f7b3f88868 Fixed [?] in BfSizedArrayCreateExpression (ie: 'int*[?](null, null)') 2025-02-15 09:29:08 -08:00
Brian Fiete
60fdfff8d7 Fixed indexing of const multi-dim arrays 2025-02-03 08:20:35 -08:00
Brian Fiete
dfdbe7440f Fixed colorization of unqualified property access (ie: implicit 'this') 2025-02-02 08:44:48 -08:00
Brian Fiete
729ca1e8c4 Fixed invalid mReceivingValue usage in BfInitializerExpression 2025-02-02 08:28:42 -08:00
Brian Fiete
cce1611da5 Improved some var handling of out arguments 2025-02-01 13:00:20 -08:00
Brian Fiete
f466a2ea57 Properly use method generic arguments from methodrefs 2025-02-01 12:19:49 -08:00
Brian Fiete
dfbb09a8ac Fixed enum comparison to int when there's an int conversion operator 2025-02-01 07:15:49 -08:00
Brian Fiete
319755ca36 Make case expression work with nullable Result<T> 2025-01-31 10:15:43 -08:00
Brian Fiete
206023f4a6 LoadValue eq issue with union equals operator 2025-01-31 07:54:45 -08:00
Brian Fiete
da3c5c3c57 CheckGenericCtor fixes 2025-01-29 10:09:52 -08:00
Brian Fiete
d9ce23ac8e Fixed AddStackMarkableObject with base append fields 2025-01-28 17:17:24 -08:00
Brian Fiete
9baf0ead21 Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
Brian Fiete
161d9dc540 Added ZeroGap to AllowAppend 2025-01-27 09:17:45 -08:00
Brian Fiete
d92f27a091 Fixed null conditional mixin invocation 2025-01-25 08:12:18 -08:00
Brian Fiete
1ee4c26445 Fixed invalid state rebuild 2025-01-24 06:38:53 -08:00
Brian Fiete
ec34aa3d43 Reworked static append fields 2025-01-24 06:14:46 -08:00
Brian Fiete
2d74aac74c BfMethodMatcher::Init var handling for external constraints 2025-01-23 12:28:07 -08:00
Brian Fiete
7b29a4facb Fixed extension methods where target is wrappable type 2025-01-22 08:33:31 -08:00
Brian Fiete
45ff0b341b Fixed hot vtable index adjustment with override 2025-01-20 09:58:52 -08:00
Brian Fiete
2f98e7f579 Improved opaques - can now be used with extension methods 2025-01-19 07:02:18 -08:00
Brian Fiete
910f560380 Handle 'func?.Invoke()' 2025-01-18 06:48:33 -08:00
Brian Fiete
a1cd01cd3d Fixed 'ref' and 'in' this parameter for extension methods 2025-01-17 17:32:25 -08:00
Brian Fiete
5f4514211e Improved CE TypeDeclaration handling, including proper rebuilding 2025-01-15 09:59:47 -08:00
Brian Fiete
e30972d3af Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
Brian Fiete
bda65a8774 Fixed var* issue from BfUnaryOp_Dereference expected type 2025-01-08 08:33:22 -08:00