Brian Fiete
|
ca2301bfd3
|
New code for awaitKeyReleases
|
2022-01-05 07:27:38 -05:00 |
|
Brian Fiete
|
ec83ae50fa
|
Properly ignore S_FILESTATIC in EvaluateLocation
|
2022-01-04 10:59:27 -05:00 |
|
Brian Fiete
|
bab233746e
|
Soft error for unknown symbol type in COFF::EvaluateLocation
|
2022-01-04 10:29:30 -05:00 |
|
Brian Fiete
|
db6cfcf211
|
CeFunctionInfo ref counting fix
|
2022-01-04 09:38:02 -05:00 |
|
Brian Fiete
|
ae2c12d974
|
Fixed error
|
2022-01-04 08:12:03 -05:00 |
|
Brian Fiete
|
8a4bf7ac8c
|
Improvements to handling of pointers to reference types
|
2022-01-04 07:17:32 -05:00 |
|
Brian Fiete
|
0030236705
|
Fixed ctorClear on append allocs
|
2022-01-04 06:35:14 -05:00 |
|
Brian Fiete
|
c57451ec6c
|
Fixed '$RAX' style debugger parsing
|
2022-01-04 06:35:04 -05:00 |
|
Brian Fiete
|
c0fe1d1c1b
|
Support for expression-bodied properties with mut
|
2022-01-03 14:41:12 -05:00 |
|
Brian Fiete
|
60b6437f69
|
Better mHadPendingGCDataOverflow handling, null TEB fix
|
2022-01-03 11:25:15 -05:00 |
|
Brian Fiete
|
14e1ffa5ac
|
Capture xmm/ymm registers
|
2022-01-03 11:24:45 -05:00 |
|
Brian Fiete
|
f1c38c792d
|
Tuple deferred assignment fix with casted ref values
|
2022-01-03 07:43:06 -05:00 |
|
Brian Fiete
|
1ee0a19bbf
|
EnumType.UnderlyingType support, generic enum constraint improvements
|
2022-01-03 07:30:03 -05:00 |
|
Brian Fiete
|
64161bf001
|
Namespace fix
|
2022-01-02 06:02:15 -05:00 |
|
Brian Fiete
|
5004e89e35
|
Merge pull request #1336 from disarray2077/patch-2
Some miscellaneous additions to corlib
|
2022-01-02 11:58:30 +01:00 |
|
Brian Fiete
|
308eae6341
|
Merge pull request #1335 from disarray2077/patch-1
Add Stream support to Cryptography classes
|
2022-01-02 11:58:18 +01:00 |
|
disarray2077
|
3018a6030e
|
Remove unnecessary mut s
This fixes some warnings because `SHA256` isn't a struct anymore.
|
2022-01-02 01:12:13 -03:00 |
|
disarray2077
|
cd065bd8bd
|
Add copy constructor to Dictionary class
|
2022-01-01 21:53:17 -03:00 |
|
disarray2077
|
9ce0cc217a
|
Add Peek to StreamReader class
|
2022-01-01 21:25:52 -03:00 |
|
disarray2077
|
e146475a39
|
Add parameterless WriteLine to StreamWriter class
|
2022-01-01 21:22:18 -03:00 |
|
disarray2077
|
4acc2cca67
|
Add doAppend parameter to WriteAllLines
|
2022-01-01 21:19:44 -03:00 |
|
disarray2077
|
bc92643c99
|
Add InvalidFileNameChars & InvalidPathChars to Path class
|
2022-01-01 21:14:09 -03:00 |
|
disarray2077
|
794bab2bfd
|
Add missing methods to SHA256Hash
|
2022-01-01 21:03:29 -03:00 |
|
disarray2077
|
0a1855bfb3
|
Add Stream support to SHA256
|
2022-01-01 21:00:31 -03:00 |
|
disarray2077
|
152cb8321e
|
Add Stream support to MD5
|
2022-01-01 20:58:24 -03:00 |
|
Brian Fiete
|
7a4a7bd2fb
|
Fixed erroneous 'int' widening during binary operation
|
2022-01-01 11:08:01 -05:00 |
|
Brian Fiete
|
3a8e4ebc9d
|
Properly add dependencies on operator constraint types
|
2022-01-01 10:39:25 -05:00 |
|
Brian Fiete
|
476df62a24
|
Fixed issues autocompleting in extensions outside definition project
|
2022-01-01 10:12:20 -05:00 |
|
Brian Fiete
|
2daafa7b4c
|
Minlib fix
|
2022-01-01 09:39:35 -05:00 |
|
Brian Fiete
|
57d8b2c9ee
|
Merge pull request #1334 from aharabada/master
Fixed classic autocomplete highlighting random letters
|
2022-01-01 14:25:43 +01:00 |
|
Brian Fiete
|
5af38dd554
|
Merge pull request #1326 from EinScott/corlib-additions
handle uint64 constExpr printing
|
2022-01-01 14:25:26 +01:00 |
|
Simon Lübeß
|
1812d61c8c
|
Classic autocomplete no longer highlights random letters
|
2022-01-01 13:17:53 +01:00 |
|
Brian Fiete
|
ef6b52a0ac
|
Experimental disabling of 'wantGeneric=false' for inner delegates/tuples
|
2022-01-01 06:36:48 -05:00 |
|
Brian Fiete
|
156585773d
|
Temporary cast fix
|
2022-01-01 06:07:10 -05:00 |
|
Brian Fiete
|
ba0c23b8c5
|
Fixed 'method not generated' comptime error
|
2021-12-31 14:17:17 -05:00 |
|
Brian Fiete
|
249f4f1016
|
Fixed some const constraint undef issues
|
2021-12-31 13:51:08 -05:00 |
|
Brian Fiete
|
f35a3de175
|
Capture test for valueless lambda inside valueless lambda
|
2021-12-31 12:44:56 -05:00 |
|
Brian Fiete
|
af0cd194db
|
Ignore errors during VisitLambdaBodies capture for methodRef
|
2021-12-31 12:44:33 -05:00 |
|
Brian Fiete
|
38abaf6b3f
|
Fixed default case for discriminated union with empty payload member
|
2021-12-31 12:05:36 -05:00 |
|
Brian Fiete
|
e659a4e711
|
Force field reflection of tuple data in discriminated unions
|
2021-12-31 11:30:48 -05:00 |
|
Brian Fiete
|
eae4aed3a9
|
Properly VisitLambdaBodies during inner methodRef capture
|
2021-12-31 11:01:24 -05:00 |
|
Brian Fiete
|
1201289f78
|
Made BfpFile_Read cancelable
|
2021-12-31 10:27:09 -05:00 |
|
Brian Fiete
|
befc60aa63
|
Improved errors on files
|
2021-12-31 10:26:32 -05:00 |
|
Brian Fiete
|
85c936f014
|
Fixed deferred delete crash
|
2021-12-31 08:11:22 -05:00 |
|
Brian Fiete
|
90065d64c8
|
Fixed "Safe Mode" crash
|
2021-12-31 08:11:09 -05:00 |
|
Brian Fiete
|
fa7638621d
|
Fixed const expr canonicalization and negative value issues
|
2021-12-31 07:56:57 -05:00 |
|
Brian Fiete
|
e7f079f611
|
Pre-widened args for 'i32 = i8 + 100'
|
2021-12-31 07:55:52 -05:00 |
|
Brian Fiete
|
07a530c921
|
Fixed 'var' error issues
|
2021-12-31 07:54:38 -05:00 |
|
Brian Fiete
|
3a530c2285
|
Made more file&dir functions paths project-relative
|
2021-12-31 06:28:25 -05:00 |
|
Brian Fiete
|
28689853d2
|
Support for const expressions for bools & chars
|
2021-12-31 06:17:57 -05:00 |
|