1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00
Beef/IDEHelper/Tests/src
2021-02-26 07:12:16 -08:00
..
Aliases.bf Refactored generic type instances to be a BfGenericTypeInfo member 2020-06-05 07:01:58 -07:00
Append.bf Initial checkin 2019-08-23 11:56:54 -07:00
Arrays.bf Better array size fix with missing commas 2020-10-12 10:22:42 -07:00
Boxing.bf Extra tests for interface invoking and dynamic boxing 2020-09-14 11:17:35 -07:00
Cascades.bf Fixed argument cascades with ReturnValueDiscarded 2021-01-02 08:51:04 -08:00
Comptime.bf Lost changes 2021-02-25 10:14:22 -08:00
ConstEval.bf Fixed comptime with local mixin with composite param access 2021-02-26 07:12:16 -08:00
ConstExprs.bf Test fix 2020-09-28 12:45:56 -07:00
Constraints.bf Improved extern type constraints 2020-08-10 13:29:05 -07:00
Defaults.bf Test fix 2020-05-07 16:30:00 -07:00
Delegates.bf Fixed deferred handling of delegate binds in binary operations 2021-01-22 13:25:37 -08:00
Enums.bf Added support for some constant enums with payloads 2021-02-01 11:19:50 -08:00
ExtensionMethods.bf Reworked binary operators and transformability 2020-12-03 07:50:36 -08:00
Extensions.bf Lost changes 2021-02-25 10:14:22 -08:00
FuncRefs.bf Allow => funcPtr function binding 2020-10-19 15:32:13 -07:00
Functions.bf Reworked functions with explicit 'this' 2020-09-11 10:33:16 -07:00
Generics.bf Fixed genericParam->genericParam cast check, IgnoreError constraint fail 2021-01-31 08:06:47 -08:00
Generics2.bf Lost changes 2021-02-25 10:14:22 -08: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 reification issues, mut-vs-imut method mangling 2020-10-22 17:25:19 -07:00
Initializers.bf Initializer expressions 2020-06-18 06:12:14 -07:00
Interfaces.bf Fixed constrained property lookups 2021-01-19 10:40:38 -08:00
Interop.bf Made 'in' mangle as 'const&' 2021-01-28 05:41:34 -08:00
Ints.bf New tests 2020-01-31 16:09:35 -08:00
Lambdas.bf Fixed lambda capture of shadows variables 2020-09-01 15:57:08 -07:00
LocalFunctions.bf Fixed issue with local methods in generic types 2020-09-27 23:07:29 -07:00
Loops.bf Fixed zero-sized sized array loop issues 2021-01-19 05:40:57 -08:00
MethodCalls.bf Splat fixes 2020-09-14 07:37:42 -07:00
MethodSelection.bf Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Mixins.bf Fixed issue with non-static mixin usage inside a lambda 2020-11-06 09:48:39 -08:00
Nullable.bf Fixed operator constraint checking with generic operators 2021-01-20 11:23:28 -08:00
NullConditional.bf Nullable fixes with != 2020-05-19 12:27:26 -07:00
Numerics.bf Start of SIMD support 2020-08-23 05:42:42 -07:00
Objects.bf Fixes for type initializer blocks 2020-12-07 10:58:02 -08:00
Operators.bf Support for operators with ref parameters, sized array->span 2021-01-26 11:06:17 -08:00
Precedence.bf Initial checkin 2019-08-23 11:56:54 -07:00
Program.bf Reification test 2020-10-24 15:50:06 -07:00
Properties.bf Better fix for direct autprop optimization 2021-01-20 08:53:43 -08:00
Reflection.bf Lost changes 2021-02-25 10:14:22 -08:00
Scopes.bf Initial checkin 2019-08-23 11:56:54 -07: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 String interpolation 2020-11-11 05:46:52 -08:00
StructInit.bf Fixed some struct-init-detection code 2020-04-11 07:32:40 -07:00
Structs.bf Added auto-constructors (ie: 'struct Vec : this(float x, float y);') 2021-01-02 12:54:05 -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 Initial checkin 2019-08-23 11:56:54 -07:00
Unions.bf Added union assignment test 2020-07-18 06:47:47 -07: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