Brian Fiete
|
2025f0619d
|
Relaxed inlining assert
|
2022-06-01 11:01:13 -07:00 |
|
Brian Fiete
|
d4c2e58063
|
Relaxed field accessibility check in specialized sections
|
2022-06-01 11:01:03 -07:00 |
|
Brian Fiete
|
1360afbea1
|
Improved cross-project emit markers
|
2022-06-01 11:00:33 -07:00 |
|
Brian Fiete
|
eb59434e67
|
Fixed unique specialized emit markers
|
2022-05-31 11:43:21 -07:00 |
|
Brian Fiete
|
cee266d6e6
|
Unspec variation base fix, debugger default params, debug enum type
|
2022-05-31 11:01:26 -07:00 |
|
Brian Fiete
|
c076c7d3a6
|
Fully qualified type name for callstack view
|
2022-05-30 18:13:38 -07:00 |
|
Brian Fiete
|
3c081fc2fb
|
Fixed large-update logic
|
2022-05-30 18:07:29 -07:00 |
|
Brian Fiete
|
a086de3d8e
|
Improved error handling in Compiler.Emit
|
2022-05-30 17:39:21 -07:00 |
|
Brian Fiete
|
f29a74888c
|
Improved callstack handling with inlined methods
|
2022-05-30 15:43:49 -07:00 |
|
Brian Fiete
|
75333a0928
|
Improved circular mixin check, isconst(expr), [ConstSkip]
|
2022-05-30 11:40:49 -07:00 |
|
Brian Fiete
|
cab9b3d9c7
|
Fixed CheckLockYield while using StackHelper thread
|
2022-05-30 11:38:09 -07:00 |
|
Brian Fiete
|
eaed87e1b7
|
Fixed IsReadOnly
|
2022-05-30 10:45:00 -07:00 |
|
Brian Fiete
|
1311c8fa09
|
Merge pull request #1578 from disarray2077/patch-12
Allow appending Object to String
|
2022-05-30 06:21:10 -07:00 |
|
Brian Fiete
|
996377909f
|
Added IsReadOnly to FieldInfo and MethodInfo
|
2022-05-30 06:20:47 -07:00 |
|
disarray2077
|
d77e1b5650
|
Allow appending object to String
|
2022-05-29 20:55:42 -03:00 |
|
Brian Fiete
|
c080f1cbb1
|
Fixed moreinfo hover crash with no source location
|
2022-05-29 12:07:47 -07:00 |
|
Brian Fiete
|
087a129007
|
Improved cwd handling in comptime, generator file/folder edit
|
2022-05-27 12:20:11 -07:00 |
|
Brian Fiete
|
49716559e4
|
addr==0 check on memcache in debugger
|
2022-05-27 11:29:16 -07:00 |
|
Brian Fiete
|
f081365dab
|
Allow attributes on local methods
|
2022-05-27 11:28:53 -07:00 |
|
Brian Fiete
|
8567072eef
|
Called ReturnValueDiscarded after string interpolation
|
2022-05-27 10:42:32 -07:00 |
|
Brian Fiete
|
f2c9c889ef
|
Fixed some FindTypeDef caching errors
|
2022-05-27 10:24:01 -07:00 |
|
Brian Fiete
|
a8cf568bf9
|
Fixed unary operations on properties in specialized generic types
|
2022-05-27 08:32:26 -07:00 |
|
Brian Fiete
|
23d8e8993b
|
Fixed IsMissingSemicolon and IsExpression for defers
|
2022-05-27 07:56:56 -07:00 |
|
Brian Fiete
|
e3b3089623
|
Made open emit markers even more persistent
|
2022-05-27 07:24:33 -07:00 |
|
Brian Fiete
|
5763ac7d83
|
Relaxed assert
|
2022-05-27 06:29:52 -07:00 |
|
Brian Fiete
|
d881337a7e
|
Fixed indentation when prior line ends with comment
|
2022-05-26 16:01:55 -07:00 |
|
Brian Fiete
|
866bddde2e
|
Emit marker fixes - idSpan fix, persistent opening, specialized squiggle
|
2022-05-26 15:39:32 -07:00 |
|
Brian Fiete
|
bbd0fe8779
|
Added HasCustomAttribute to MethodInfo/FieldInfo
|
2022-05-26 06:43:09 -07:00 |
|
Brian Fiete
|
da29789bd6
|
Fixed GetGenericTypeParamInstance with extensions
|
2022-05-25 15:03:06 -07:00 |
|
Brian Fiete
|
0c34e62df2
|
Improved recursive checks in InferGenericArgument
|
2022-05-25 14:41:17 -07:00 |
|
Brian Fiete
|
f1257fb7fc
|
Fixed some of invalid utf8
|
2022-05-24 11:51:18 -07:00 |
|
Brian Fiete
|
0a51049d65
|
Minlib fixes
|
2022-05-24 11:35:02 -07:00 |
|
Brian Fiete
|
470ce96bb9
|
Improved default float printing, added 'R' roundtrip format
|
2022-05-24 11:17:23 -07:00 |
|
Brian Fiete
|
1aa42cba8b
|
Fixed disabled color
|
2022-05-24 08:39:57 -07:00 |
|
Brian Fiete
|
db0c27a376
|
Properly show disabled stringview
|
2022-05-24 07:56:31 -07:00 |
|
Brian Fiete
|
134893c11f
|
Fixed var case in SetupNullConditional
|
2022-05-24 07:46:42 -07:00 |
|
Brian Fiete
|
b9ab8214d2
|
Remove Thread.Interrupt
|
2022-05-24 07:28:21 -07:00 |
|
Brian Fiete
|
45edfc8604
|
Fixed false destructuring error
|
2022-05-24 06:52:28 -07:00 |
|
Brian Fiete
|
dd6e7f0c2a
|
pragma format disable/restore, better space handing in formatting
|
2022-05-24 06:20:35 -07:00 |
|
Brian Fiete
|
f9396f69c0
|
Fixed generic arg inference on types with emissions
|
2022-05-23 12:29:59 -07:00 |
|
Brian Fiete
|
5699a3ab6b
|
Fixed some mid-compile rebuild worklist invalidation issues
|
2022-05-23 12:03:47 -07:00 |
|
Brian Fiete
|
7b6291bba5
|
LoadOldVer fix when command fails to execute
|
2022-05-23 10:02:34 -07:00 |
|
Brian Fiete
|
eccfabbad2
|
Watch lock fixes, add watch pointee/pointer address
|
2022-05-23 08:48:55 -07:00 |
|
Brian Fiete
|
d990e3afea
|
Fixed valueless autoprop setter
|
2022-05-22 18:56:16 -07:00 |
|
Brian Fiete
|
44c1123637
|
Fixed cursor location after line paste undo
|
2022-05-22 18:55:49 -07:00 |
|
Brian Fiete
|
a6236eef2c
|
Fixed lost 'new' when formatting property
|
2022-05-21 18:02:46 -07:00 |
|
Brian Fiete
|
2c907aa13a
|
Improved populate reentrancy with custom attrs on nested type
|
2022-05-21 17:53:17 -07:00 |
|
Brian Fiete
|
7f340f7c82
|
Improved warning taking address of parameters
|
2022-05-21 11:58:26 -07:00 |
|
Brian Fiete
|
56cc35f266
|
Added watch lock, watch stack offsets (ie: {1}, {Func^2})
|
2022-05-21 11:58:01 -07:00 |
|
Brian Fiete
|
6833c12fc8
|
Fixed installed library searching with nested project directories
|
2022-05-21 10:18:47 -07:00 |
|