• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moonbitlang / core / 2221

Builds Branch Commit Type Ran Committer Via Coverage
2221 main refactor(Eq): add `not_equal` as trait method (#3093) * refactor(Eq): add not_equal as trait method * docs(Eq): add documentation for not_equal methods Add doc comments to not_equal implementations that mirror the style of their equal counterpa... push 31 Dec 2025 05:37AM UTC web-flow github
92.16
2220 Yu-zh/add-notequal-trait-method Merge f659d7970 into a23570773 Pull #3093 31 Dec 2025 03:06AM UTC web-flow github
92.16
2215 main refactor(deque): move white-box tests inline with definitions Move tests from deque_wbtest.mbt to deque.mbt inline with the functions they test. Since there's no wbtest-import configured, inline tests work the same way. 🤖 Generated with [Claude ... push 30 Dec 2025 09:08AM UTC bobzhang github
92.2
2213 hongbo/deque_api Merge 39c2b4b3a into a7ddbd0d8 Pull #3090 30 Dec 2025 08:08AM UTC web-flow github
92.2
2212 main refactor(deque): remove tail field, compute on demand Follow Rust VecDeque design: store only head and len, compute tail as (head + len - 1) % cap when needed. This simplifies push_front/push_back by removing empty-case special handling and elimi... push 30 Dec 2025 07:02AM UTC bobzhang github
92.2
2211 hongbo/deque_remove_tail Merge 4d36a3358 into 5fdec77cb Pull #3089 30 Dec 2025 06:50AM UTC web-flow github
92.2
2210 hongbo/fix_deque_copy_flatten Merge b253c4e0d into 5fdec77cb Pull #3088 30 Dec 2025 06:10AM UTC web-flow github
92.23
2209 hongbo/fix_deque_copy_flatten Merge 5cf6181cd into 5fdec77cb Pull #3088 30 Dec 2025 06:07AM UTC web-flow github
92.23
2208 hongbo/fix_deque_copy_flatten Merge ae0bf2202 into 5fdec77cb Pull #3088 30 Dec 2025 03:52AM UTC web-flow github
92.23
2207 main fix(deque): maintain invariant in add for empty deques When add (operator +) was called with two empty deques, tail was set to -1 (len - 1 = 0 - 1 = -1), violating the invariant that when len == 0, head and tail must point to the same slot. Fix:... push 30 Dec 2025 03:16AM UTC bobzhang github
92.22
2206 hongbo/fix_dequeue_add Merge 6eb03cb9e into 982b37fcf Pull #3087 30 Dec 2025 03:06AM UTC web-flow github
92.22
2205 main fix(deque): maintain invariant in from_array for empty arrays When from_array was called with an empty array, tail was set to -1 (len - 1 = 0 - 1 = -1), violating the invariant that when len == 0, head and tail must point to the same slot. Fix: ... push 30 Dec 2025 03:01AM UTC bobzhang github
92.22
2204 hongbo/deque_docs Merge 2424714e3 into 3f32f4580 Pull #3086 30 Dec 2025 02:35AM UTC web-flow github
92.22
2203 main fix(deque): handle overlapping self-blit in blit_to When blit_to is called with src == dst and overlapping regions where src_offset < dst_offset, the source elements were being overwritten before being read, causing incorrect results. Example: d... push 30 Dec 2025 02:18AM UTC bobzhang github
92.22
2202 hongbo/deque_fix Merge c011bb960 into 95ed17b35 Pull #3085 30 Dec 2025 02:03AM UTC web-flow github
92.22
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 488
  • 489
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc