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

3754 commits

Author SHA1 Message Date
Brian Fiete
d9e97c7dc0 Prevent comptime from setting mHasBeenInstantiated 2022-06-13 09:57:23 -07:00
Brian Fiete
ab494ad8d4 Improve emit views where compile and resolve emissions differ 2022-06-13 08:52:17 -07:00
Brian Fiete
3f1f114180 Fixed crash in failed rettype 2022-06-13 06:55:49 -07:00
Brian Fiete
46947636f7 Improved ability of methodrefs to be used for Delegate constraints 2022-06-13 06:52:12 -07:00
Brian Fiete
7aa2fdf976 Fixed non-const 'this' check in const invocations 2022-06-12 11:19:40 -07:00
Brian Fiete
4c553ee9a3 Fixed explicit non-volatile register preservation 2022-06-12 10:57:28 -07:00
Brian Fiete
27f382a567 Added some StackHelper points 2022-06-12 10:56:43 -07:00
Brian Fiete
06ceaf617b Improved type constraint checks constrained by other generic params 2022-06-11 07:56:43 -07:00
Brian Fiete
10682e67af DbgVis string fix 2022-06-11 07:00:16 -07:00
Brian Fiete
86fdca03db Renamed mPtr to mPtrOrBuffer 2022-06-11 05:58:24 -07:00
Brian Fiete
8163d5b647 Allow some cases of uninitialized parsers 2022-06-11 05:48:55 -07:00
Brian Fiete
931e29a1f3 Fixed invalid ptr in String.Equal(StringView) 2022-06-11 05:47:22 -07:00
Brian Fiete
ae84564fca Fixed 'this' regression in unary operation on base properties 2022-06-11 05:46:48 -07:00
Brian Fiete
4f978c5053 Fixed autocomplete generic extension regression 2022-06-11 05:44:34 -07:00
Brian Fiete
35a81b7bbe Fixed indexer method selection 2022-06-08 10:57:30 -07:00
Brian Fiete
29832cb3bb Fixed value for failed ref local variable 2022-06-06 13:04:35 -07:00
Brian Fiete
a083bda31b Added const/readonly to more autocomplete cases 2022-06-06 13:03:54 -07:00
Brian Fiete
948f0f8874 Fixed alignment calculation of sized arrays in debugger 2022-06-06 12:14:20 -07:00
Brian Fiete
25bde9e566 Retain argument cascade type 2022-06-06 11:27:07 -07:00
Brian Fiete
91a4af93af Improved indexer errors and indexer attributes 2022-06-06 08:50:30 -07:00
Brian Fiete
39f7c01da3 Added warning for arithmetic on a pointer to a sized array 2022-06-06 08:24:01 -07:00
Brian Fiete
c769508f0d Fixed buffer address calculation 2022-06-06 08:23:30 -07:00
Brian Fiete
8186c835b1 Fixed _T_ debug type module ids in hot-compiled modules 2022-06-05 17:59:18 -07:00
Brian Fiete
6f51eca72c Perform PopulateReified pass after ProcessPurgatory 2022-06-05 17:46:40 -07:00
Brian Fiete
a82130352a Removed autocomplete invoke info inside valueless lambda body 2022-06-05 08:32:16 -07:00
Brian Fiete
9c9ca4d259 Fixed params/varargs in function/delegate typerefs 2022-06-05 07:42:33 -07:00
Brian Fiete
a730e782f5 Fixed Get Debug Alloc Information pausing 2022-06-04 18:30:56 -07:00
Brian Fiete
f8083037f9 Fixed static init ordering issue with DbgRawAllocData.Unmarked<T> 2022-06-04 13:16:20 -07:00
Brian Fiete
e0ae4be43f Fixed alloc size 2022-06-04 10:58:49 -07:00
Brian Fiete
e2052d8550 Added omitted "Custom" to allocator option 2022-06-04 09:27:36 -07:00
Brian Fiete
38e845d4e0 Fixed append alloc deleting write-past-end check 2022-06-03 15:25:49 -07:00
Brian Fiete
e4d350a3d5 Null check in PathEditWidget 2022-06-03 13:44:41 -07:00
Brian Fiete
454ed279dc Improved autocomplete with string interpolation 2022-06-03 12:04:04 -07:00
Brian Fiete
e8a8985734 Fixed debug location of comptime mixins 2022-06-03 10:26:04 -07:00
Brian Fiete
7b0aa874ce Fixed some Break When Value Changes issues 2022-06-03 10:10:26 -07:00
Brian Fiete
60403e6b51 Reorder allocator list 2022-06-03 06:33:12 -07:00
Brian Fiete
babfc2395e CeOp_Conv_F32_F64 desc fix 2022-06-03 06:26:30 -07:00
Brian Fiete
9a5cd5c6bc Merge remote-tracking branch 'origin/master' 2022-06-03 06:21:26 -07:00
Brian Fiete
d31587188d
Merge pull request #1581 from aharabada/master
Float to uint conversion in consteval
2022-06-03 06:20:48 -07:00
Brian Fiete
8c16454006 Added JEMalloc/TCMalloc options 2022-06-02 17:57:09 -07:00
Brian Fiete
652142e189 Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
Brian Fiete
53376f3861 Fixed some edge cases in write-past-end detection 2022-06-02 15:01:02 -07:00
Brian Fiete
fd92b4ba93 Fixed CreateObject append alloc for non-debug-gc 2022-06-02 10:56:29 -07:00
Brian Fiete
e623449e24 Added write-past-end detection in debug allocator 2022-06-02 10:55:29 -07:00
Brian Fiete
be05439421 Added tutorial for setting project dependencies after adding first lib 2022-06-02 07:55:25 -07:00
Brian Fiete
dcd6f229af Fixed comptime malloc/free with custom allocator set 2022-06-02 07:06:55 -07:00
Brian Fiete
7e94abe43a Fixed type generic arg and PopulateType dependency bugs 2022-06-02 07:06:31 -07:00
Brian Fiete
a77a95b71b Add StompAlloc workspace alloc option 2022-06-02 07:03:42 -07:00
Brian Fiete
949bc209d3 Fixed error with VERSION_QUEUE (ie: in Paranoid builds) 2022-06-01 16:42:56 -07:00
Brian Fiete
1cb91c304b Fixed fixit location for usings when file has scoped usings 2022-06-01 16:36:58 -07:00