moldybits
moldybits pushed to main at moldybits/tcptop 2026-03-22 08:16:42 -04:00
255c7516b8 fix(ci): use apk and Alpine package names for system deps
moldybits pushed to main at moldybits/tcptop 2026-03-22 08:11:25 -04:00
a9ea30b83c fix(ci): remove sudo — runner already runs as root
moldybits pushed to main at moldybits/tcptop 2026-03-22 08:10:44 -04:00
a00e239235 fix(ci): clone repo from scratch in checkout step
moldybits pushed to main at moldybits/rust_browser 2026-03-21 16:49:46 -04:00
46d477fb1f Fix 30 Test262 full-suite regressions from descriptor and array method changes
moldybits pushed to main at moldybits/rust_browser 2026-03-20 05:00:54 -04:00
3b237967cb Fix Object.defineProperty/defineProperties/create descriptor compliance and promote 262 tests
4cdb43e9f2 Register Array.prototype methods as properties for generic algorithm support
c0a1c38115 Add /= and %= compound assignment operators and promote 8 tests
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-19 06:58:02 -04:00
e56ab1b577 Add computed property names and numeric keys for object literals and classes
2c5a2b1533 Implement JavaScript arguments object with mapped/unmapped support
54b0cc8639 Add JS262_FILTER env var for running individual test262 tests
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-18 16:39:18 -04:00
5ac37e2014 Split entity_table.rs into module directory with sub-files
8e73baa0fd Add missing \b, \f, \v single escape sequences and promote 14 tests
dc75d80dfb Promote 13 test262-full tests now passing after string escape fix
25de48d573 Fix unrecognized string escape sequences preserving backslash
cafd98a51f Add --js flag to app_browser for executing JavaScript from stdin or file
Compare 8 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-18 08:33:14 -04:00
58c65db98f Promote 2,457 test262-full tests from known_fail to pass (39% pass rate)
1af0982df4 Optimize object/array literal creation to fix sort-stability-2048 timeout
201a8c334d Fix year_from_time infinite loop on negative timestamps
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-18 00:34:57 -04:00
ca639a19f9 Log test ID on timeout even without JS262_VERBOSE
moldybits pushed to main at moldybits/rust_browser 2026-03-18 00:22:59 -04:00
fcb3611cf1 Add JS262_THREADS env var to control test harness parallelism
moldybits pushed to main at moldybits/rust_browser 2026-03-18 00:17:38 -04:00
e4dfde69da Fix URI decode panic on multi-byte UTF-8 input
moldybits pushed to main at moldybits/rust_browser 2026-03-17 23:57:38 -04:00
0d8cfafb0b Fix JS bytecode interpreter bugs: control flow, types, opcodes, and spec compliance
d5a6da6566 Remove AST JavaScript interpreter, execute all JS via bytecode
Compare 2 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-17 16:45:07 -04:00
0a0cdb61ee Fix Plausible analytics errors: attribute fallback, navigator API, and lexical scoping
1caff05f2d Update CNN investigation report for 1920x1080 viewport
9aed9f03b4 Add --width/--height CLI flags and update default viewport to 1920x1080
54f2191508 Implement CSS repeat() and minmax() parsing for grid templates
442b49bee5 Implement CSS content: url() support for pseudo-element images
Compare 6 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-17 07:17:32 -04:00
bbee018a24 Add CNN homepage rendering investigation
moldybits pushed to main at moldybits/rust_browser 2026-03-17 01:24:42 -04:00
59a57ff953 Implement labeled statements with break/continue label support
fd0f378bf7 Implement window.history Web API (pushState/replaceState)
140cfac829 Implement URL Web API constructor
460cb75f2a Implement window.location and document.currentScript Web APIs
49af6a0f49 Fix builtins unavailable in event handlers when no <script> tag present
Compare 8 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-16 16:32:22 -04:00
743c918545 Implement WeakRef, FinalizationRegistry & strict mode edge cases with code review fixes (§3.7)
347630d3dd Implement built-in completeness for Date/RegExp/Map/Set with code review fixes (§3.6)
fbfcf141c7 Implement built-in completeness for Array/String/Object with code review fixes (§3.5)
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-16 11:08:21 -04:00
6917c062a1 Fix ES module fifth code review issues (§3.4)
2142cdcdae Fix ES module code review issues from fourth review (§3.4)
Compare 2 commits »
moldybits pushed to fix/es-modules-fifth-review-3-4 at moldybits/rust_browser 2026-03-16 11:06:06 -04:00
6917c062a1 Fix ES module fifth code review issues (§3.4)
2142cdcdae Fix ES module code review issues from fourth review (§3.4)
Compare 2 commits »
moldybits created branch fix/es-modules-fifth-review-3-4 in moldybits/rust_browser 2026-03-16 11:06:06 -04:00
moldybits pushed to main at moldybits/rust_browser 2026-03-16 08:06:28 -04:00
fb64ca1d34 Create story files for Epic 3 stories 3.5-3.10
9e6300d7a0 Implement ES modules with code review fixes (§3.4)
b43cd2d58b Implement async/await for bytecode VM with code review fixes (§3.3)
fedce447ef Fix generator/iterator protocol issues found in code review (§3.2)
a534ff41d2 Implement generators and iterator protocol for bytecode VM (§3.2)
Compare 7 commits »