1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDEHelper/Tests/src
2022-04-16 07:45:20 -07: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 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 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 Compiler.Assert to Runtime.Assert 2022-04-16 07:45:20 -07:00
ConstEval.bf Fixed comptime valueless ctor 2022-03-31 11:16:13 -07:00
ConstExprs.bf Fixed const expr canonicalization and negative value issues 2021-12-31 07:56:57 -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 premature enum finalization during cast 2022-02-12 14:21:52 -05:00
Expressions.bf Fixed expression parsing issue from recent generic parsing change 2022-02-08 11:26:24 -05:00
ExtensionMethods.bf Reworked binary operators and transformability 2020-12-03 07:50:36 -08:00
Extensions.bf Fixed erroneous 'this' ctor assignment detection in struct extensions 2022-02-13 07:41:31 -05:00
Floats.bf Method instead of mixin 2021-07-02 11:21:46 -07:00
FuncRefs.bf Capture test for valueless lambda inside valueless lambda 2021-12-31 12:44:56 -05:00
Functions.bf Improved function binding to virtual methods 2021-07-05 14:36:39 -07:00
Generics.bf Overhaul generic type reference lookup 2022-02-22 17:58:45 -08:00
Generics2.bf undef instead of fakeVal in const variation, fix typeAlias generic 2022-01-22 06:45:10 -05: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 Support for 'params' in indexer 2021-11-15 15:01:48 -08:00
Initializers.bf Initializer expressions 2020-06-18 06:12:14 -07:00
Interfaces.bf Merged comptime reflection info into normal reflection data types 2022-02-12 08:05:47 -05:00
Interop.bf Made 'in' mangle as 'const&' 2021-01-28 05:41:34 -08:00
Ints.bf Fix for signed numeric cast with immediate 2021-06-23 08:39:12 -07: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 Reversed test 2021-10-26 10:33:08 -07:00
MethodCalls.bf Composite copy tests 2022-02-04 10:29:42 -05:00
MethodSelection.bf Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Mixins.bf Changed mixin circular reference detection 2021-08-02 10:42:53 -07: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 Check operator overloads for assignments on properties 2022-02-14 16:07:11 -05: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 Direct auto-prop inc/dec fix 2022-03-31 08:26:23 -07:00
Reflection.bf Support for passing Type to attributes 2021-11-02 11:32:06 -07:00
Reflection2.bf Fixed comptime emission for enums 2021-11-24 13:27:39 -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 32-bit c_wchar improvements 2022-02-13 07:57:55 -05:00
StructInit.bf Fixed some struct-init-detection code 2020-04-11 07:32:40 -07:00
Structs.bf Allow '[Align(X)]' on fields. Support '[Packed(X)]' 2022-02-06 10:49:35 -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 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