.. |
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
|
Fixed some alignment differences between LLVM and BeefBE
|
2020-04-03 10:34:26 -07:00 |
Boxing.bf
|
New tests
|
2020-01-31 16:09:35 -08:00 |
Constraints.bf
|
More tests for generic constraints and mixins
|
2020-06-03 12:08:37 -07:00 |
Defaults.bf
|
Test fix
|
2020-05-07 16:30:00 -07:00 |
Delegates.bf
|
Fixed params expression with ref values
|
2020-05-19 09:42:11 -07:00 |
Enums.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
ExtensionMethods.bf
|
Added extension methods
|
2020-06-03 05:22:11 -07:00 |
Extensions.bf
|
Fixed generic inner type alias with type extensions
|
2020-06-23 11:54:28 -07:00 |
FuncRefs.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
Functions.bf
|
Added proper support for explicit 'this' in functions
|
2020-07-10 06:40:24 -07:00 |
Generics.bf
|
Added reflection category to distinct build options (wip)
|
2020-07-11 16:24:07 -07:00 |
Globals.bf
|
Fixed issues with global var addresses in const arrays
|
2020-07-13 08:51:02 -07:00 |
Helper.bf
|
Renamed System.Collections.Generic to System.Collections
|
2020-04-29 06:40:03 -07:00 |
Indexers.bf
|
Fixed virtual indexers
|
2020-05-13 16:28:42 -07:00 |
Initializers.bf
|
Initializer expressions
|
2020-06-18 06:12:14 -07:00 |
Interfaces.bf
|
Improvements to interfaces: extensions, better generics, statics
|
2020-05-27 09:46:09 -07:00 |
Interop.bf
|
Fixed Linux interop issue
|
2020-07-15 06:28:41 -07:00 |
Ints.bf
|
New tests
|
2020-01-31 16:09:35 -08:00 |
Lambdas.bf
|
Fixed StructRet issues with delegates and lambdas
|
2020-05-13 07:43:59 -07:00 |
LocalFunctions.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
MethodSelection.bf
|
Tests for new visibility rules
|
2020-07-01 12:06:51 -07:00 |
Mixins.bf
|
More tests for generic constraints and mixins
|
2020-06-03 12:08:37 -07:00 |
Nullable.bf
|
Nullable fixes with !=
|
2020-05-19 12:27:26 -07:00 |
NullConditional.bf
|
Nullable fixes with !=
|
2020-05-19 12:27:26 -07:00 |
Objects.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
Operators.bf
|
Fixed tuple equality check
|
2020-06-18 06:33:33 -07:00 |
Precedence.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
Properties.bf
|
Test fix
|
2020-05-08 16:35:05 -07:00 |
Reflection.bf
|
Reflection fixes
|
2020-07-06 12:26:06 -07:00 |
Scopes.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
SizedArrays.bf
|
Added [?] implied size for sized arrays with initializers
|
2020-06-13 08:36:39 -07:00 |
Spaceship.bf
|
Improved spaceship- const evaluation, subtraction optimization
|
2020-02-23 07:41:06 -08:00 |
StructInit.bf
|
Fixed some struct-init-detection code
|
2020-04-11 07:32:40 -07:00 |
Structs.bf
|
Fixed packing issue, made Packed infer Ordered
|
2020-03-14 12:33:34 -07:00 |
TrackedAlloc.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
Tuples.bf
|
Initializer expressions
|
2020-06-18 06:12:14 -07:00 |
TypeLookup.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
Unions.bf
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
UsingStatic.bf
|
Added ability to lookup types with 'using static'
|
2020-07-07 10:46:53 -07:00 |
VarArgs.bf
|
Fixed varargs and tuple building
|
2020-02-11 08:37:52 -08:00 |
Virtuals.bf
|
Fixed virtuals defaults issue, added virtuals test
|
2020-02-21 06:08:59 -08:00 |