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

2401 commits

Author SHA1 Message Date
Brian Fiete
5c11c2271e Fixes to "valueless" crepr structs 2025-03-28 09:33:06 -04:00
Brian Fiete
eb41a9c1de Fixed deriving from "valueless" crepr struct 2025-03-28 08:09:22 -04:00
Brian Fiete
81a9478e77 mHadValidateErrors propagation fix 2025-03-23 07:49:01 -04:00
Brian Fiete
0e79860ba9 Fixed valueless case in MakeCallableTarget 2025-03-22 17:10:56 -04:00
Brian Fiete
65a3bb2196 Aggregate fix for nullable casting 2025-03-22 17:01:18 -04:00
Brian Fiete
c7da3e15f9 DynamicCastToSignature release fix 2025-03-22 16:08:14 -04:00
Brian Fiete
37f72cd3b6 Added ability to dynamically cast delegates with compatible signatures 2025-03-22 15:34:59 -04:00
Brian Fiete
f10365c1ad Fixed alloctype(T) where T : var field lookups 2025-03-22 07:45:43 -04:00
Brian Fiete
c25f750bd5 More deleted type improvements 2025-03-21 16:34:31 -04:00
Brian Fiete
a240acc674 Fixed parameter error with failed inline const constraint 2025-03-21 13:45:58 -04:00
Brian Fiete
195463cb77 Improved pointer generic constraints 2025-03-21 11:37:26 -04:00
Brian Fiete
0bdaa03545 Fixed missing PopulateType issue in PushArg 2025-03-21 10:51:39 -04:00
Brian Fiete
4693290c1d
Merge pull request #2189 from Fusioon/fix-#1865
Better interface method matching when names match
2025-03-21 08:40:39 -04:00
Brian Fiete
2d2313a9b1
Merge pull request #2188 from Fusioon/impl-1889
Add fixit to generate missing switch cases
2025-03-21 08:40:25 -04:00
Brian Fiete
deaa1b4125 Delegate calling convention thunk fix 2025-03-21 08:12:33 -04:00
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
8d2cbb7055 aarch64 lowered return type fix for delegates 2025-03-20 14:43:30 -04:00
Brian Fiete
2d059179b4 va_arg Linux intrinsic fix 2025-03-20 10:55:32 -04:00
Brian Fiete
f9e9eddbc0 BF_LinuxFixLinkage fix 2025-03-20 09:40:25 -04:00
Brian Fiete
baeaf1ebe9 Linux LLVM 19 fixes 2025-03-20 09:34:28 -04:00
Brian Fiete
dd6c4988e5 Upgrade to LLVM 19.1.7 2025-03-20 09:25:46 -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
616c899180 GetTickCount linux fix 2025-03-17 15:17:55 -04:00
Brian Fiete
8e8a28b23e HasFlag behavior change 2025-03-17 11:52:48 -04:00
Brian Fiete
3ec94eec14 Add frontend timing 2025-03-17 07:35:56 -04:00
Brian Fiete
34c6ca9a1a Fix ArgMatchCount when there's documentation 2025-03-17 06:45:30 -04:00
Simon Lübeß
8095ddaa66 Fixed generated methods for enums with CRepr 2025-03-16 12:42:53 +01:00
Fusioon
a0827cd4bf Better interface method matching when names match 2025-03-14 01:37:00 +01:00
Fusioon
ca492ada60 Add fixit to generate missing switch cases 2025-03-13 16:07:35 +01:00
Brian Fiete
17ca23c9af Fixed comptime static local variables 2025-03-13 08:08:44 -04:00
Brian Fiete
11ccb876a3 Made 'faked' static reference undef so it's not detected as constant 2025-03-13 06:52:37 -04:00
Brian Fiete
cbfc091fce
Merge pull request #2185 from Fusioon/fix-static-enum-switch
Fix static payload enum switch isConst
2025-03-13 06:35:38 -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
Brian Fiete
381c629a03 Added 'concrete' token to autocomplete 2025-03-13 05:57:23 -04:00
Fusioon
246c408c72 Fix static payload enum switch isConst 2025-03-12 05:21:16 +01: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
Fusioon
865e70d73a Expect semicolon after expression body property 2025-03-09 02:48:39 +01:00
Brian Fiete
432776c650
Merge pull request #2179 from Fusioon/Impl-2147
Add error on unpaired closing brace in string interpolation
2025-03-08 11:03:06 -08:00
Brian Fiete
be0733d37c Fixed deferred function call 2025-03-08 11:02:07 -08:00
Fusioon
2a879940c3 Error on unpaired end brace in string interpolation 2025-03-07 23:37:31 +01:00
Brian Fiete
805d312c98 Fixed conditional var initializer with valueless nullable 2025-03-07 12:37:40 -08:00
Brian Fiete
d778187e34
Merge pull request #2177 from Fusioon/Fix-#2176
Fix static readonly warning in class body
2025-03-07 12:03:02 -08:00
Brian Fiete
ff7a9896cd FinishInit check in CreateFunctionFrom 2025-03-07 12:01:29 -08:00
zkw
3d92bdea7c Fix uninitialized mActiveProject in BfTypeState 2025-03-07 20:36:16 +01:00
Fusioon
cd93934696 Fix static readonly warning in class body 2025-03-06 22:19:54 +01:00