.. |
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
|
Improved SDL platform support, 'ar' lib reworking
|
2022-11-07 09:57:27 -08: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 test
|
2022-06-24 07:08:05 -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
|
Method instead of mixin
|
2021-07-02 11:21:46 -07: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
|
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
|
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
|
Named arguments
|
2022-06-24 18:41:54 -07: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 assignment operator RHS conversion issue
|
2022-08-03 08:16:41 -07: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
|
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 |