This website requires JavaScript.
Explore
Help
Sign In
moldybits
/
rust_browser
Watch
1
Star
0
Fork
0
You've already forked rust_browser
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
ci.yml
Actor
All actors
moldybits
Status
All status
Success
Failure
Waiting
Running
Add JavaScript delete, void, and in operators
ci.yml #58
:
Commit
13b610be03
pushed by
moldybits
main
2026-02-22 23:03:20 -05:00
6m27s
View workflow file
Add ToPrimitive coercion and primitive wrapper objects (Number/String/Boolean)
ci.yml #57
:
Commit
b5416b31d7
pushed by
moldybits
main
2026-02-22 22:10:25 -05:00
6m24s
View workflow file
Add JavaScript Error constructors to global scope
ci.yml #56
:
Commit
3fb0301693
pushed by
moldybits
main
2026-02-22 19:30:06 -05:00
6m22s
View workflow file
Add JavaScript Automatic Semicolon Insertion (ASI)
ci.yml #55
:
Commit
c5374ca4ae
pushed by
moldybits
main
2026-02-22 17:32:03 -05:00
6m24s
View workflow file
Add JavaScript exponentiation, nullish coalescing, and logical assignment operators
ci.yml #54
:
Commit
9967a9a398
pushed by
moldybits
main
2026-02-22 16:29:20 -05:00
6m32s
View workflow file
Add JavaScript spread/rest (...) operator support
ci.yml #53
:
Commit
13bc6bddaa
pushed by
moldybits
main
2026-02-22 12:23:49 -05:00
6m27s
View workflow file
Add JavaScript class declarations with prototype chain, extends, super, and instanceof
ci.yml #52
:
Commit
a41ebfc872
pushed by
moldybits
main
2026-02-22 11:32:24 -05:00
13m32s
View workflow file
Add JavaScript for...in / for...of loop support
ci.yml #51
:
Commit
9733696b29
pushed by
moldybits
main
2026-02-22 10:23:57 -05:00
6m20s
View workflow file
Add JavaScript ternary operator (? :) support
ci.yml #50
:
Commit
963ac860d2
pushed by
moldybits
main
2026-02-22 09:37:24 -05:00
12m31s
View workflow file
Break up js_vm interpreter.rs (6,375 lines) into modules
ci.yml #49
:
Commit
ed4f5cc141
pushed by
moldybits
main
2026-02-22 08:52:24 -05:00
14m22s
View workflow file
chore: add auto-claude entries to .gitignore
ci.yml #48
:
Commit
3492e627af
pushed by
moldybits
main
2026-02-22 01:07:24 -05:00
13m42s
View workflow file
Break up js_vm interpreter.rs (6,375 lines) into modules
ci.yml #47
:
Commit
ed4f5cc141
pushed by
moldybits
main
2026-02-22 00:41:59 -05:00
6m24s
View workflow file
Add JS array literals, computed member access, and array methods
ci.yml #46
:
Commit
66fbd69233
pushed by
moldybits
main
2026-02-21 20:48:57 -05:00
6m19s
View workflow file
Add Test262 integration (Phase A): function properties, harness, 50 real tests
ci.yml #45
:
Commit
9e0bbe37fc
pushed by
moldybits
main
2026-02-21 19:40:12 -05:00
6m19s
View workflow file
Add JS String methods, Function.name/.call(), Object.prototype.toString
ci.yml #44
:
Commit
3528177867
pushed by
moldybits
main
2026-02-21 16:48:56 -05:00
6m35s
View workflow file
Fix code review issues, add test coverage, and document Test262 roadmap
ci.yml #43
:
Commit
336b42c277
pushed by
moldybits
main
2026-02-20 18:57:51 -05:00
1m42s
View workflow file
Fix 8 JS runtime bugs: stack overflow, TDZ errors, UTF-8, typeof, var hoisting
ci.yml #42
:
Commit
13188f6b28
pushed by
moldybits
main
2026-02-19 11:34:28 -05:00
6m13s
View workflow file
Add Phase 1 deterministic JS runtime: tokenizer, parser, interpreter
ci.yml #41
:
Commit
93cff6340a
pushed by
moldybits
main
2026-02-19 11:27:46 -05:00
8s
View workflow file
Refactor style/types.rs into focused submodules
ci.yml #40
:
Commit
d017385183
pushed by
moldybits
main
2026-02-18 20:44:55 -05:00
6m22s
View workflow file
Render text input values and fix multi-byte cursor handling
ci.yml #39
:
Commit
ec1a5440e0
pushed by
moldybits
main
2026-02-18 19:05:54 -05:00
6m12s
View workflow file
Implement CSS 2.1 §14.2 canvas background propagation
ci.yml #38
:
Commit
0d9af797b7
pushed by
moldybits
main
2026-02-18 14:59:17 -05:00
6m13s
View workflow file
Treat table cell height as minimum per CSS 2.1 §17.5.3
ci.yml #37
:
Commit
c1aef72d55
pushed by
moldybits
main
2026-02-18 14:24:49 -05:00
6m35s
View workflow file
Add @font-face support for web font loading through the full pipeline
ci.yml #36
:
Commit
7f767b4589
pushed by
moldybits
main
2026-02-17 21:46:51 -05:00
6m20s
View workflow file
Double HTML and CSS input size limits (HTML: 5MB→10MB, CSS: 1MB→2MB)
ci.yml #35
:
Commit
93b8a95736
pushed by
moldybits
main
2026-02-07 10:20:32 -05:00
3m25s
View workflow file
Implement image support (<img> with decode, sizing, and paint)
ci.yml #34
:
Commit
15503fa4d9
pushed by
moldybits
main
2026-02-06 02:02:18 -05:00
3m18s
View workflow file
Split layout tests into multiple files by functionality
ci.yml #33
:
Commit
b96f3b67e2
pushed by
moldybits
main
2026-02-05 10:17:58 -05:00
2m49s
View workflow file
Fix table cell vertical-align and add HTML border attribute support
ci.yml #32
:
Commit
72012ca354
pushed by
moldybits
main
2026-02-04 02:44:23 -05:00
2m55s
View workflow file
Add CSS vertical-align support for inline elements
ci.yml #31
:
Commit
383f1e8af5
pushed by
moldybits
main
2026-02-04 02:35:06 -05:00
2m55s
View workflow file
Add CSS/HTML layout features: line-height, text-align, table attributes
ci.yml #30
:
Commit
6af273ba81
pushed by
moldybits
main
2026-02-04 02:15:41 -05:00
2m43s
View workflow file
Add CSS escape sequence support and fix adjacent sibling combinator parsing
ci.yml #29
:
Commit
a70a197400
pushed by
moldybits
main
2026-02-04 01:04:43 -05:00
2m41s
View workflow file
First
Previous
1
2
3
Next
Last