1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Commit graph

3030 commits

Author SHA1 Message Date
Brian Fiete
c2ff007a1d Scaling fixes 2022-01-06 12:09:58 -05:00
Brian Fiete
6a158db9da Fixed enum result classify issue 2022-01-06 11:56:12 -05:00
Brian Fiete
4b1d7047d1 Register capture priming 2022-01-06 11:46:53 -05:00
Brian Fiete
40288eeb3a Don't attempt comptime emissions in unspecialized generics 2022-01-06 11:08:31 -05:00
Brian Fiete
ae399c0ae2 Fixed comptime-emitted property crash 2022-01-06 10:33:12 -05:00
Brian Fiete
6d014575f1 Handled comptime reflection over NoDecl_AwaitingReference methods 2022-01-06 10:30:25 -05:00
Brian Fiete
35d82fd599 Fix keyDown check, remove debug string from key release timeout 2022-01-06 06:28:26 -05:00
Brian Fiete
54dc59e049 Allow extending Object and ValueType 2022-01-06 06:27:39 -05:00
Brian Fiete
0826b6d49f Support for "returnaddress" intrinsic 2022-01-06 06:26:56 -05:00
Brian Fiete
eb7e78174c NumericCast error check 2022-01-06 06:26:01 -05:00
Brian Fiete
3fd7e31119 Fixed invalid clearing of mIsCapturingMethodMatchInfo with inner call 2022-01-05 08:30:03 -05:00
Brian Fiete
e4510fdb3a Fixed error message NULL issue 2022-01-05 07:59:28 -05:00
Brian Fiete
632c8a4cc5 Fixed error refNode for "Expected 'get' or 'set'" 2022-01-05 07:50:40 -05:00
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 muts
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