1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Beef/IDEHelper/Tests/src
2025-03-22 15:34:59 -04:00
..
Aliases.bf Fixed nested generic type alias type reference 2022-07-16 14:28:18 -04:00
Anonymous.bf Fixed IsInitializerStatement with indexed Add initializer 2025-01-08 07:16:02 -08:00
Append.bf Reworked static append fields 2025-01-24 06:14:46 -08:00
Arrays.bf Added expected type (int) for indexer expressions with ptrs/sized arrays 2021-10-04 09:53:29 -07:00
Bitfields.bf Fixed static bitfields 2022-02-11 09:44:41 -05:00
Boxing.bf Fixed boxing in cast in ternary expression 2022-08-01 08:25:07 -04:00
Cascades.bf Fixed argument cascades with ReturnValueDiscarded 2021-01-02 08:51:04 -08:00
Comptime.bf Fixed comptime static local variables 2025-03-13 08:08:44 -04:00
ConstEval.bf Fixed comptime valueless ctor 2022-03-31 11:16:13 -07:00
ConstExprs.bf Improved const handling of char8* 2025-02-23 14:09:33 -08:00
Constraints.bf Fixed some constraint lookups 2022-01-11 12:02:23 -05:00
Defaults.bf Test fix 2020-05-07 16:30:00 -07:00
Delegates.bf Added ability to dynamically cast delegates with compatible signatures 2025-03-22 15:34:59 -04:00
Enums.bf Fixed enum tests 2025-03-17 13:05:38 -04:00
Expressions.bf Added nameof 2022-07-06 12:19:01 -07:00
ExtensionMethods.bf Fixed 'ref' and 'in' this parameter for extension methods 2025-01-17 17:32:25 -08:00
Extensions.bf Added support for indexer in initializer expression, reeval Add calls 2023-03-17 11:13:41 -07:00
Floats.bf Fixes NaN comparisons 2024-10-16 13:25:17 -04:00
FuncRefs.bf Properly use method generic arguments from methodrefs 2025-02-01 12:19:49 -08:00
Functions.bf Fixed deferred function call 2025-03-08 11:02:07 -08:00
Generics.bf Improved pointer generic constraints 2025-03-21 11:37:26 -04:00
Generics2.bf Better handling of extern generic constraints 2025-01-15 11:25:51 -08:00
Globals.bf PopulateGlobalContainersList activeTypeDef fix 2025-01-08 10:35:53 -08:00
Helper.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Indexers.bf Fixed explicit interface indexer 2024-11-20 14:05:42 -05:00
Initializers.bf Added support for indexer in initializer expression, reeval Add calls 2023-03-17 11:13:41 -07:00
Interfaces.bf Fixed wrappable props and fixed fixed generic binding in MemberRefExpr 2025-02-15 17:53:13 -08:00
Interop.bf Improved boxed value support in attribute data 2023-10-10 10:36:04 -07:00
Ints.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Lambdas.bf Fixed lambda capture of shadows variables 2020-09-01 15:57:08 -07:00
LocalFunctions.bf Improved variable assignment detection in local methods 2022-07-30 17:12:52 -04:00
Loops.bf Fixed do/while detection 2025-02-23 06:59:30 -08:00
MethodCalls.bf Allow (.) inferred type cast inside ref and * unary operations 2024-12-02 13:53:36 -05:00
MethodSelection.bf Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Mixins.bf GetActiveTypeDef mixin issue in GetActiveTypeGenericParamInstances 2025-01-31 07:34:06 -08:00
Nullable.bf 'not case' expression, case variable scope change 2025-02-22 09:56:39 -08:00
NullConditional.bf Nullable fixes with != 2020-05-19 12:27:26 -07:00
Numerics.bf Improved numeric handling on types with numeric conversion ops 2022-05-15 17:56:39 -07:00
Objects.bf Fixes for type initializer blocks 2020-12-07 10:58:02 -08:00
Opaques.bf Opaque calling issue 2025-02-15 12:58:23 -08:00
Operators.bf Fixed 'vec += .(1, 2)' case 2024-03-20 16:03:12 -04:00
Params.bf 32-bit fix 2025-02-18 08:05:46 -08:00
Precedence.bf Initial checkin 2019-08-23 11:56:54 -07:00
Program.bf Added scroll keybindings 2022-01-07 20:24:23 +01:00
Properties.bf Fixed LoadProperty for struct pointers 2023-06-28 16:21:37 -04:00
Reflection.bf Wasm calling convention fixes. IDEHelper/Tests runs on wasm now. 2024-10-25 11:20:01 -04:00
Reflection2.bf Fixed comptime emission for enums 2021-11-24 13:27:39 -08:00
Scopes.bf Defer fix for typed primitive/valueless target 2023-01-23 06:56:05 -05:00
SizedArrays.bf Support for operators with ref parameters, sized array->span 2021-01-26 11:06:17 -08:00
Spaceship.bf Improved spaceship- const evaluation, subtraction optimization 2020-02-23 07:41:06 -08:00
Strings.bf Improved string-to-sized-array casts and initializations 2022-09-05 06:28:23 -07:00
StructInit.bf Fixed some struct-init-detection code 2020-04-11 07:32:40 -07:00
Structs.bf Pointer subtraction using stride instead of size 2023-03-01 05:41:20 -05:00
Switches.bf 'not case' expression, case variable scope change 2025-02-22 09:56:39 -08:00
TrackedAlloc.bf Initial checkin 2019-08-23 11:56:54 -07:00
Tuples.bf More tests 2020-08-16 08:31:26 -07:00
TypeLookup.bf Fixed lookup for inner type declared in a generic base class 2024-09-09 11:18:36 -04:00
Unions.bf Fixed ExtractValue for splat unions 2022-09-10 10:25:45 -07:00
UsingField.bf Allow anonymous 'using' fields 2025-01-05 08:55:17 -08:00
UsingStatic.bf Added ability to lookup types with 'using static' 2020-07-07 10:46:53 -07:00
VarArgs.bf varargs fixes 2021-01-22 13:20:17 -08:00
Virtuals.bf Fixed virtuals defaults issue, added virtuals test 2020-02-21 06:08:59 -08:00