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

3719 commits

Author SHA1 Message Date
Brian Fiete
60403e6b51 Reorder allocator list 2022-06-03 06:33:12 -07:00
Brian Fiete
babfc2395e CeOp_Conv_F32_F64 desc fix 2022-06-03 06:26:30 -07:00
Brian Fiete
9a5cd5c6bc Merge remote-tracking branch 'origin/master' 2022-06-03 06:21:26 -07:00
Brian Fiete
d31587188d
Merge pull request #1581 from aharabada/master
Float to uint conversion in consteval
2022-06-03 06:20:48 -07:00
Brian Fiete
8c16454006 Added JEMalloc/TCMalloc options 2022-06-02 17:57:09 -07:00
Brian Fiete
652142e189 Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
Brian Fiete
53376f3861 Fixed some edge cases in write-past-end detection 2022-06-02 15:01:02 -07:00
Brian Fiete
fd92b4ba93 Fixed CreateObject append alloc for non-debug-gc 2022-06-02 10:56:29 -07:00
Brian Fiete
e623449e24 Added write-past-end detection in debug allocator 2022-06-02 10:55:29 -07:00
Brian Fiete
be05439421 Added tutorial for setting project dependencies after adding first lib 2022-06-02 07:55:25 -07:00
Brian Fiete
dcd6f229af Fixed comptime malloc/free with custom allocator set 2022-06-02 07:06:55 -07:00
Brian Fiete
7e94abe43a Fixed type generic arg and PopulateType dependency bugs 2022-06-02 07:06:31 -07:00
Brian Fiete
a77a95b71b Add StompAlloc workspace alloc option 2022-06-02 07:03:42 -07:00
Brian Fiete
949bc209d3 Fixed error with VERSION_QUEUE (ie: in Paranoid builds) 2022-06-01 16:42:56 -07:00
Brian Fiete
1cb91c304b Fixed fixit location for usings when file has scoped usings 2022-06-01 16:36:58 -07:00
Brian Fiete
c523a73860 Fixed 'may skip variable initialization' error with '?' discard 2022-06-01 16:17:20 -07:00
Brian Fiete
428a2eb026 Improved classview handling of generic methods 2022-06-01 15:44:41 -07:00
Brian Fiete
3dadbc3506 Removed redundant interface errors after type fail 2022-06-01 15:21:32 -07:00
Brian Fiete
030a7cda75 Fixed type autocomplete in distinct options 2022-06-01 15:21:02 -07:00
Brian Fiete
1a164b166f Fixed -workspace arg which includes BeefSpace.toml name 2022-06-01 14:55:47 -07:00
Brian Fiete
2576ae6bae Added 'decltype' to AddTopLevelTypes 2022-06-01 12:32:03 -07:00
Brian Fiete
89c8a56400 Allow removing embedded string view when value is out of scope 2022-06-01 12:28:04 -07:00
Brian Fiete
0612c15722 Format fix 2022-06-01 11:58:04 -07:00
Brian Fiete
d967d50652 Fixed single-address ShowCodeAddr 2022-06-01 11:57:49 -07:00
Brian Fiete
c735bd2192 Added ShowCodeAddr action to CallStackList display 2022-06-01 11:57:31 -07:00
Brian Fiete
acf8b62f82 Fixed union equals method 2022-06-01 11:26:01 -07:00
Brian Fiete
d2ed047ebc Fix version increment in zero-sized clear 2022-06-01 11:01:29 -07:00
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
Simon Lübeß
3f9c2fd3f7 Float to uint conversion in consteval 2022-05-30 22:26:52 +02: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