1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

Commit graph

  • 6f46312adf
    Merge 83ccc1662d into b062c3d2dd Rune 2025-06-07 10:12:08 +02:00
  • 83ccc1662d Add documentation reflection for comptime Rune 2025-06-07 10:07:34 +02:00
  • 9959f56171
    Merge 262aa008e7 into b062c3d2dd Phuc-Thanh Nguyen 2025-06-06 23:22:34 +02:00
  • 441f501ef1
    Merge 6485728b25 into b062c3d2dd Chernyavsky Andrew 2025-06-03 12:01:11 +05:00
  • 6485728b25 Fixed select next match after using QuickFind Chernyavsky Andrey 2025-06-03 11:54:45 +05:00
  • c50d68f2b3
    Merge 85214194c6 into b062c3d2dd larkliy 2025-06-02 23:28:04 +02:00
  • b062c3d2dd Fixed late reification error with disabled runtime master Brian Fiete 2025-06-02 10:58:12 +02:00
  • bbf057a59c GetValueAlt Brian Fiete 2025-06-02 10:47:53 +02:00
  • 9e9b170548 ToCleanAttributeString now removes explicit System namespace Brian Fiete 2025-06-02 09:46:26 +02:00
  • a84b06aff0 Scrollbar fix for mouseover docs Brian Fiete 2025-06-02 09:37:33 +02:00
  • 2ff7f208c3 Fixed incorrect test script interaction with settings load failure Brian Fiete 2025-06-02 08:44:00 +02:00
  • fafd6a7550 Documentation scroll fixes Brian Fiete 2025-06-02 07:50:31 +02:00
  • c53c7b4157 Fixed readonly addr handling of indexer expression Brian Fiete 2025-06-02 06:35:33 +02:00
  • 3291ed6966 Show error dialog on failure to load settings file Brian Fiete 2025-06-01 18:34:00 +02:00
  • 8a07189594 Improved handling of parser errors with attributed elements Brian Fiete 2025-06-01 18:05:28 +02:00
  • 01cb9bf970 Fixed const error checking Brian Fiete 2025-06-01 09:39:21 +02:00
  • af096ffad3 Remove unnecessary copy in Create Brian Fiete 2025-06-01 07:20:48 +02:00
  • 8bd1ed02bc
    Merge pull request #2252 from eveningstarinc/Fraser/ExpandedDocumentationSupport Brian Fiete 2025-06-01 07:16:09 +02:00
  • cbbd99b060 Better hash, Parse and ToString support, Tests Brian Fiete 2025-06-01 07:15:53 +02:00
  • 6f5d3e0ca9 Fixed parsing for generic ctor 'this<X>() where X : int : base() ' Brian Fiete 2025-05-30 17:21:20 +02:00
  • 1014824fd0 Fixed incorrect warning for flipped CheckConstCompare Brian Fiete 2025-05-30 15:55:40 +02:00
  • 6fcecfdb78 Throw an error when attempting to constrain to multiple primitive types Brian Fiete 2025-05-30 12:53:57 +02:00
  • 5b18e380a5 Fixed generic assignment operators (ie +=) Brian Fiete 2025-05-30 11:20:04 +02:00
  • c23def10f1 Fixed some method selection cases with deferred args Brian Fiete 2025-05-30 07:09:04 +02:00
  • 9fb1ea008c
    Merge 5170cf3b55 into abd547a405 Phuc-Thanh Nguyen 2025-05-29 19:39:56 +02:00
  • abd547a405 OOB protection Brian Fiete 2025-05-29 07:51:56 +02:00
  • 2d251fc2e4 Fixed crash renaming project with project folders Brian Fiete 2025-05-29 07:23:55 +02:00
  • 6f35d484b1 Fixed accidental const binary op resolution in generic constraint check Brian Fiete 2025-05-29 06:48:58 +02:00
  • 864b9252ea Improved resolution of member types such as 'decltype(OtherMemember)' Brian Fiete 2025-05-29 06:39:39 +02:00
  • 5882d4fbd2
    Merge pull request #2258 from m910q/classview-pop-children Brian Fiete 2025-05-28 13:26:18 +02:00
  • 4be82a0869 Pop unused children ESH 2025-05-28 12:50:40 +02:00
  • b7725d0ed0 Improved constraint checks where generic param type constraint passes Brian Fiete 2025-05-28 11:57:28 +02:00
  • 116d9c6f01 Improved formatting of string interpolation expressions Brian Fiete 2025-05-28 11:02:12 +02:00
  • 07a2e88960 String interpolation fix with string literals inside brackets Brian Fiete 2025-05-28 10:07:28 +02:00
  • ee3aa7fc26 Fixed IsTypeUsed check for generic parameterized by interfaces Brian Fiete 2025-05-28 07:30:35 +02:00
  • 9e71acc003 Improved unknown-sized array in BfInvocationExpression Brian Fiete 2025-05-28 06:23:22 +02:00
  • eb4d2a1757 Fixed mMaxGenericDepth test of non-generic inner type inside generic Brian Fiete 2025-05-27 14:58:51 +02:00
  • c0d5995c3c mNameNode null check for invoke params Brian Fiete 2025-05-27 14:40:04 +02:00
  • e5c1d782ea TriviaStart fix for 'A<B>.C()' Brian Fiete 2025-05-27 12:52:46 +02:00
  • 9bc292e4b9 Type recursion fix for splattable check Brian Fiete 2025-05-27 11:52:55 +02:00
  • e82f9ce3ee Improved ce handling of failed irCodeGen, const null ptr handling Brian Fiete 2025-05-27 11:52:34 +02:00
  • 2f66bcafcc Static local IR populateType fix Brian Fiete 2025-05-27 06:31:25 +02:00
  • 39a1f44b9c Move empty autocomplete entry check into c++ side Brian Fiete 2025-05-27 06:27:11 +02:00
  • 75ec0cf269 update string null check Fraser 2025-05-27 05:02:30 +10:00
  • dd2e5a25c5
    Merge pull request #2249 from kallisto56/master Brian Fiete 2025-05-26 18:36:59 +02:00
  • a8b19b0d81 Fixed duplicate hotkey issue with newly-added commands Brian Fiete 2025-05-26 18:32:48 +02:00
  • d7c23a9b73 Fix: PasteText() one-to-many Chernyavsky Andrey 2025-05-26 21:09:29 +05:00
  • adb7a2bdef Ctrl+Alt+Up/Down support, QuickFind Ctrl+D fixes Brian Fiete 2025-05-26 14:44:51 +02:00
  • 2ce4ec2e3f Multi-cursor tweaks Brian Fiete 2025-05-26 08:25:07 +02:00
  • bd333e5e67 add expanded documentation info upon hovering over a function Fraser 2025-05-26 15:12:07 +10:00
  • ba4d29d28d
    Merge pull request #2229 from kallisto56/master Brian Fiete 2025-05-25 11:21:35 +02:00
  • 9add2e1548
    Merge pull request #2203 from eveningstarinc/Yuvan/CustomBuildProperties Brian Fiete 2025-05-25 08:52:04 +02:00
  • 81c225883b
    Merge b4570ab7a9 into e7a966c1b5 Phuc-Thanh Nguyen 2025-05-22 09:31:54 +00:00
  • e7a966c1b5 Improved "const" handling of local variable when referencing globals Brian Fiete 2025-05-22 06:03:18 +02:00
  • 989e8455e8 Fixed readonly ref pointing to global variable Brian Fiete 2025-05-21 08:08:19 +02:00
  • 70bb55d779 Fix for OOB issue in mActiveChildQueues Brian Fiete 2025-05-21 07:50:42 +02:00
  • d67a6243eb HiddenAtom fix for non-static nameless types Brian Fiete 2025-05-21 07:42:49 +02:00
  • ad3c7ce767 More protection for foreach failure Brian Fiete 2025-05-20 06:58:27 +02:00
  • 192c9d8f33 Fixed some nullable splat cases Brian Fiete 2025-05-19 17:57:45 +02:00
  • c889877443 Minlib fixes Brian Fiete 2025-05-19 16:19:15 +02:00
  • 3263d1a849 Fixed "Tiny" test accidental size increase Brian Fiete 2025-05-19 09:02:02 +02:00
  • 2c48f26536 Formatting fix for inline types with interleaved member access/attribute Brian Fiete 2025-05-19 07:57:55 +02:00
  • 5d72a7bdbd Close AutoComplete without removing cursors Chernyavsky Andrey 2025-05-18 17:46:26 +05:00
  • 958a1630aa Added support for global:: lookups Brian Fiete 2025-05-18 12:13:15 +02:00
  • ee50457885 Range check on methodState->mLocals Brian Fiete 2025-05-17 17:43:22 +02:00
  • 81aaefff0c Comptime EmitReturn PopulateType fix Brian Fiete 2025-05-17 11:27:03 +02:00
  • 3c276968b3 Improved handling of multiply-nested generic aliases Brian Fiete 2025-05-17 09:14:22 +02:00
  • 85dcba200f Fix: mAllowVirtualCursor check in PasteText() Chernyavsky Andrey 2025-05-17 11:51:25 +05:00
  • 8ba66f664b Fix: Remove \n for last fragment in CopyText() Chernyavsky Andrey 2025-05-17 11:47:45 +05:00
  • 42883d1a95 Merge remote-tracking branch 'origin/master' Brian Fiete 2025-05-17 08:46:09 +02:00
  • 9e3c6dcb3f Allow GetWrappedStructType to fail Brian Fiete 2025-05-17 08:46:04 +02:00
  • 0a9694bb64
    Merge pull request #2240 from eveningstarinc/Seadubs/FFINoCRTFix Brian Fiete 2025-05-17 08:01:19 +02:00
  • 96c13e095f Changed FFI API to handle user case where BF_CRT_DISABLE is defined Christian Whitehead 2025-05-17 03:05:57 +10:00
  • 1d9c51e28d Fix: Only primary cursor scrolls AutoComplete list Chernyavsky Andrey 2025-05-16 14:44:02 +05:00
  • 95a9c7aa8e Fixed allocFlag handling in Dbg_ObjectCreatedEx and Dbg_ObjectAllocatedEx Brian Fiete 2025-05-16 08:37:54 +02:00
  • dd9bc6636b Protection fix Brian Fiete 2025-05-15 17:10:21 +02:00
  • 01ba9507c0 Improved protection checks of inner type Brian Fiete 2025-05-15 17:04:25 +02:00
  • 7864304d9e mTypeOptionsIdx fix during comptime with TypeDeclaration.ResolvedType Brian Fiete 2025-05-15 09:12:10 +02:00
  • 7a7fd7547c
    Fix indentation Yuvan Wickramasinghe 2025-05-13 19:59:17 -07:00
  • 9a2e5d70a3
    Resolve project path string Yuvan Wickramasinghe 2025-05-13 18:00:31 -07:00
  • aa46ebadb7
    Resolve Windows file version and product version strings. Yuvan Wickramasinghe 2025-05-13 17:47:21 -07:00
  • 0cf382532c
    Removed temporary member resolution logic from custom build properties Yuvan Wickramasinghe 2025-05-13 15:29:01 -07:00
  • 524ebaa914
    Merge remote-tracking branch 'upstream/master' into Yuvan/CustomBuildProperties Yuvan Wickramasinghe 2025-05-13 15:14:10 -07:00
  • 8102de259f Fixed "over-aligned" issue with global variables Brian Fiete 2025-05-12 15:47:25 +02:00
  • 2f6d9e03ab Improved handling of multiple declarations of required system types Brian Fiete 2025-05-12 10:32:45 +02:00
  • 2e9a2f3eb3
    Merge pull request #2237 from disarray2077/patch-8 Brian Fiete 2025-05-12 07:50:47 +02:00
  • 4353d2a10d
    Merge pull request #2238 from disarray2077/patch-9 Brian Fiete 2025-05-12 07:50:08 +02:00
  • 6a35544195 Linux fixes disarray2077 2025-05-11 23:27:42 -03:00
  • 53c248c453
    linux: Implement Process methods and Path.GetActualPathName disarray2077 2025-05-11 19:28:12 -03:00
  • 2de00c7132
    Merge pull request #2236 from disarray2077/patch-7 Brian Fiete 2025-05-11 18:54:16 +02:00
  • 2056764706
    Fix Linux build disarray2077 2025-05-11 12:06:13 -03:00
  • ad3d90e521 Fixed BfSizedArrayCreateExpression error handling for non-array Brian Fiete 2025-05-11 15:09:39 +02:00
  • 19820cc44a Fixed unknown-sized array case in BfInvocationExpression Brian Fiete 2025-05-11 14:58:38 +02:00
  • cd038089a7 Fixed async read error code handling Brian Fiete 2025-05-11 08:11:17 +02:00
  • 109ad9fc78 Alternate link name with disabled GC Brian Fiete 2025-05-11 07:09:44 +02:00
  • 6160d4e6ac Fixed static init issues with CheckErrorHandler Brian Fiete 2025-05-11 06:41:08 +02:00
  • 9a10641680 Fixed subroutine lookup static string issue Brian Fiete 2025-05-11 06:40:29 +02:00
  • 6d45dabb1d Fixed fakeval function binding case Brian Fiete 2025-05-11 06:39:59 +02:00
  • e088ce1365 #unwarn on unused variable Brian Fiete 2025-05-10 12:52:25 +02:00
  • 262d3179b1
    Merge pull request #2222 from MineBill/linux-package-manager Brian Fiete 2025-05-10 12:00:11 +02:00