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

1895 commits

Author SHA1 Message Date
Brian Fiete
a1c7e6e02b Fixed temp var deferred lifetime end issue in LLVM backend 2022-07-26 16:07:14 -04:00
Brian Fiete
1a85562d54 Fixed arg name failure in generic method selection 2022-07-26 15:12:25 -04:00
Brian Fiete
5416d30bf1 Fixed type population issue with enum UnderlyingType 2022-07-26 13:42:39 -04:00
Brian Fiete
7f328385db Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
Brian Fiete
06425735d9 Trim trailing whitespace 2022-07-26 12:51:06 -04:00
Brian Fiete
119e9189e5 Use StackMarkableObject when there's appended fields 2022-07-17 06:38:49 -04:00
Brian Fiete
7412bb6cde Null check fix for case expr out check 2022-07-16 15:12:09 -04:00
Brian Fiete
1db184e7d8 Fixed nested generic type alias type reference 2022-07-16 14:28:18 -04:00
Brian Fiete
b2b964489e Fixed append alignment with unaligned stomp allocator 2022-07-16 06:03:35 -04:00
Brian Fiete
df6ca9e9ed Fixed parsing error with malformed object initializer 2022-07-15 08:59:08 -04:00
Brian Fiete
45deac0ba3 Fixed circular ref data failure in 'using' field 2022-07-15 08:37:04 -04:00
Brian Fiete
e28b9c8325 Fixed mixin generic bind issue with BfLookupFieldFlag_BindOnly 2022-07-14 14:08:37 -04:00
Brian Fiete
1183007a90 Improved generic binding in mixins 2022-07-14 07:44:19 -04:00
Brian Fiete
6cfd027362 Fixed double deletion issue with mParamNameMap 2022-07-13 10:48:35 -04:00
Brian Fiete
993053271b Fixed circular ref issue in 'using' field data population 2022-07-13 07:08:17 -04:00
Brian Fiete
32be2ba69c 'using' formatting fix 2022-07-13 07:07:38 -04:00
Brian Fiete
8020f6b9d3 Fixed 'using' protection check, populate circular ref in LookupField 2022-07-13 07:07:14 -04:00
Brian Fiete
aa58c864f7 Improved constraint check in CastToValue 2022-07-11 10:54:04 -04:00
Brian Fiete
51eaa6276f Fix generic binding in generic mixins 2022-07-11 09:03:28 -04:00
Brian Fiete
627b0381f8 Fix '_' in appended field dtors, fixed implicit-ctor static append 2022-07-11 08:16:57 -04:00
Brian Fiete
d695434add Correctly pass bypassVirtual into AddDeferredCall 2022-07-11 07:51:04 -04:00
Brian Fiete
935d5bd340 Allow null conditional on generic param without warning 2022-07-10 16:58:34 -04:00
Brian Fiete
7244150dae Fixed comptime reflection crash with static append fields 2022-07-10 16:52:28 -04:00
Brian Fiete
41a8ffb81e Remove warning on 'using' of field with generic param type 2022-07-10 16:41:19 -04:00
Brian Fiete
727f1b8cbc Fixed parsing of floats with ' separators 2022-07-10 16:35:49 -04:00
Brian Fiete
ee7c057e25 Perform CheckModifyResult in ??= 2022-07-10 15:52:03 -04:00
Brian Fiete
450d541292 Added 'using' fields 2022-07-10 07:50:08 -04:00
Brian Fiete
ff229f385d Properly set mIgnoreWrites in nameof expr 2022-07-08 09:21:22 -04:00
Brian Fiete
7dd2324fcf Added nameof 2022-07-06 12:19:01 -07:00
Brian Fiete
506bb646ac End foreach IEnumerator<T> search when one is found in a type 2022-07-06 06:30:12 -07:00
Brian Fiete
31115d8385 HotTypeData null check in CheckHotMethod 2022-07-06 06:24:14 -07:00
Brian Fiete
7278e090a1 Appended field type population issue fixed, circular ref handled 2022-07-05 13:01:46 -07:00
Brian Fiete
f326df71d9 Fixed ordering of user field dtor and appended field dtor 2022-07-05 10:56:40 -07:00
Brian Fiete
08a63e5b9f Fixed appended field dtor with extensions 2022-07-05 09:24:04 -07:00
Brian Fiete
4d1d972599 Fixes to variable assignment detection 2022-07-05 08:41:16 -07:00
Brian Fiete
5277797d73 Improved variable assignment detection 2022-07-05 08:04:38 -07:00
Brian Fiete
a42e0fad60 Fixed extern generic constraint check for delete 2022-07-04 14:16:31 -07:00
Brian Fiete
cbc4888853 Improvements to multi-extension virtual overrides 2022-07-04 10:21:31 -07:00
Brian Fiete
cf269db0eb Null check in GetCompilerFieldValue 2022-07-03 06:16:25 -07:00
Brian Fiete
32cfb8733f Fix for CheckMethod vtable check in autocomplete 2022-07-02 12:09:33 -07:00
Brian Fiete
52897cc936 Fixed qualified attribute name lookup 2022-07-02 10:43:34 -07:00
Brian Fiete
6ded6a37cc Improved emit marker resolve/build selection, emitted Go To Definition 2022-07-02 10:32:19 -07:00
Brian Fiete
ec1cf1c441 Fix populate issue after adding new members via emission 2022-07-01 08:35:29 -07:00
Brian Fiete
d7d6559043 Properly allow inferred ctor for typed primitives 2022-07-01 08:13:58 -07:00
Brian Fiete
fa0f559537 Fixed fully qualified generic lookup 2022-06-30 03:13:42 -07:00
Brian Fiete
3b711932ec Added ITypedAllocator, SingleAllocator 2022-06-29 07:18:01 -07:00
Brian Fiete
3aacd09199 Remove debug code 2022-06-29 05:57:03 -07:00
Brian Fiete
45a0f774c7 Fixed AddToWorkList issue with MethodInstanceOnly on AlwaysInclude 2022-06-29 05:56:07 -07:00
Brian Fiete
ae46452f9e Fixed reification of elemented underlying types 2022-06-28 10:25:39 -07:00
Brian Fiete
c8d2d4852e Improved extension virtual override 2022-06-28 09:34:46 -07:00