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

3126 commits

Author SHA1 Message Date
Brian Fiete
c7d2d2e9bd Make conversion operators use standard method matcher 2022-01-17 16:14:40 -05:00
Brian Fiete
15e1986a1c Self resolution fix 2022-01-16 08:49:08 -05:00
Brian Fiete
130c5fe8c8 Fixes to UndoDeclaration 2022-01-16 08:29:00 -05:00
Brian Fiete
296faa7510 Fixed TypeEquals 2022-01-16 08:06:32 -05:00
Brian Fiete
c2ed003741 tryCE fix 2022-01-16 08:03:28 -05:00
Brian Fiete
913d60ef5b More sophisticated Self equality check (ie: 'Result<Self>') 2022-01-16 08:00:57 -05:00
Brian Fiete
c6ca4c8bb4 Don't unindent when typing ':' in multiline string literal 2022-01-16 08:00:23 -05:00
Brian Fiete
2b848a275c Fixed -safe cmd line arg 2022-01-16 08:00:04 -05:00
Brian Fiete
4e18517c03 Comptime can now run on unspecialized code 2022-01-16 07:59:51 -05:00
Brian Fiete
a4a5d99fd0 Fixed static search for method params (fixes int[SIZE] resolution) 2022-01-15 09:35:56 -05:00
Brian Fiete
0d0d98f6d6 Improvements to generic inference with params 2022-01-15 08:53:41 -05:00
Brian Fiete
10e8136a9c Make IFloating infer INumeric 2022-01-15 08:53:09 -05:00
Brian Fiete
dc5ba5c67e sret disable call fix 2022-01-14 13:16:34 -05:00
Brian Fiete
c378ef6e92 Fixed function call from expression 2022-01-14 08:15:49 -05:00
Brian Fiete
b048cafcfd Fixed internal access in type aliases 2022-01-14 07:30:26 -05:00
Brian Fiete
3a87b926b3 Update TypeCode, fixed TypeOf value 2022-01-14 07:08:09 -05:00
Brian Fiete
e441032e4e Add a dependency on element type in boxed type 2022-01-14 07:07:33 -05:00
Brian Fiete
5bc9642d26 Improved calling convention for aarch64 2022-01-14 06:23:36 -05:00
Brian Fiete
a69dd47cea Autocomplete documentation fix with fuzzy autocomplete disabled 2022-01-13 18:32:26 -05:00
Brian Fiete
8f7f7cba21
Merge pull request #1376 from disarray2077/patch-6
Fix arithmetic overflow error in Random
2022-01-13 11:43:35 -05:00
Brian Fiete
a65b69bcd0 Allow type ids in comptype 2022-01-13 11:41:05 -05:00
Brian Fiete
1b5f85615a Disable lto on modules with dll exports (lld-link bug) 2022-01-13 11:40:44 -05:00
Brian Fiete
0c3f9a139d Comptime rebuild and hot compile fixes 2022-01-13 11:40:14 -05:00
Brian Fiete
b49cd5d12a Cmd line option to disable file recovery 2022-01-13 11:38:48 -05:00
disarray2077
44aa69fc1e
Fix arithmetic overflow error 2022-01-13 12:27:50 -03:00
Brian Fiete
63792924e0 Fixed CopyToDependents for DLLs 2022-01-12 12:58:51 -05:00
Brian Fiete
e79a3755fd Fixed Replace in Files 'x' with 'xx' case 2022-01-12 09:01:37 -05:00
Brian Fiete
a70c34050b Fixed clipping of bottom of HoverWatch edit widget 2022-01-12 08:52:35 -05:00
Brian Fiete
c43673d454 Fixed X64 div emission, proper arg1 register disabling for mul 2022-01-12 06:31:16 -05:00
Brian Fiete
0e9f135d7e Fixed opaque type issue in AssignDeferrredTupleAssignData 2022-01-11 22:02:47 -05:00
Brian Fiete
34af7f2734 Overflow check fix for inc/dec 2022-01-11 17:23:59 -05:00
Brian Fiete
3f6d4d1199 DeleteChar mJustInsertedCharPair fix 2022-01-11 15:57:07 -05:00
Brian Fiete
ed6959973a Fixed some constraint lookups 2022-01-11 12:02:23 -05:00
Brian Fiete
3fcaa6b397 Fixed void(val) cast expression 2022-01-11 11:25:52 -05:00
Brian Fiete
bc060ec362 Made CursorToLineStart work like VS (and others) 2022-01-11 10:58:36 -05:00
Brian Fiete
e7f50985dc Fix LLVM LTO error message 2022-01-11 10:40:11 -05:00
Brian Fiete
0f694cf33d Enable LTO by default in release configs 2022-01-11 10:36:54 -05:00
Brian Fiete
bf97431cdb Improvements to overflow arithmetic 2022-01-11 10:36:22 -05:00
Brian Fiete
eb375362a1 Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
Brian Fiete
1f0d2dcc82 Generate theme images in 'cache' directory, allow PNG source images 2022-01-11 06:07:43 -05:00
Brian Fiete
f66b91931b because because, internal protection self-reference error fix 2022-01-10 07:03:28 -05:00
Brian Fiete
4df78e944f More fixes for signed InternalSample() 2022-01-09 22:00:35 -05:00
Brian Fiete
9c138399fc Fix negative numbers in Random 2022-01-09 17:56:28 -05:00
Brian Fiete
bf49bf767b Merge remote-tracking branch 'origin/master' 2022-01-09 12:20:48 -05:00
Brian Fiete
ee7a8dd8c2 Fixed case match with identifierNode target 2022-01-09 12:20:43 -05:00
Brian Fiete
8f02a81f53 Use __except on ConservativeScan 2022-01-09 11:28:30 -05:00
Brian Fiete
b9eada28ee Added SEH protection inside ConservativeScan 2022-01-09 10:50:49 -05:00
Brian Fiete
3100f7e56d Fix for ReadLib with '/<'-prefixed names 2022-01-09 09:04:23 -05:00
Brian Fiete
446ec6cae7 Added 64-bit void* support for 32-bit debugger 2022-01-09 08:30:56 -05:00
Brian Fiete
05c691c83f
Merge pull request #1366 from blat-blatnik/SaveSettingsOnApply
Save IDE settings on apply
2022-01-09 05:54:44 -05:00