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

1814 commits

Author SHA1 Message Date
Brian Fiete
e4cac2ca24 Continue searching in CastToValue constraint check on method return fail 2022-06-22 10:18:24 -07:00
Brian Fiete
abd511a93d Added '->' operator, static indexer fix, RefCounted<T> 2022-06-22 08:35:25 -07:00
Brian Fiete
48571d374f Fixed GetMethodByName for methods in conditional extensions 2022-06-19 06:25:28 -07:00
Brian Fiete
485316385b Fixed debug info for static local variables 2022-06-17 12:19:19 -07:00
Brian Fiete
67b30b639d Fixed local var name clash with delegate 'params' expansion 2022-06-17 10:48:13 -07:00
Brian Fiete
1b3b693cb2 Null check for generic delegate arg 2022-06-17 10:34:37 -07:00
Brian Fiete
4d90e98e7e Put back explicit var lookup disabling 2022-06-17 10:32:27 -07:00
Brian Fiete
eeed1bf41c Improved Find All References handling of virtual method overrides 2022-06-16 11:17:01 -07:00
Brian Fiete
5c59fe694d Disallow explicit var member lookups 2022-06-16 10:52:05 -07:00
Brian Fiete
ccb1646990 Use lifetime extension for mixin results 2022-06-16 07:21:19 -07:00
Brian Fiete
1639542fed Fixed global lookup 2022-06-15 17:53:35 -07:00
Brian Fiete
c670473452 Fixed global lookup and function cast 2022-06-15 17:53:15 -07:00
Brian Fiete
43ebd756af Fixed global lookup 2022-06-15 17:52:48 -07:00
Brian Fiete
f8e57ee5ff Disallow funcs with explicit 'this' from binding to delegate constraint 2022-06-15 13:48:09 -07:00
Brian Fiete
527935f371 Removed assumption of class on delegate constraint 2022-06-15 11:40:11 -07:00
Brian Fiete
e3ca70c153 Improved struct returns from mixins and block expressions 2022-06-15 11:24:24 -07:00
Brian Fiete
5268e103e9 Allow mixins and expression blocks to end in a ref expression 2022-06-15 06:45:53 -07:00
Brian Fiete
6b1d9df8d2 Force mixin result to value (not addr) 2022-06-14 10:09:57 -07:00
Brian Fiete
a24800a5a3 Fixed typed primitive addr cast 2022-06-14 07:30:13 -07:00
Brian Fiete
0cf9135b8a Fixed non-composites 'in' parameters 2022-06-14 06:57:24 -07:00
Brian Fiete
2384b7edfc Fixed method selection reification 2022-06-13 12:27:24 -07:00
Brian Fiete
80d9b11166 Fixed reification on delegate invocations 2022-06-13 11:50:13 -07:00
Brian Fiete
500a42b054 Fixed null check 2022-06-13 11:05:03 -07:00
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
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
8163d5b647 Allow some cases of uninitialized parsers 2022-06-11 05:48:55 -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
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
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
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
babfc2395e CeOp_Conv_F32_F64 desc fix 2022-06-03 06:26:30 -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
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
1cb91c304b Fixed fixit location for usings when file has scoped usings 2022-06-01 16:36:58 -07:00
Brian Fiete
c523a73860 Fixed 'may skip variable initialization' error with '?' discard 2022-06-01 16:17:20 -07:00