Brian Fiete
|
faebf0af06
Fixed for Hunty
|
2 周之前 |
Brian Fiete
|
6fcecfdb78
Throw an error when attempting to constrain to multiple primitive types
|
1 月之前 |
Brian Fiete
|
5b18e380a5
Fixed generic assignment operators (ie +=)
|
1 月之前 |
Brian Fiete
|
192c9d8f33
Fixed some nullable splat cases
|
2 月之前 |
Brian Fiete
|
958a1630aa
Added support for global:: lookups
|
2 月之前 |
Brian Fiete
|
81aaefff0c
Comptime EmitReturn PopulateType fix
|
2 月之前 |
Brian Fiete
|
95a9c7aa8e
Fixed allocFlag handling in Dbg_ObjectCreatedEx and Dbg_ObjectAllocatedEx
|
2 月之前 |
Brian Fiete
|
01ba9507c0
Improved protection checks of inner type
|
2 月之前 |
Brian Fiete
|
7864304d9e
mTypeOptionsIdx fix during comptime with TypeDeclaration.ResolvedType
|
2 月之前 |
Brian Fiete
|
37f72cd3b6
Added ability to dynamically cast delegates with compatible signatures
|
4 月之前 |
Brian Fiete
|
c25f750bd5
More deleted type improvements
|
4 月之前 |
Brian Fiete
|
a240acc674
Fixed parameter error with failed inline const constraint
|
4 月之前 |
Brian Fiete
|
195463cb77
Improved pointer generic constraints
|
4 月之前 |
Brian Fiete
|
4693290c1d
Merge pull request #2189 from Fusioon/fix-#1865
|
4 月之前 |
Brian Fiete
|
bc9ad74a46
Added in missing argument flags in delegate thunks
|
4 月之前 |
Brian Fiete
|
8d2cbb7055
aarch64 lowered return type fix for delegates
|
4 月之前 |
Brian Fiete
|
8e8a28b23e
HasFlag behavior change
|
4 月之前 |
Simon Lübeß
|
8095ddaa66
Fixed generated methods for enums with CRepr
|
4 月之前 |
Fusioon
|
a0827cd4bf
Better interface method matching when names match
|
4 月之前 |
Brian Fiete
|
11ccb876a3
Made 'faked' static reference undef so it's not detected as constant
|
4 月之前 |
Brian Fiete
|
be0733d37c
Fixed deferred function call
|
4 月之前 |
Brian Fiete
|
ff7a9896cd
FinishInit check in CreateFunctionFrom
|
4 月之前 |
Brian Fiete
|
cfc7555659
Linux CRepr 'this' fix
|
4 月之前 |
Brian Fiete
|
445fc0e982
Warn on 'this Foo*', make [CRepr] always pass 'this' as address
|
4 月之前 |
Brian Fiete
|
cfd2bab9fb
Improvements to method instance mIsIntrinsic handling
|
5 月之前 |
Brian Fiete
|
1805316b70
Fixed initializer blocks on valueless structs
|
5 月之前 |
Brian Fiete
|
c495d4434a
Fixed `var ref` on out for pointers
|
5 月之前 |
Brian Fiete
|
7f3b3f2e09
Improved const handling of char8*
|
5 月之前 |
Brian Fiete
|
b075f8dbf3
Fixed 'var ref' for case expr out vars
|
5 月之前 |
Brian Fiete
|
35739e7293
Fixed out variable lifetimes, further unified out var for case+method
|
5 月之前 |