.. |
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 |
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
|
Comptime reentrancy fixes, deleting rebuild, static field fixes
|
2021-11-26 08:59:46 -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 delegates with lowered return types
|
2021-07-12 07:55:36 -07:00 |
Enums.bf
|
Fixed exhaustive switch case test with const enums
|
2021-10-04 07:50:05 -07:00 |
Expressions.bf
|
Fixed expressions block results where values could cross ScopeHardEnd
|
2021-09-11 07:34:44 -07: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 |
Floats.bf
|
Method instead of mixin
|
2021-07-02 11:21:46 -07:00 |
FuncRefs.bf
|
Allow => funcPtr function binding
|
2020-10-19 15:32:13 -07:00 |
Functions.bf
|
Improved function binding to virtual methods
|
2021-07-05 14:36:39 -07:00 |
Generics.bf
|
Added Linq to automated tests
|
2021-06-28 11:43:24 -07: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
|
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
|
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
|
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
|
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
|
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
|
Added overflow operators &+, &-, &*
|
2021-07-15 06:01:17 -07:00 |
Precedence.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
Program.bf
|
why did i do that revert
|
2021-05-26 21:01:20 +02:00 |
Properties.bf
|
Better fix for direct autprop optimization
|
2021-01-20 08:53:43 -08: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
|
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
|
MemCpy fix for reg composite sret
|
2021-10-25 08:45:34 -07: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 |