Page MenuHomePhorge
Feed All Stories

Feb 15 2026

themackabu committed rANT735f1b717d37: optimize argument handling.
Feb 15 2026, 6:25 PM
themackabu committed rANT8ea2e11c7e7d: optimize tokenization cache for function bodies.
Feb 15 2026, 6:25 PM
themackabu committed rANTa699c36b5e50: tco, static member fixes.
Feb 15 2026, 6:25 PM
themackabu committed rANT2390888f2002: extract response body setting logic.
Feb 15 2026, 6:25 PM
themackabu committed rANT486fa68f0a9e: remove private event loops, use uv_default_loop() directly.
Feb 15 2026, 6:25 PM
themackabu committed rANT16b25304138b: ensure proper memory management for response context.
Feb 15 2026, 6:25 PM
themackabu committed rANTd45bb9f3d8d4: readme.md style changes.
Feb 15 2026, 6:25 PM
themackabu committed rANT604424466c77: add comprehensive BUILDING.md guide.
Feb 15 2026, 6:25 PM
themackabu committed rANT730fb540ac7d: add deepwiki link.
Feb 15 2026, 6:25 PM
themackabu committed rANTa1bf5f92d1d3: add security policy and contributing guidelines.
Feb 15 2026, 6:25 PM
themackabu committed rANTf3ed7e0d8993: add CODE_OF_CONDUCT.md with community standards and enforcement policy.
Feb 15 2026, 6:25 PM
themackabu committed rANTb1eab55a3142: implement emitter registry for per-emitter event tracking.
Feb 15 2026, 6:25 PM
themackabu committed rANT15a0ae4967a5: [ci] trigger build for v0.5.3.
Feb 15 2026, 6:25 PM
themackabu committed rANT1018e8a169e0: improve child process event loop detection and polling.
Feb 15 2026, 6:25 PM
themackabu committed rANT15cbadbb70a7: minor nitpicks.
Feb 15 2026, 6:25 PM
themackabu committed rANT297d89a93e6c: shrink readme.md, plan for docs.md.
Feb 15 2026, 6:25 PM
themackabu committed rANTd2603c3660d0: add stdin input printing option.
Feb 15 2026, 6:25 PM
themackabu committed rANTa1906a5f76d1: optimize property reference stack management.
Feb 15 2026, 6:25 PM
themackabu committed rANT31496d495b91: consolidate runtime cleanup logic.
Feb 15 2026, 6:25 PM
themackabu committed rANTf1ca71a5ce10: clean up uv.h includes.
Feb 15 2026, 6:25 PM
themackabu committed rANT66613d8e02b1: optimize reactor event polling.
Feb 15 2026, 6:25 PM
themackabu committed rANT66a1b56dddc7: add stdin support.
Feb 15 2026, 6:25 PM
themackabu committed rANT061d3e02f753: update event system to properly clean up memory.
Feb 15 2026, 6:25 PM
themackabu committed rANT7119fd22a58b: optimize arena memory shrink logic for better performance.
Feb 15 2026, 6:25 PM
themackabu committed rANT26b8296f552d: generation counter for interned property cache invalidation.
Feb 15 2026, 6:25 PM
themackabu committed rANT4123b8526219: improve code duplication.
Feb 15 2026, 6:25 PM
themackabu committed rANT8f0c985323f0: introduce weak reference handling for collections GC updates.
Feb 15 2026, 6:25 PM
themackabu committed rANT82a492858913: dedicated descriptor entry for array length.
Feb 15 2026, 6:25 PM
themackabu committed rANT1e99d557b2ce: improve array handling for sparse and dense properties.
Feb 15 2026, 6:25 PM
themackabu committed rANT25366d202617: implement BigInt bitwise shift operations.
Feb 15 2026, 6:25 PM
themackabu committed rANTe91d8f0a52be: optimize array property handling.
Feb 15 2026, 6:25 PM
themackabu committed rANT84756fbbac7d: implement proxy support for array methods and instanceof operator.
Feb 15 2026, 6:25 PM
themackabu committed rANT480cafe29a44: implement dense arrays.
Feb 15 2026, 6:25 PM
themackabu committed rANT1082f5761f8a: undo token stream for coro.
Feb 15 2026, 6:25 PM
themackabu committed rANT1daf1edfecc6: timers root fix.
Feb 15 2026, 6:25 PM
themackabu committed rANTda9e4c1691db: add stack scanning for rooting.
Feb 15 2026, 6:25 PM
themackabu committed rANT38f8fd8ae99a: prevent premature collection of promises.
Feb 15 2026, 6:25 PM
themackabu committed rANT10dbbc8ec0ed: migrate to cached snapshot, move url module to prototypes.
Feb 15 2026, 6:25 PM
themackabu committed rANT54623ef15ba9: introduce controlled GC safepoints.
Feb 15 2026, 6:25 PM
themackabu committed rANT244a2a6c272a: optimize GC during coroutine execution by deferring compaction.
Feb 15 2026, 6:25 PM
themackabu committed rANTa4d6e8cced8a: add token stream support for coroutine state management.
Feb 15 2026, 6:25 PM
themackabu committed rANT35dccf9a5048: enable GC throttling during server response handling.
Feb 15 2026, 6:25 PM
themackabu committed rANTe3894a41958b: Merge branch 'master' into feature/generational_gc.
Feb 15 2026, 6:25 PM
themackabu committed rANT2dfe6fca7b4b: misc es6 features.
Feb 15 2026, 6:25 PM
themackabu committed rANT4dec1151df1d: feat: token streaming cache.
Feb 15 2026, 6:25 PM
themackabu committed rANT813eef631b4c: integrate libuv event loop with reactor for async server.
Feb 15 2026, 6:25 PM
themackabu committed rANT3f65d33f9f31: promise offset tracking.
Feb 15 2026, 6:25 PM
themackabu committed rANT75341cdf2339: mmap release scratch buffer.
Feb 15 2026, 6:25 PM
themackabu committed rANTfe4ee1944598: allow dynamic absolute paths.
Feb 15 2026, 6:25 PM
themackabu committed rANT8563a31d7daa: introduce rope data structure for strings.
Feb 15 2026, 6:25 PM
themackabu committed rANT42e2fdb00d8b: unify string handling.
Feb 15 2026, 6:25 PM
themackabu committed rANT96769e3ce3d9: implement pre-generational gc fixes.
Feb 15 2026, 6:25 PM
themackabu committed rANT55467cf9bf1c: add arena shrinking and decommit.
Feb 15 2026, 6:25 PM
themackabu committed rANT5bb43f318fb5: optimize garbage collection cooldown thresholds and allocation thresholds.
Feb 15 2026, 6:25 PM
themackabu committed rANT2690c5169a16: prevent local symbol stripping.
Feb 15 2026, 6:25 PM
themackabu committed rANT89f6d43dbe81: add compat_unsetenv wrapper.
Feb 15 2026, 6:25 PM
themackabu committed rANT46ce644040a8: [ci] trigger build: implement dynamic property deletion support.
Feb 15 2026, 6:25 PM
themackabu committed rANT1297eb1950be: [ci] trigger build: 0.5.2.
Feb 15 2026, 6:25 PM
themackabu committed rANT9b2881e2e74c: optimize bigint toString performance with radix conversion using limb-based….
Feb 15 2026, 6:25 PM
themackabu committed rANT76c126950a0d: use _putenv_s for windows.
Feb 15 2026, 6:25 PM
themackabu committed rANT564859f130f0: implement BigInt.asUintN and BigInt.asIntN methods.
Feb 15 2026, 6:25 PM
themackabu committed rANT04ad96111f9c: remove redundant gc_suppress flag and related logic.
Feb 15 2026, 6:25 PM
themackabu committed rANTaefbaa457258: remove redundant GC code.
Feb 15 2026, 6:25 PM
GitHub <noreply@github.com> committed rANT1797a3917e0a: #12 revise symbol system and other code-review nitpicks (authored by themackabu).
Feb 15 2026, 6:25 PM
themackabu committed rANTcad1532523ec: file prefix res.
Feb 15 2026, 6:25 PM
themackabu committed rANT822277049669: add error handling for string coercion in env_setter.
Feb 15 2026, 6:25 PM
themackabu committed rANTf580446ebb19: [object Array].
Feb 15 2026, 6:25 PM
themackabu committed rANT0d3c5badd763: safe cstr buf.
Feb 15 2026, 6:25 PM
themackabu committed rANTd265e8e9a6e0: nitpick fixes.
Feb 15 2026, 6:25 PM
themackabu committed rANTd7415fc46d87: set environ.
Feb 15 2026, 6:25 PM
themackabu committed rANT2f4f81ca8398: js_try_get source of truth.
Feb 15 2026, 6:25 PM
themackabu committed rANTbbe4645aff8a: null check for realloc.
Feb 15 2026, 6:25 PM
themackabu committed rANT605dfd8c726f: improve process.env.
Feb 15 2026, 6:25 PM
themackabu committed rANT33a4c93dcf38: buffer out-of-bounds fix.
Feb 15 2026, 6:25 PM
themackabu committed rANTfc8857fd874d: repl newline fixes.
Feb 15 2026, 6:25 PM
themackabu committed rANT36a6b6853b38: revise entire symbol system.
Feb 15 2026, 6:25 PM
themackabu committed rANT0be57132715e: implement dynamic object keys accessor support for custom objects.
Feb 15 2026, 6:25 PM
themackabu committed rANT67e6d977e6ab: fix scope management in function calls.
Feb 15 2026, 6:25 PM
themackabu committed rANTf40947c6fa47: optimize array literal handling.
Feb 15 2026, 6:25 PM
themackabu committed rANT505366d481eb: improve global listing code.
Feb 15 2026, 6:25 PM
themackabu committed rANTc616f216460e: dont use fs for counting pkg.
Feb 15 2026, 6:25 PM
themackabu committed rANT1d139c8a26d9: restructure Map/Set registry to support GC fwd tracking.
Feb 15 2026, 6:25 PM
themackabu committed rANT50b274bf4db1: feat: add package manager (#9).
Feb 15 2026, 6:25 PM
themackabu committed rANTc672791fdc54: [ci] trigger build: comptime fixes.
Feb 15 2026, 6:25 PM
themackabu committed rANT79748c02170d: migrate to collections module, use eval for ctor props.
Feb 15 2026, 6:25 PM
themackabu committed rANTf49b7966976e: [ci] trigger build.
Feb 15 2026, 6:25 PM
themackabu committed rANT00e549d6de53: add support for arguments to setTimeout and setInterval.
Feb 15 2026, 6:25 PM
themackabu committed rANT1a6b20dd7881: add coroutine settlement and suspension handling.
Feb 15 2026, 6:25 PM
themackabu committed rANT053a9e29fc67: migrate to js_true/js_false.
Feb 15 2026, 6:25 PM

Jan 28 2026

themackabu committed rANT99273dd2c48d: add length check to signal string comparison.
Jan 28 2026, 4:17 PM
themackabu committed rANT30f80fbffee6: add ant --version check to build workflows.
Jan 28 2026, 4:17 PM
themackabu committed rANT27558abd34e0: add support for coroutine stack size environment variable.
Jan 28 2026, 4:17 PM
themackabu committed rANTc19fc74a0ebe: improve gc startup supression.
Jan 28 2026, 4:17 PM
themackabu committed rANTd086364033c3: [ci] trigger build.
Jan 28 2026, 4:17 PM
themackabu committed rANT91a3fbb3a293: improve buffer roots.
Jan 28 2026, 4:17 PM
themackabu committed rANT230e43bac39c: add support for function pointers in readline module.
Jan 28 2026, 4:17 PM
themackabu committed rANT4a9fe677f516: add jshdl_t type for handling sizes and lengths.
Jan 28 2026, 4:17 PM
themackabu committed rANT4d8187d95ffc: improve io blocking perf.
Jan 28 2026, 4:17 PM
themackabu committed rANT75e68ceb1f11: migrate coro and event loop to seperate files.
Jan 28 2026, 4:17 PM
themackabu committed rANTc7d148681292: add support for key length in reflect module.
Jan 28 2026, 4:17 PM