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

1282 commits

Author SHA1 Message Date
EinBurgbauer
b58c0d4055 fix builtin attrib matching 2021-05-26 20:23:12 +02:00
Brian Fiete
369bb0640c
Merge pull request #1018 from EinBurgbauer/comptime-crash-fixes
Comptime crash fixes
2021-05-23 07:07:00 -04:00
EinBurgbauer
219f9cc40b fix out of range check mistake 2021-05-23 11:47:39 +02:00
EinBurgbauer
8c3744cd0c fix CEMethodInfo getparam crash 2021-05-23 11:32:40 +02:00
EinBurgbauer
65df810d41 merge master 2021-05-20 19:40:53 +02:00
EinBurgbauer
954992b9d4 proper fix 2021-05-20 18:16:55 +02:00
EinBurgbauer
10c8196352 fixed thiscall compile crash now hopefully 2021-05-20 17:19:18 +02:00
Brian Fiete
8975b30e0f Disable broken https://github.com/beefytech/Beef/pull/1015 2021-05-20 08:55:06 -04:00
EinBurgbauer
4fb7a0f53f fix explicit thiscall crash 2021-05-18 19:42:28 +02:00
EinBurgbauer
55c83d7076 handle ce fail mFile index of -1 2021-05-18 11:06:40 +02:00
Brian Fiete
57609543a3 PopulateReified mutate-while-iterating fix 2021-05-12 08:19:05 -04:00
Brian Fiete
77ec0563b2 Merge remote-tracking branch 'origin/master' 2021-05-12 07:24:37 -04:00
Brian Fiete
70680fdf39 Fixed infinite loop in DoMethodDeclaration 2021-05-12 07:15:36 -04:00
Brian Fiete
6247699298 Fixed invalid temporary const during ignoreWrites cast 2021-05-12 07:07:59 -04:00
EinBurgbauer
d25e815701 fixed crash when writing static unary operator 2021-05-02 12:14:41 +02:00
Brian Fiete
8f83d15429 Null conditional var check 2021-04-11 07:02:28 -04:00
Brian Fiete
f5a863d55a mFieldDeclaration null check 2021-03-24 06:31:32 -04:00
Brian Fiete
532de216a1 Fixed loop index type 2021-03-24 06:31:11 -04:00
Fusion
7a7cc716c6 Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01:00
Fusion
eee6389f98 Fix indexer autocomplete. 2021-03-04 21:41:05 +01:00
Brian Fiete
4322c984cc Fix for var-typed case capture 2021-03-02 06:31:39 -08:00
Brian Fiete
97d9a4508d Fixed empty return with lambda return type inference 2021-02-28 12:56:02 -08:00
Brian Fiete
c598944f52 Better fix for VerifyTypeLookups 2021-02-28 11:41:00 -08:00
Brian Fiete
a412452bac Fixed 'const' generic arg parsing with >> 2021-02-28 07:35:26 -08:00
Brian Fiete
c4b7cc58a1 Fixed VerifyTypeLookups from outer types 2021-02-28 07:14:08 -08:00
Brian Fiete
97283b3113 Fixed ??= 2021-02-26 14:47:11 -08:00
Brian Fiete
26bd41d8ca Enabled union encoding support 2021-02-26 09:29:28 -08:00
Brian Fiete
e79b8ca9df Fixed erroneous readonly of non-sret composite returns (ie: comptime) 2021-02-26 08:01:43 -08:00
Brian Fiete
dd3485af0c Fixed comptime with local mixin with composite param access 2021-02-26 07:12:16 -08:00
Brian Fiete
4575c64133 fix for ??= 2021-02-26 06:27:39 -08:00
Brian Fiete
357c0e2e5a Const comparison fix for nullptr 2021-02-26 06:27:22 -08:00
Brian Fiete
06a073d0e7 More robust handling of missing system types 2021-02-26 06:27:01 -08:00
Brian Fiete
75e075b8d9 Fix for bool/char const encoding 2021-02-26 06:26:26 -08:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
e517a9745a Fixed union inner type calculation 2021-02-25 07:10:14 -08:00
Brian Fiete
f3c17a671c Fixed enum ToString when it contains other const fields 2021-02-25 06:07:31 -08:00
Brian Fiete
234aaa772c Properly fail enum case declarations outside enums 2021-02-25 05:55:36 -08:00
Brian Fiete
d1d3af1cc0 Fixed payload enum alignment calculation 2021-02-24 15:41:39 -08:00
Brian Fiete
524d3993ab Fixed int8[0] aggzero marker 2021-02-24 13:52:04 -08:00
Brian Fiete
25dce88509 Fixed payload enum ctor when current type is a payload enum 2021-02-24 12:15:29 -08:00
Brian Fiete
a3c4c479fc Fixed splat issue with opaque types 2021-02-24 06:02:17 -08:00
Brian Fiete
4e3442d437 Added more PreFails 2021-02-24 06:02:04 -08:00
Brian Fiete
9afa24e5d7 Fixed missing mut error on skipcall 2021-02-02 12:23:35 -08:00
Brian Fiete
cb877b1860 addr_ce pointer-size fixes 2021-02-02 10:46:21 -08:00
Brian Fiete
b916273a97 Allow '...' varargs in delegate and function types 2021-02-02 07:08:55 -08:00
Brian Fiete
b220599ec7 Fixed autoprop custom attribute issue 2021-02-01 14:24:17 -08:00
Brian Fiete
ed30e7ad06 Fixed method binding for mid-compile methodInstance rebuilding 2021-02-01 13:55:29 -08:00
Brian Fiete
370df86ae4 Fixed incorrect symbol matching to SelfBase/SelfOuter 2021-02-01 12:27:13 -08:00
Brian Fiete
86967c39c3 Added support for some constant enums with payloads 2021-02-01 11:19:50 -08:00
Brian Fiete
5677f27cac Improved mixin errors while specializing methods/types 2021-02-01 06:38:33 -08:00