Skip to content

Pull requests: moonbitlang/core

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

perf(iterator): Optimize Iter eager consumers
#3642 opened May 31, 2026 by mizchi Contributor Loading…
perf(json): NaN sentinel for try_fast_double
#3641 opened May 30, 2026 by mizchi Contributor Loading…
perf(json): drop the (Double, StringView?) tuple from number lexing
#3639 opened May 30, 2026 by mizchi Contributor Loading…
perf(string): drop per-call Iter alloc in to_lower
#3635 opened May 26, 2026 by mizchi Contributor Loading…
3 tasks done
refactor(test): re-export assert_eq from @debug
#3629 opened May 25, 2026 by zvmsbackend Loading…
Adjust StringBuilder size hint semantics
#3627 opened May 24, 2026 by bobzhang Contributor Loading…
feat(encoding): add binary package
#3626 opened May 24, 2026 by bobzhang Contributor Loading…
feat(encoding): add hex package
#3625 opened May 24, 2026 by bobzhang Contributor Loading…
perf(bigint): speed up large BigInt x small scalar multiplication
#3620 opened May 23, 2026 by mizchi Contributor Loading…
feat(quickcheck): add Arbitrary impl for Map to match HashMap
#3585 opened May 13, 2026 by bobzhang Contributor Loading…
feat(hashmap): add FromJson impl for HashMap[String, V] to match Map
#3584 opened May 13, 2026 by bobzhang Contributor Loading…
Add make-and-blit array helpers
#3564 opened May 9, 2026 by Yu-zh Collaborator Loading…
[codex] Optimize Array::push ownership
#3562 opened May 9, 2026 by bobzhang Contributor Draft
Add decimal package
#3495 opened Apr 28, 2026 by bobzhang Contributor Loading…
Fix BigInt JSON parse errors
#3467 opened Apr 24, 2026 by bobzhang Contributor Draft
perf(builtin): expand Hasher::combine_{string,bytes} to accept views
#3460 opened Apr 24, 2026 by bobzhang Contributor Loading…
1 task done
make abort panic with msg under js target
#3426 opened Apr 14, 2026 by hackwaly Contributor Loading…
perf(sorted_set): rewrite set algebra ops with split/join tree recursion
#3333 opened Mar 23, 2026 by bobzhang Contributor Loading…
1 task done
perf(sorted_set): O(n+m) co-iteration for set operations
#3324 opened Mar 21, 2026 by bobzhang Contributor Loading…
1 task done
fix(buffer): prevent integer overflow in grow_if_necessary
#3317 opened Mar 19, 2026 by bobzhang Contributor Loading…
1 task done
perf(sorted_set): O(n+m) difference, intersection, symmetric_difference
#3315 opened Mar 19, 2026 by bobzhang Contributor Loading…
1 task done
perf: BytesView pattern matching for hash + benchmarks
#3278 opened Mar 13, 2026 by bobzhang Contributor Loading…
2 tasks done
feat: myers diff
#3247 opened Mar 5, 2026 by myfreess Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.