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

1200 commits

Author SHA1 Message Date
Brian Fiete
3fb7576bf9 MethodToString improvements 2020-10-08 10:17:03 -07:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
16cd9f7a77 Fixed lambda bind to delegate type with outer generic 2020-10-08 06:45:04 -07:00
Brian Fiete
58370d2c8c Fixed indexer issue with incorrect value type 2020-10-07 12:56:37 -07:00
Brian Fiete
808a4438d7 Address-of immutable is now a warning instead of error, added [NoSplat] 2020-10-07 11:07:10 -07:00
Brian Fiete
2ac478509e Fixed operator precedence issues 2020-10-07 07:47:08 -07:00
Brian Fiete
dbe38df60f Fixed namespace colorization when type name matches namespace 2020-10-06 09:30:25 -07:00
Brian Fiete
1171e6ef64 Made operator precedence match everyone else 2020-10-06 07:38:56 -07:00
Brian Fiete
3b9558a508 Fixed extension method and methodRef infererence issues 2020-10-06 05:37:33 -07:00
Brian Fiete
efa44caee0 Fixed phi with var failure value 2020-10-05 14:54:55 -07:00
Brian Fiete
8647d63806 Fixed go to definition for invocation without opening paren 2020-10-05 14:54:25 -07:00
Brian Fiete
9650e10e88 Operator extension fix 2020-10-02 13:12:34 -07:00
Brian Fiete
d9444cc603 Fixed expression-bodied function with a ref return 2020-10-01 14:35:16 -07:00
Brian Fiete
c58e30e005 Formatting fixes for initializer expressions 2020-09-30 07:39:39 -07:00
Brian Fiete
64af84f0de Failed on attempted deferring of a mixin 2020-09-29 12:24:34 -07:00
Brian Fiete
c28ed988b3 Fixed properties debug evaluation and struct calls 2020-09-29 11:58:07 -07:00
Brian Fiete
a399e383fa Linux fixes 2020-09-29 08:53:36 -07:00
Brian Fiete
b13bee470c Fixed some field var-resolve issues 2020-09-29 05:42:16 -07:00
Brian Fiete
3d4455d1f6 Fixed var decl short circuiting check 2020-09-29 05:19:52 -07:00
Brian Fiete
fc0fcd103f Fixed to tuple name parsing 2020-09-29 05:11:23 -07:00
Brian Fiete
67556c2ff6 Fixed const handling 2020-09-29 04:56:47 -07:00
Brian Fiete
395cac905d Improved tuple member parsing 2020-09-28 18:02:10 -07:00
Brian Fiete
b7f30c798c Fixed enum case check in non-enum type 2020-09-28 13:26:47 -07:00
Brian Fiete
9db256f281 Fixed autocomplete invoke info issue with arguments with binary operator 2020-09-28 13:15:48 -07:00
Brian Fiete
c9b547dc88 Fixed attempted const evaluation of case expression 2020-09-28 12:51:33 -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
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