Brian Fiete
|
6b0b7b29df
|
Add CE files
|
2022-03-16 15:41:19 -07:00 |
|
Brian Fiete
|
d9cddda71b
|
Updated DbgVis to support comptime debugging
|
2022-03-16 15:40:54 -07:00 |
|
Brian Fiete
|
fd9fa3ad89
|
Reflection protection properties
|
2022-03-16 15:40:27 -07:00 |
|
Brian Fiete
|
b334423106
|
Fleshing out comptime debugging
|
2022-03-15 16:33:30 -07:00 |
|
Brian Fiete
|
ff2e40e3bf
|
Comptime debugging
|
2022-03-08 06:27:06 -08:00 |
|
Brian Fiete
|
bbb97d1490
|
Comptime compat
|
2022-03-08 06:23:24 -08:00 |
|
disarray2077
|
6a4b652721
|
Fix CustomAttributeEnumerator
|
2022-03-04 14:25:04 -03:00 |
|
disarray2077
|
9f441ed8f7
|
Add AllocOwned to Variant
|
2022-03-04 13:50:34 -03:00 |
|
disarray2077
|
e4e5933ec9
|
Improve ConvertTo Variant
|
2022-03-04 11:42:10 -03:00 |
|
disarray2077
|
5b75bc1ecc
|
Increase StaticInitPriority of FFIType
|
2022-03-03 22:40:21 -03:00 |
|
Brian Fiete
|
1223395a01
|
Handle attributed identifiers
|
2022-03-03 12:56:10 -08:00 |
|
Brian Fiete
|
b364760105
|
Fixed reflection of generic attributes
|
2022-03-03 12:55:56 -08:00 |
|
Brian Fiete
|
b1a772e652
|
Fixed spacing for line numbers
|
2022-03-03 11:18:15 -08:00 |
|
Brian Fiete
|
db8a1b6367
|
Comptime mid-compile rebuild guard
|
2022-03-03 10:55:38 -08:00 |
|
Brian Fiete
|
c3f7a996e0
|
Improved platform/config rename and delete
|
2022-03-03 09:53:19 -08:00 |
|
Brian Fiete
|
20a932f5a7
|
Fixed theme image merging issue with missing elements
|
2022-03-03 06:46:06 -08:00 |
|
Brian Fiete
|
85acdda2b4
|
Fixed invalid collapse comment batching
|
2022-03-02 17:26:44 -08:00 |
|
Brian Fiete
|
4d73c90dab
|
Fixed IdSpan.LookupContext
|
2022-03-02 17:16:02 -08:00 |
|
Brian Fiete
|
9b7fc5564e
|
Improved collapsing anchor/start logic
|
2022-03-02 16:42:12 -08:00 |
|
Brian Fiete
|
1573a522ca
|
Fixed field dtor with multi-field declaration
|
2022-03-02 16:39:46 -08:00 |
|
Brian Fiete
|
93bae8818f
|
Improve #if collapse
|
2022-03-02 12:33:03 -08:00 |
|
Brian Fiete
|
6fe9c97649
|
Improved #region collapse behavior
|
2022-03-02 12:10:16 -08:00 |
|
Brian Fiete
|
5fc95f8f07
|
Improved display of anchorless collapses
|
2022-03-02 10:49:29 -08:00 |
|
Brian Fiete
|
4df1254743
|
Offer to close temp files after closing dump file
|
2022-03-02 10:33:48 -08:00 |
|
Brian Fiete
|
13eee411a9
|
Fix GetResultString null crash
|
2022-03-02 09:59:11 -08:00 |
|
Brian Fiete
|
e11c4aa0fe
|
Fixed string gv to stringId
|
2022-03-02 09:51:28 -08:00 |
|
Brian Fiete
|
16f307f7ca
|
Check both LOCAL_MACHINE and CURRENT_USER for fonts
|
2022-03-02 09:47:46 -08:00 |
|
Brian Fiete
|
afa98e40b6
|
Fix conversion from primitives to nullables
|
2022-03-02 09:09:06 -08:00 |
|
Brian Fiete
|
1c05905058
|
Handle while collapse
|
2022-03-02 07:53:18 -08:00 |
|
Brian Fiete
|
080dadb24b
|
SetConsoleOutputCP(CP_UTF8)
|
2022-03-02 07:38:29 -08:00 |
|
Brian Fiete
|
8d6a29c16a
|
Fixed globalVar flag handling in const resolve
|
2022-03-01 14:11:11 -08:00 |
|
Brian Fiete
|
28a03fcc4b
|
Fixed recursive debug value alias issue
|
2022-03-01 14:02:31 -08:00 |
|
Brian Fiete
|
cb037979e9
|
Fixed position of execution arrow
|
2022-03-01 13:28:09 -08:00 |
|
Brian Fiete
|
22b1ea6aab
|
Fixed scope of nullable data
|
2022-03-01 13:19:57 -08:00 |
|
Brian Fiete
|
b9b35ef92d
|
'y' check for collapse hierarchy
|
2022-03-01 13:01:10 -08:00 |
|
Brian Fiete
|
70adbbaa9f
|
Added reference string to queued execution
|
2022-03-01 12:57:22 -08:00 |
|
Brian Fiete
|
b438f2166d
|
Fixed extension method override error check
|
2022-03-01 12:05:10 -08:00 |
|
Brian Fiete
|
9d9cd528da
|
Added error for conflicting extension override methods
|
2022-03-01 11:53:39 -08:00 |
|
Brian Fiete
|
bc46807003
|
Improved reflection method invocation argument handling
|
2022-03-01 11:12:07 -08:00 |
|
Brian Fiete
|
fa3b69e0c7
|
Fixes collapse case where anchorLine==startLine, and anchorLine==endLine
|
2022-03-01 10:49:12 -08:00 |
|
Brian Fiete
|
f0ff0d3630
|
Improved null handling in reflected method invocation
|
2022-03-01 10:37:13 -08:00 |
|
Brian Fiete
|
7a227ee7a4
|
Merge pull request #1471 from disarray2077/patch-3
Correctly handle null in `Write`/`WriteLine`
|
2022-03-01 18:54:21 +01:00 |
|
Brian Fiete
|
dcdc6c22e1
|
Merge pull request #1473 from disarray2077/patch-5
Fix error handling in `Version.Parse`
|
2022-03-01 18:54:10 +01:00 |
|
Brian Fiete
|
78db623377
|
Merge pull request #1474 from disarray2077/gca
Add `GetCustomAttributes` and `GetCustomAttributes<T>`
|
2022-03-01 18:53:59 +01:00 |
|
Brian Fiete
|
f9d173ea65
|
Merge pull request #1481 from aharabada/master
Fixed negating floats during comptime
|
2022-03-01 18:53:40 +01:00 |
|
Brian Fiete
|
5e810d4e8b
|
Merge pull request #1480 from disarray2077/patch-6
Fix `Dictionary<T>.ValueEnumerator.Key`
|
2022-03-01 18:53:26 +01:00 |
|
Brian Fiete
|
ce8d2e7d0d
|
Fixed ref auto-prop mut error
|
2022-03-01 09:51:23 -08:00 |
|
Brian Fiete
|
06f4eb9576
|
Improvements to auto-impl properties
|
2022-03-01 09:49:02 -08:00 |
|
Simon Lübeß
|
da08966884
|
Fixed unary minus operator
|
2022-03-01 17:36:05 +01:00 |
|
Brian Fiete
|
36e0a3a375
|
Fixed thread safety issue
|
2022-03-01 06:11:39 -08:00 |
|