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

655 commits

Author SHA1 Message Date
Brian Fiete
1d42cde61d Fixed lack of error with assignment checking in expression-body methods 2020-08-09 07:18:46 -07:00
Brian Fiete
b1e6ce17a6 PopulateType issue 2020-08-09 07:17:24 -07:00
Brian Fiete
36b56563a2 Fixed Abs for XMMs with REX, fixed modulo of 1.0 2020-08-09 07:17:07 -07:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00
Brian Fiete
053b302d42 Removed test 2020-08-05 06:16:37 -07:00
Brian Fiete
1ef8c14d74 Removed temporary test 2020-08-05 06:13:33 -07:00
Brian Fiete
b50fbdb51d Fixed failed explicit indexer interface conformance declaration 2020-08-05 05:35:21 -07:00
Brian Fiete
c3bc2bc67c Added extern constraints to types 2020-08-05 05:34:32 -07:00
Brian Fiete
92d3ab6ca9 Fixed error messages for methods with extern constraints in variations 2020-08-04 10:30:25 -07:00
Brian Fiete
c7393865b4 Fixed issue passing a splat arg to a params parameter 2020-08-03 10:19:50 -07:00
Brian Fiete
e59cb10ed4 Added error when attempting to add default value to params parameter 2020-08-03 10:19:26 -07:00
Brian Fiete
7e843bb402 More Fail info, better fail on OperandToAddr 2020-08-03 10:00:32 -07:00
Brian Fiete
99c7a9fe1f Fixed autocomplete flashing issues 2020-08-03 07:26:36 -07:00
Brian Fiete
f9bed24c00 Fixed 'base' lookup for properties 2020-08-03 06:09:45 -07:00
Brian Fiete
473246fa51 Fixed global mixin lookup when there's an explicit target 2020-08-03 05:51:17 -07:00
Brian Fiete
80583d2dc2 Null check 2020-08-03 05:47:41 -07:00
Brian Fiete
41fb94f1f8 Fixed bitset bools for conditional breakpoints 2020-08-03 05:45:38 -07:00
Brian Fiete
bdc6a17f79 Propagating readonly with mixin arguments 2020-08-03 05:44:40 -07:00
Brian Fiete
768cae659c Fixed alignof for pointers in debugger 2020-08-01 15:07:18 -07:00
Brian Fiete
015641b896 Fixed 'full' float display 2020-08-01 15:03:11 -07:00
Brian Fiete
df1401e48a Fixed issue with forked globals 2020-08-01 15:02:55 -07:00
Brian Fiete
91dea6cd3b Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Brian Fiete
fb960747ec Fixed dependency issue with array arguments in specialized methods 2020-08-01 07:49:50 -07:00
Brian Fiete
ae89a29fd8 Improved method selection with unspecialized arguments 2020-08-01 07:48:59 -07:00
Brian Fiete
88e8a60bd8 Null guard 2020-07-31 06:18:26 -07:00
Brian Fiete
b544f96bf7 Fixed zero-initialize array of non-aligned-size structs 2020-07-31 06:18:05 -07:00
Brian Fiete
f034880723 Added diagnostics panel 2020-07-31 06:16:29 -07:00
Brian Fiete
65a28a97bb Mixin fix for closed module 2020-07-27 17:41:07 -07:00
Brian Fiete
8fb6f7304d Fixed GC marking of sized arrays 2020-07-24 06:37:50 -07:00
Brian Fiete
04de0512c3 Fixed inlining issue with reflection data 2020-07-24 05:47:25 -07:00
Brian Fiete
bec6f1d007 Properly checking extern method constraints, fixed dtor body scopes 2020-07-24 05:20:50 -07:00
Brian Fiete
b1f741b1f0 Fixed ref iteration over valueless types 2020-07-22 15:32:27 -07:00
Brian Fiete
03e09c4322 Test change 2020-07-21 13:14:20 -07:00
Brian Fiete
fed75dfa85 Fixed an issue of zombie failed specialized methods in resolve-only 2020-07-21 13:14:09 -07:00
Brian Fiete
af9320ada6 Fixed Equals check for non-aligned-size sized arrays 2020-07-20 08:04:34 -07:00
Brian Fiete
fc21c66b27 Method selection issues, issues with tuples containing 'var' 2020-07-20 07:17:33 -07:00
Brian Fiete
03c8d72f33 Fixed issues with char8* attribute arguments 2020-07-20 07:16:20 -07:00
Brian Fiete
e917fd8fdf Fixed type table comparison crash 2020-07-19 06:15:11 -07:00
Brian Fiete
a457ebcbc5 Properly detecting circular data references in sized arrays 2020-07-19 06:13:03 -07:00
Brian Fiete
e13b24cd30 Fixed crash evaluating registers when debug module hasn't loaded 2020-07-19 05:48:48 -07:00
Brian Fiete
d6eb631419 Added __STACKOVERFLOW test method 2020-07-18 08:11:03 -07:00
Brian Fiete
dc0c0946a0 Fixed warning 2020-07-18 06:51:33 -07:00
Brian Fiete
4f7e114c9b Fixed memcpy reg remap 2020-07-18 06:51:25 -07:00
Brian Fiete
af77825b9d Union changes 2020-07-18 06:51:00 -07:00
Brian Fiete
86a41649ec Added Diagnostics panel 2020-07-18 06:50:28 -07:00
Brian Fiete
015470203b Added union assignment test 2020-07-18 06:47:47 -07:00
Brian Fiete
bcef4a975d More reflection tests 2020-07-18 05:27:09 -07:00
Brian Fiete
b24625d9a3 Fix for attributes with string parameters with default values 2020-07-18 05:26:45 -07:00
Brian Fiete
0f11c36da8 Fixed fixit for attributes namespaces 2020-07-17 05:13:12 -07:00
Brian Fiete
e6f722bf7a Tests for split global with explicit reference 2020-07-16 16:03:36 -07:00