Brian Fiete
|
cafbcd30dc
|
Fixed ExtractValue for splat unions
|
2022-09-10 10:25:45 -07:00 |
|
Brian Fiete
|
47732ae09c
|
Fixed debug loc issue with line=0 col>0
|
2022-09-10 09:11:59 -07:00 |
|
Brian Fiete
|
f6c49b1084
|
Fixed range type population issue
|
2022-09-08 17:07:48 -07:00 |
|
Brian Fiete
|
5490af4690
|
Fixed named param autocomplete crash
|
2022-09-05 09:40:49 -07:00 |
|
Brian Fiete
|
03c56b42c9
|
Better union field loading
|
2022-09-05 08:36:57 -07:00 |
|
Brian Fiete
|
d2356a0582
|
Fixed union lookup
|
2022-09-05 08:13:41 -07:00 |
|
Brian Fiete
|
519ccfe969
|
Fixed data cycle issue, 'using' union field lookup
|
2022-09-05 07:58:33 -07:00 |
|
Brian Fiete
|
c6f2798db7
|
Improved string-to-sized-array casts and initializations
|
2022-09-05 06:28:23 -07:00 |
|
Brian Fiete
|
1320b495d2
|
Fixed CheckSkipCall
|
2022-09-05 05:46:57 -07:00 |
|
Brian Fiete
|
c65fd5711d
|
Clear variable declarations inside deferredParamValues (ie skipCall)
|
2022-09-05 05:34:24 -07:00 |
|
Brian Fiete
|
2b7d0284f7
|
ConstantToCurrent span fix
|
2022-08-28 11:52:04 -07:00 |
|
Brian Fiete
|
cc3fe5e40c
|
Allow FlexibleArray with union array data
|
2022-08-28 10:48:56 -07:00 |
|
Brian Fiete
|
8aef7275d0
|
Added Compiler.Align
|
2022-08-28 07:41:35 -07:00 |
|
Brian Fiete
|
0b162c0ebd
|
Properly set ignoreWrites before restoring active function
|
2022-08-27 11:33:24 -07:00 |
|
Brian Fiete
|
8c15c3c627
|
CheckErrorAttributes signature change
|
2022-08-27 09:24:20 -07:00 |
|
Brian Fiete
|
86a80f4d18
|
Fixed append ctors in classes with emissions
|
2022-08-27 09:23:53 -07:00 |
|
Brian Fiete
|
f8f95e9de3
|
Allow warn/error attribute on fields
|
2022-08-27 09:23:31 -07:00 |
|
Brian Fiete
|
311cdaece1
|
COFF debugging
|
2022-08-26 10:40:40 -07:00 |
|
Brian Fiete
|
2b7c80282b
|
Remove invalid ignoreWrites
|
2022-08-26 07:14:13 -07:00 |
|
Brian Fiete
|
2f6484894e
|
Fixed HotTypeVersion base type dependency
|
2022-08-26 07:08:57 -07:00 |
|
Brian Fiete
|
9062662ffb
|
Properly return undef const for let case in GetLiteral
|
2022-08-26 06:26:34 -07:00 |
|
Brian Fiete
|
c04d240210
|
Handle methodGenericArg dep for IsSpecializedByAutoCompleteMethod
|
2022-08-26 06:02:07 -07:00 |
|
Brian Fiete
|
04f7ee4d2d
|
Fixed crash renaming mixins
|
2022-08-25 12:01:13 -07:00 |
|
Brian Fiete
|
cc3837ee49
|
Fixed interface method slotting issues
|
2022-08-25 11:44:55 -07:00 |
|
Brian Fiete
|
a587e6249e
|
Added named parameters to autocomplete
|
2022-08-25 07:47:33 -07:00 |
|
Brian Fiete
|
7406780f57
|
Improved namespace search in emitted members in types with extensions
|
2022-08-25 07:46:37 -07:00 |
|
Brian Fiete
|
15fd1b5f3f
|
Disallow initializers in anonymous delegate type references
|
2022-08-24 17:20:55 -07:00 |
|
Brian Fiete
|
f9d5b58102
|
Fix unions with base types
|
2022-08-24 16:54:22 -07:00 |
|
Brian Fiete
|
e6cbf0509b
|
Improved stepping with deferred call processor
|
2022-08-24 15:44:19 -07:00 |
|
Brian Fiete
|
acb644830c
|
Fixed split deferred call processor
|
2022-08-24 14:49:05 -07:00 |
|
Brian Fiete
|
e09b701e9f
|
Fixed named parameters in extension methods
|
2022-08-24 08:32:19 -07:00 |
|
Brian Fiete
|
be0c4e5d88
|
Fixed null methodDef selection in failed attribute
|
2022-08-23 12:55:11 -07:00 |
|
Brian Fiete
|
f520932516
|
Const generic param method selector fix
|
2022-08-23 12:39:26 -07:00 |
|
Brian Fiete
|
77a99bdacc
|
Sized array .InitAll elemented initializer
|
2022-08-23 12:07:02 -07:00 |
|
MineGame159
|
46fbca7668
|
Add BfParser_GetIndexAtLine
|
2022-08-23 20:00:48 +02:00 |
|
MineGame159
|
24b03fa5aa
|
Merge branch 'master' into idehelper-changes
|
2022-08-23 19:56:42 +02:00 |
|
Brian Fiete
|
ebcaffbae9
|
Bookmark panel tweaks
|
2022-08-23 10:45:57 -07:00 |
|
MineGame159
|
852d11c6c3
|
Add BfParser_GetLineCharAtIdx, include fields in document symbols and optionally include location in type defs
|
2022-08-23 19:13:15 +02:00 |
|
disarray2077
|
528d5ffb78
|
Fix crash in BfCompiler
|
2022-08-17 14:46:24 -03:00 |
|
Brian Fiete
|
0907bd1f52
|
Fixed splat aggregation issue in nullable null coalescing
|
2022-08-03 08:56:40 -07:00 |
|
Brian Fiete
|
5d14e714c2
|
Fixed invalid ref-to-non-ref implicit cast in foreach
|
2022-08-03 08:53:52 -07:00 |
|
Brian Fiete
|
ca83467e1b
|
Fixed assertion in generic AllowAppend ctor
|
2022-08-03 08:38:04 -07:00 |
|
Brian Fiete
|
052edbcb8d
|
Fixed assignment operator RHS conversion issue
|
2022-08-03 08:16:41 -07:00 |
|
Brian Fiete
|
e6352571c1
|
Fixed nullable null coalescing short circuiting
|
2022-08-03 07:54:35 -07:00 |
|
Brian Fiete
|
0bedd77f0a
|
WIP nullable fix
|
2022-08-01 14:46:25 -04:00 |
|
Brian Fiete
|
b12ceeb625
|
Fixit for expanding auto constructor
|
2022-08-01 10:47:17 -04:00 |
|
Brian Fiete
|
a23406d9dd
|
Fixed boxing in cast in ternary expression
|
2022-08-01 08:25:07 -04:00 |
|
Brian Fiete
|
39595bf387
|
DLA null check fix
|
2022-08-01 08:06:58 -04:00 |
|
Brian Fiete
|
3739020504
|
Improved variable assignment detection in local methods
|
2022-07-30 17:12:52 -04:00 |
|
Brian Fiete
|
b5b72df36a
|
Improvements to Win32 'using' field debugging
|
2022-07-30 11:05:03 -04:00 |
|