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

364 commits

Author SHA1 Message Date
Brian Fiete
0f33968030 Comptime naming fixes 2021-01-09 04:20:45 -08:00
Brian Fiete
3bbf2d8313 Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
Brian Fiete
56bcb6ecd1 Fixed method selection by extern constraint specificity 2021-01-05 13:51:31 -08:00
Brian Fiete
301f9eb1c1 Fixed const eval issues with generics 2021-01-05 05:55:41 -08:00
Brian Fiete
093a617b56 Fixed extern constraint checks 2021-01-04 13:31:35 -08:00
Brian Fiete
156e3dd2fa Fixed missing argument error in mixin 2021-01-04 12:28:56 -08:00
Brian Fiete
a179dd7e5c Fixed sized array cast 2021-01-04 11:22:18 -08:00
Brian Fiete
2ac2fe70fb Fixed string interpolation scoping, {{ }} escaping 2021-01-04 06:33:39 -08:00
Brian Fiete
04126a7e40 Fixed inline set on extern methods 2021-01-03 05:34:14 -08:00
Brian Fiete
496eae24ad Fixed const-eval-initialized const field dependency issues 2021-01-02 15:46:29 -08:00
Brian Fiete
1be37e6f24 Deprecated DeleteAndClearItems 2021-01-02 09:08:25 -08:00
Brian Fiete
bd57172996 Fixed argument cascades with ReturnValueDiscarded 2021-01-02 08:51:04 -08:00
Brian Fiete
2dbcca8ca4 Argument cascades 2021-01-02 08:11:07 -08:00
Brian Fiete
0692fb44a4 Added '.{ x = 1, y = 2}' initializer expression 2021-01-02 06:14:29 -08:00
Brian Fiete
06a1ea841f Fixed some generic param cases with generic methods in generic variants 2021-01-01 15:33:00 -08:00
Brian Fiete
3875fbcb2f Fixed some flashing-errors with var returns 2020-12-31 06:50:38 -08:00
Brian Fiete
706fe9e04b var-return support for const eval methods 2020-12-30 13:24:13 -08:00
Brian Fiete
9eb3d8c3a5 Allow ctor calls with a 'var' constraint 2020-12-30 05:35:37 -08:00
Brian Fiete
4f243c53a7 Fixed byval size 2020-12-28 11:41:12 -08:00
Brian Fiete
91b046b6d7 Win32 lowering fixes 2020-12-28 10:50:04 -08:00
Brian Fiete
8a63a7ed80 Sized-array calling convention fix 2020-12-28 06:42:18 -08:00
Brian Fiete
2896b84f7f Fixed splat aggregate issue on array initialization 2020-12-27 11:43:50 -08:00
Brian Fiete
6c049988b3 Fixed generic method and methodref binding issues 2020-12-27 10:55:30 -08:00
Brian Fiete
91a5ef67e5 Fixed type inference with unspecialized type variations 2020-12-26 17:37:08 -08:00
Brian Fiete
585db3b579 Fixed method selection bug with 'params' methods 2020-12-26 11:57:59 -08:00
Brian Fiete
3b1f1634ac Reworked splattability in mixins 2020-12-26 10:16:51 -08:00
Brian Fiete
a8610ed711 Added stricter 'this' type check for generic function binding 2020-12-26 08:27:46 -08:00
Brian Fiete
6029315ff6 Allow function binding to generic interface constraint method 2020-12-26 08:19:30 -08:00
Brian Fiete
00b8bb59a7 Fixed some var-binding issues 2020-12-26 05:48:51 -08:00
Brian Fiete
0bf02b5996 Added some extra const evals to typeof members 2020-12-25 11:41:24 -08:00
Brian Fiete
8c391fe4f5 Zero-sized array count lookup fix 2020-12-25 05:35:51 -08:00
Brian Fiete
90d4b84d95 Fixed constant string adding 2020-12-24 12:37:54 -08:00
Brian Fiete
840a60697d Added string addition 2020-12-24 11:32:19 -08:00
Brian Fiete
f6877d98f0 Fixed some unknown-sized array resolution issues 2020-12-24 10:29:09 -08:00
Brian Fiete
73b643d298 Fixed OOB error for CallerExpression 2020-12-24 07:34:46 -08:00
Brian Fiete
08e3f9155e Linux fixes 2020-12-23 12:32:24 -08:00
Brian Fiete
ff1f8aff3f Initial const eval feature release 2020-12-23 08:53:38 -08:00
Brian Fiete
be929c3626 ConstEval updates, better const struct support 2020-12-22 04:50:37 -08:00
Brian Fiete
9d3e245f69 Fixed function pointers with 'void* this' 2020-12-18 10:52:05 -08:00
Brian Fiete
6bb363fb4b CTFE updates, including heap support 2020-12-17 04:51:05 -08:00
Brian Fiete
7ddd9a205d Linux fixes, CTFE progress 2020-12-14 10:20:44 -08:00
Brian Fiete
6d058ba59c Expanding CTFE 2020-12-14 03:50:28 -08:00
Brian Fiete
577e199dcd Start of compile-time function evaluation 2020-12-13 08:04:42 -08:00
Brian Fiete
3c45db1976 Fixed crash checking generic args for local method 2020-12-08 13:51:48 -08:00
Brian Fiete
9cd47a784b Added 'protected internal' protection 2020-12-07 07:53:12 -08:00
Brian Fiete
8852e7e194 Protected protection improvements 2020-12-06 07:32:01 -08:00
Brian Fiete
45ca40f2c7 Made missing commutable attribute a warning instead of an error 2020-12-05 04:44:43 -08:00
Brian Fiete
b5064536e0 Improved static indexer support 2020-12-05 04:29:27 -08:00
Brian Fiete
f194d9ca0e Method selection fixes 2020-12-03 12:20:51 -08:00
Brian Fiete
1b9921981e Improved method selection with failed method match 2020-12-03 11:34:56 -08:00