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

2292 commits

Author SHA1 Message Date
Brian Fiete
a080d260ab Evaluation fixes while program is running 2023-01-23 06:56:54 -05:00
Brian Fiete
b9647d2a08 Defer fix for typed primitive/valueless target 2023-01-23 06:56:05 -05:00
Brian Fiete
5b80116c8d Merge remote-tracking branch 'origin/master' 2023-01-13 07:02:06 -05:00
Brian Fiete
16de3a14a4 Property visibility fixes for default interface methods 2023-01-13 07:01:54 -05:00
disarray2077
488683a40c
Fix infinite loop in BfParser::NextToken 2022-12-19 22:19:45 -03:00
MineGame159
ce2a1a4657 Fixed BfParser::GetIndexAtLine 2022-12-02 17:49:26 +01:00
Brian Fiete
82e06c4582 Improved lambda param name autocomplete triggering 2022-11-16 13:59:14 -08:00
Brian Fiete
6045137bce Fixed autocomplete for lambda param names 2022-11-16 13:55:33 -08:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
d20b53b187 Improved SDL platform support, 'ar' lib reworking 2022-11-07 09:57:27 -08:00
Brian Fiete
213aea8c82 Fix GetStringPoolIdx with non-const arg 2022-10-25 08:33:24 -04:00
Brian Fiete
bb73aced22 Profiler changes 2022-10-25 08:28:45 -04:00
Brian Fiete
3122839ea8 mCurMethodState null check for RestoreScoreState_LocalVariables 2022-10-18 12:52:21 -04:00
Brian Fiete
1a5af42338 Goto token name fix 2022-10-18 12:50:23 -04:00
Hunter Bridges
d30fafb702 Field resolution compiler crash fix 2022-09-21 11:58:51 -07:00
Brian Fiete
38d47fa254 PerformAssignment_CheckOp methodInst null check 2022-09-15 08:40:22 -07:00
Brian Fiete
70830358c8 Fixed BfConstType_ExtractValue failed case in WriteConstant 2022-09-13 15:31:41 -07:00
Brian Fiete
c270acdb39 Improved ExtractValue union splat handling 2022-09-10 10:54:12 -07:00
Brian Fiete
cafbcd30dc Fixed ExtractValue for splat unions 2022-09-10 10:25:45 -07:00
Brian Fiete
47732ae09c Fixed debug loc issue with line=0 col>0 2022-09-10 09:11:59 -07:00
Brian Fiete
f6c49b1084 Fixed range type population issue 2022-09-08 17:07:48 -07:00
Brian Fiete
5490af4690 Fixed named param autocomplete crash 2022-09-05 09:40:49 -07:00
Brian Fiete
03c56b42c9 Better union field loading 2022-09-05 08:36:57 -07:00
Brian Fiete
d2356a0582 Fixed union lookup 2022-09-05 08:13:41 -07:00
Brian Fiete
519ccfe969 Fixed data cycle issue, 'using' union field lookup 2022-09-05 07:58:33 -07:00
Brian Fiete
c6f2798db7 Improved string-to-sized-array casts and initializations 2022-09-05 06:28:23 -07:00
Brian Fiete
1320b495d2 Fixed CheckSkipCall 2022-09-05 05:46:57 -07:00
Brian Fiete
c65fd5711d Clear variable declarations inside deferredParamValues (ie skipCall) 2022-09-05 05:34:24 -07:00
Brian Fiete
2b7d0284f7 ConstantToCurrent span fix 2022-08-28 11:52:04 -07:00
Brian Fiete
cc3fe5e40c Allow FlexibleArray with union array data 2022-08-28 10:48:56 -07:00
Brian Fiete
8aef7275d0 Added Compiler.Align 2022-08-28 07:41:35 -07:00
Brian Fiete
0b162c0ebd Properly set ignoreWrites before restoring active function 2022-08-27 11:33:24 -07:00
Brian Fiete
8c15c3c627 CheckErrorAttributes signature change 2022-08-27 09:24:20 -07:00
Brian Fiete
86a80f4d18 Fixed append ctors in classes with emissions 2022-08-27 09:23:53 -07:00
Brian Fiete
f8f95e9de3 Allow warn/error attribute on fields 2022-08-27 09:23:31 -07:00
Brian Fiete
6eddf12948 PDB parsing hardening 2022-08-26 14:02:37 -07:00
Brian Fiete
311cdaece1 COFF debugging 2022-08-26 10:40:40 -07:00
Brian Fiete
60ca7a42c7 Null check on member name 2022-08-26 07:35:00 -07:00
Brian Fiete
2b7c80282b Remove invalid ignoreWrites 2022-08-26 07:14:13 -07:00
Brian Fiete
2f6484894e Fixed HotTypeVersion base type dependency 2022-08-26 07:08:57 -07:00
Brian Fiete
9062662ffb Properly return undef const for let case in GetLiteral 2022-08-26 06:26:34 -07:00
Brian Fiete
c04d240210 Handle methodGenericArg dep for IsSpecializedByAutoCompleteMethod 2022-08-26 06:02:07 -07:00
Brian Fiete
04f7ee4d2d Fixed crash renaming mixins 2022-08-25 12:01:13 -07:00
Brian Fiete
cc3837ee49 Fixed interface method slotting issues 2022-08-25 11:44:55 -07:00
Brian Fiete
1c794f37b1 Disable RAX for result of int8 modulo 2022-08-25 10:19:16 -07:00
Brian Fiete
a587e6249e Added named parameters to autocomplete 2022-08-25 07:47:33 -07:00
Brian Fiete
7406780f57 Improved namespace search in emitted members in types with extensions 2022-08-25 07:46:37 -07:00
Brian Fiete
15fd1b5f3f Disallow initializers in anonymous delegate type references 2022-08-24 17:20:55 -07:00
Brian Fiete
f411c4cf4c Test fix 2022-08-24 17:02:55 -07:00
Brian Fiete
f9d5b58102 Fix unions with base types 2022-08-24 16:54:22 -07:00