1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 07:14:09 +02:00
Beef/IDEHelper/Tests/src
2024-07-23 13:39:16 +02:00
..
Aliases.bf Fixed nested generic type alias type reference 2022-07-16 14:28:18 -04:00
Append.bf Fixed some issues with types with extensions and emitted methods 2022-06-27 12:19:24 -07: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 Fix DoPopulateType_CeCheckEnum 2024-04-28 11:29:49 -04:00
ConstEval.bf Fixed comptime valueless ctor 2022-03-31 11:16:13 -07:00
ConstExprs.bf Expanded const generic params to support structs 2024-02-13 06:12:12 -05: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 Delegate comparison expansion, hashable, == operator 2022-02-15 09:31:23 -05:00
Enums.bf Fixed payload enum switch 'case .A:' after a 'case .A(let value):' 2023-07-24 12:52:23 -07:00
Expressions.bf Added nameof 2022-07-06 12:19:01 -07:00
ExtensionMethods.bf Reworked binary operators and transformability 2020-12-03 07:50:36 -08:00
Extensions.bf Added support for indexer in initializer expression, reeval Add calls 2023-03-17 11:13:41 -07:00
Floats.bf Add ability to get min/max values for generic floating point 2024-02-09 18:52:32 -06:00
FuncRefs.bf Improved extension virtual override 2022-06-28 09:34:46 -07:00
Functions.bf Improved function binding to virtual methods 2021-07-05 14:36:39 -07:00
Generics.bf Added support for indexer in initializer expression, reeval Add calls 2023-03-17 11:13:41 -07:00
Generics2.bf Removed assumption of class on delegate constraint 2022-06-15 11:40:11 -07:00
Globals.bf FixGEP for const geps 2021-01-26 16:53:19 -08:00
Helper.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Indexers.bf Fixed indexer method selection 2022-06-08 10:57:30 -07:00
Initializers.bf Added support for indexer in initializer expression, reeval Add calls 2023-03-17 11:13:41 -07:00
Interfaces.bf Property visibility fixes for default interface methods 2023-01-13 07:01:54 -05: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 Pointer subtraction using stride instead of size 2023-03-01 05:41:20 -05:00
MethodCalls.bf For for 'in' with unqualified dot constructor 2024-07-23 13:39:16 +02:00
MethodSelection.bf Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Mixins.bf Fix generic binding in generic mixins 2022-07-11 09:03:28 -04:00
Nullable.bf Fixed nullable null coalescing short circuiting 2022-08-03 07:54:35 -07: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
Operators.bf Fixed 'vec += .(1, 2)' case 2024-03-20 16:03:12 -04: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 Hide internal generated methods from reflection, fix ctor/dtor names 2023-10-10 13:20:35 -07: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 Fallthrough fixes for destructuring and allHadReturns 2021-06-19 09:29:36 -07: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 Initial checkin 2019-08-23 11:56:54 -07:00
Unions.bf Fixed ExtractValue for splat unions 2022-09-10 10:25:45 -07:00
UsingField.bf Added 'using' fields 2022-07-10 07:50:08 -04: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