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

945 commits

Author SHA1 Message Date
Brian Fiete
dd71b6e5c0 Test fix 2020-09-28 12:45:56 -07:00
Brian Fiete
0a78b5cc35 Improvements and safety for const exprs 2020-09-28 12:41:42 -07:00
Brian Fiete
ae06346357 Fixed issues with failed const type expressions 2020-09-27 23:25:42 -07:00
Brian Fiete
ee4ae8f9ed Fixed issue with local methods in generic types 2020-09-27 23:07:29 -07:00
Brian Fiete
ef57930170 Fixed lockup check iface conformance in failed type 2020-09-27 22:21:15 -07:00
Brian Fiete
784bd6d374 Made 'Test' a project type 2020-09-27 22:20:26 -07:00
Brian Fiete
ee71c8c97b Fixed dynamic boxability of wrappable types (such as pointers) 2020-09-26 09:25:38 -07:00
Brian Fiete
0e10eba8f5 Added ReflectAttribute.ReflectImplementer 2020-09-26 08:26:42 -07:00
Brian Fiete
a183da923d More nullable tests 2020-09-25 10:43:34 -07:00
Brian Fiete
20faf884f5 Fixed nullable property setting 2020-09-25 10:34:29 -07:00
Brian Fiete
f6ab79d2ef Fixed crash with increment/decrement error 2020-09-25 09:57:37 -07:00
Brian Fiete
9893cb9627 Indexer formatting fix 2020-09-25 09:17:33 -07:00
Brian Fiete
e02b42d6f4 Added mouseover docs support 2020-09-25 08:50:39 -07:00
Brian Fiete
b86c0cde9e Fixed autocomplete invoke info issue following struct construction 2020-09-25 06:07:56 -07:00
Brian Fiete
797aa7cedc Fixed stack overflow with inner type as base type 2020-09-25 05:38:35 -07:00
Brian Fiete
980fc63b74 Additional if variable restrictions 2020-09-25 05:36:58 -07:00
Brian Fiete
480ee883bb Formatting fix for extension methods 2020-09-24 09:06:27 -07:00
Brian Fiete
9895e0a86d Fixed globals lookup inside extensions 2020-09-24 05:12:10 -07:00
Brian Fiete
7f56fecc6c Added warnings for illegal type specifiers 2020-09-24 05:11:49 -07:00
Brian Fiete
3e5c5e402c Fix for iface reflection info referencing abstract methods 2020-09-24 04:47:31 -07:00
Brian Fiete
125f7b85a7 Added ability to put Main method in an anonymous static section 2020-09-22 15:39:14 -07:00
Brian Fiete
9a7bb95107 Support for out variable declarations in mixin arguments 2020-09-22 13:41:18 -07:00
Brian Fiete
f949a02840 Fixed mangling for bind thunks 2020-09-22 10:15:17 -07:00
Brian Fiete
2192305800 Fixed for discriminated unions with attempted initializers 2020-09-22 08:34:16 -07:00
Brian Fiete
fd3265445d Fixes for new out-var rules, unassigned variable detection 2020-09-22 07:44:47 -07:00
Brian Fiete
6878183873 Support for static field exporting 2020-09-21 23:38:50 -07:00
Brian Fiete
989f9e6019 Disallow 'null' for inferred generic argument 2020-09-21 22:46:03 -07:00
Brian Fiete
965e2e2930 Moved scope of 'if (Call(var X))' arguments into the if parent's scope 2020-09-21 17:53:22 -07:00
Brian Fiete
5b8d2ffee2 Improvements to unassigned variable detection 2020-09-21 13:58:00 -07:00
Brian Fiete
da563ee14b Improved errors for generic instantiation 2020-09-21 07:59:33 -07:00
Brian Fiete
2d4cc6d86e Extension check refinements, more extension tests 2020-09-21 07:51:36 -07:00
Brian Fiete
f0a6ec4870 Properly rebuild operatorInfo table 2020-09-20 23:01:15 -07:00
Brian Fiete
c76c19e852 Better handling of merge conflict markers 2020-09-20 22:12:46 -07:00
Brian Fiete
31ac632ea6 Fixed failed var wrapping 2020-09-20 09:35:47 -07:00
Brian Fiete
4765bd9738 this-> fix 2020-09-20 05:38:10 -07:00
Brian Fiete
4571221551 Fixit for adding ctor 2020-09-19 15:36:25 -07:00
Brian Fiete
0794ed8592 Fixed generic type colorization 2020-09-19 10:15:21 -07:00
Brian Fiete
7f9e0c4f5b Support for 'decltype(val).MemberName' expressions 2020-09-19 10:02:51 -07:00
Brian Fiete
adb0bc4b85 Fixed type generic constraint validation 2020-09-19 09:05:33 -07:00
Brian Fiete
e4892af4c9 Added constraint test for casting 2020-09-19 06:41:36 -07:00
Brian Fiete
93f5890d6d Removed static using fixit for generic types 2020-09-19 05:25:48 -07:00
Brian Fiete
76cd052c4a Fixed MethodToString for unspecialized type variations 2020-09-19 05:12:15 -07:00
Brian Fiete
f8175e84a1 Fixed MethodToString issue with missing generic interface method 2020-09-18 17:36:07 -07:00
Brian Fiete
75eeb25555 Refactoring of operator constraints, generic param population 2020-09-18 17:00:33 -07:00
Brian Fiete
0301552d2f Removed MinGW DWARF parsing 2020-09-17 05:57:50 -07:00
Brian Fiete
44c8da4eb3 Fixed CreateValueTypeEqualsMethod 2020-09-17 05:46:47 -07:00
Brian Fiete
378d514d0a Fixed splat MakeCallableTarget 2020-09-17 05:46:38 -07:00
Brian Fiete
1be4c24e45 Error fix for readonly field 2020-09-17 05:22:02 -07:00
Brian Fiete
74bbdbadbf Equality fix 2020-09-17 05:21:38 -07:00
Brian Fiete
8c2352517c Allow delete of interface pointer 2020-09-16 15:56:28 -07:00