Page MenuHomePhorge
Feed Search

Feb 15 2026

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
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
themackabu committed rANTb65369975224: add method and body support to fetch request.
Jan 28 2026, 4:17 PM
themackabu committed rANT74bf930742c0: simplify call frame handling.
Jan 28 2026, 4:17 PM
themackabu committed rANT5926a24f02a6: switch DataViewData allocation to arena allocator in buffer.c.
Jan 28 2026, 4:17 PM
themackabu committed rANTc3f057cadaf9: improve memory safety in core runtime.
Jan 28 2026, 4:17 PM
themackabu committed rANTb5ec6e8c2938: unify lock handler creation using data slots.
Jan 28 2026, 4:17 PM
themackabu committed rANT6ecd8f0b688a: update GC functions to use op_val instead of fwd_val.
Jan 28 2026, 4:17 PM
themackabu committed rANTcfbc9063dc2f: add ASCII cache and optimize UTF-8 string length calculation.
Jan 28 2026, 4:17 PM
themackabu committed rANT48e7c5f138a5: add TUI demo with task management and system monitoring.
Jan 28 2026, 4:17 PM
themackabu committed rANT6a52652e5afc: improve dynamic memory management.
Jan 28 2026, 4:17 PM
themackabu committed rANTf37c34cdb5a3: add process.stdin support to readline module.
Jan 28 2026, 4:17 PM
themackabu committed rANT1d642f64fa7e: add utf16 index and range functions.
Jan 28 2026, 4:17 PM
themackabu committed rANT3f81bdd878f2: improve utf8 safety.
Jan 28 2026, 4:17 PM
themackabu committed rANT6a1122dd8607: add UTF-8 encoding and decoding functions.
Jan 28 2026, 4:17 PM
themackabu committed rANT51d19833896d: add coroutine/async this preservation tests.
Jan 28 2026, 4:17 PM
themackabu committed rANT87f6c4ec3288: iterate over utf8 codepoints.
Jan 28 2026, 4:17 PM
themackabu committed rANT607454963274: add support for special objects in various modules.
Jan 28 2026, 4:17 PM
themackabu committed rANTf53e7c6ec707: add support for special objects (array) in JSON module.
Jan 28 2026, 4:17 PM
themackabu committed rANTf0908d093507: add support for special objects in various modules.
Jan 28 2026, 4:17 PM
themackabu committed rANT5c0092674e34: add special object type check for prototypes.
Jan 28 2026, 4:17 PM
themackabu committed rANTdb8e787d62d9: seperate stack, types, and errors.
Jan 28 2026, 4:17 PM
themackabu committed rANTb076e4c4dd0a: remove heavy mkfun and replace with this binding.
Jan 28 2026, 4:17 PM
themackabu committed rANTcfedd25b4182: use `vtype` instead of `js_type` for type checking.
Jan 28 2026, 4:17 PM
themackabu committed rANT90f74a554df4: fix: correct js_type/vtype mismatches and optimize fetch response methods.
Jan 28 2026, 4:17 PM
themackabu committed rANT130909e5978e: add REMAIN macro and update string handling functions.
Jan 28 2026, 4:17 PM
themackabu committed rANTd854bdb26d85: add vtype support to inspect_value and inspect_object_full functions.
Jan 28 2026, 4:17 PM
themackabu committed rANT819c9a3efb02: add error message capacity management and formatting improvements.
Jan 28 2026, 4:17 PM
themackabu committed rANT1b81ae9af472: add REMAIN macro for buffer length management.
Jan 28 2026, 4:17 PM
themackabu committed rANTe386de298fe9: export barrel.
Jan 28 2026, 4:17 PM
themackabu committed rANT2bc311af3ed1: gc roots.
Jan 28 2026, 4:17 PM
themackabu committed rANT9babd304896d: "global" object.
Jan 28 2026, 4:16 PM
themackabu committed rANT9ba2b23bdedf: async operation stack errors.
Jan 28 2026, 4:16 PM
themackabu committed rANT6af7cf98d0ae: replace CSS stack limit with OS stack limit detection.
Jan 28 2026, 4:16 PM
themackabu committed rANT78a9232cf085: improve gc mmap allocator.
Jan 28 2026, 4:16 PM
themackabu committed rANT6d09e24f6745: add coroutine-aware stack overflow detection and clearer error messages.
Jan 28 2026, 4:16 PM
themackabu committed rANT6d12975dcef0: add code intern cache and arena reset.
Jan 28 2026, 4:16 PM
themackabu committed rANT32a0a265f96b: add u64 type for better readability.
Jan 28 2026, 4:16 PM
themackabu committed rANT81a2d7a75db1: add double conversion for length properties.
Jan 28 2026, 4:16 PM
themackabu committed rANTc63d5b3bdedc: migrate to arena memory management.
Jan 28 2026, 4:16 PM
themackabu committed rANT15333645d121: consolidate GC forward callback dispatch logic to use goto table.
Jan 28 2026, 4:16 PM
themackabu committed rANTca1eaa018ee0: add weak reference handling for accessor registry.
Jan 28 2026, 4:16 PM
themackabu committed rANT80aa35a27b8c: update tests.
Jan 28 2026, 4:16 PM
themackabu committed rANTcd48d60d5f96: migrate to 64bit for offsets and values.
Jan 28 2026, 4:16 PM
themackabu committed rANT78beb76243a3: add support for getppid on non-Windows platforms.
Jan 28 2026, 4:16 PM
themackabu committed rANT80ae0c3f0315: migrate to process module.
Jan 28 2026, 4:16 PM
themackabu committed rANT83edbe838a0a: add gc_apply_off_callback and gc_apply_val.
Jan 28 2026, 4:16 PM
themackabu committed rANTae70a7c9fa69: add inspector, migrate to prototype.
Jan 28 2026, 4:16 PM
themackabu committed rANTa55bd1f28fcb: feat(process): add Node.js-style event emitter with signal handling.
Jan 28 2026, 4:16 PM
themackabu committed rANTa2b07099f975: improve template literal scanning with dedicated helpers.
Jan 28 2026, 4:16 PM
themackabu committed rANT31301640af71: apply parse_array_index to includes and some.
Jan 28 2026, 4:16 PM
themackabu committed rANTcc67ac2e0022: refactor: extract helpers and deduplicate array method implementations.
Jan 28 2026, 4:16 PM
themackabu committed rANTf544621af19d: refactor: optimize array methods and property iteration.
Jan 28 2026, 4:16 PM