1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jul 14, 2025 — Jul 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor: move Box from a compiler built-in to a core recursive type (#1571) More... 17 days ago
feat(types): let user types opt into recursive heap-indirection via a 'recursive' flag (generalizes Box) (#1570) More... 19 days ago
fix(emit): order module-nested types correctly in emitted C (#1568) More... 24 days ago
fix(eval): evaluate macro bodies in their defining module (#1566) More... 24 days ago
fix(expand): don't substitute macros and dynamic functions in value positions (#1563) More... 24 days ago
fix(eval): don't leak the implicit use Dynamic into the global env (#1567) More... 29 days ago
fix(memory): refs to globals are not inside-function ref sources (#1564) More... 29 days ago
fix Map.put-! to only increment length for new keys (#1557) More... 29 days ago
docs: Update link to compiler chat help. (#1565) More... 29 days ago
fix(expand): resolve qualified symbols absolutely, not via bare-name fallback (#1562) More... 30 days ago
fix(expand): scope local names so they shadow macros (#1560) More... about 1 month ago
fix(emit): skip move-out memset when nested closure captures a borrow (#1556) More... about 2 months ago
perf: make parser a bit faster (#1553) More... 2 months ago
fix: sign extension bug in String.at (#1554) More... 2 months ago
fix(concretize): emit lambda env delete/copy with void* parameter (#1551) More... 2 months ago
fix: ensure closure move semantics are clean and route through the captured vars (#1550) More... 2 months ago
fix(emit): emit lambda env as void* to match call-site cast (#1549) More... 2 months ago
chore: update version to 0.6.0 and fix release CI (#1548) More... 2 months ago
feat(stdlib): add Maybe and Result ergonomic helpers (#1546) More... 3 months ago
feat(stdlib): add when-do and unless-do macros (#1544) More... 3 months ago
feat(stdlib): add find-last, take/drop, split-by-predicate, and variadic zip-n to Array (#1540) More... 3 months ago
feat(stdlib): improve numeric parity across Int, Long, Float, and Double (#1534) More... 3 months ago
chore: undo changes, will update the key instead More... 3 months ago
fix(?): use GITHUB_TOKEN instead More... 3 months ago
fix: add permission to write More... 3 months ago
fix: don't try to push docs on PRs (only pushes to master) More... 3 months ago
refactor(compiler): resolve original variable names in borrow checker errors (#1538) More... 3 months ago
fix: filter out stub binders for multi-candidate implementations (#1539) More... 3 months ago
chore: Bump stack to lts-22.44 (ghc 9.6.7) (#1535) More... 3 months ago
fix: Make guessing game example work again (trim input). (#1533) More... 3 months ago