67 Commits (af4292181b84e13bbaa7e0ce2ac7cedb2ee1f42d)

Author SHA1 Message Date
Iban Eguia Moraza 5125da0008 Fixed typo in the docs (#2450) 2 years ago
raskad a5e8111fa2 Restructure lints in multiple crates (#2447) 2 years ago
José Julián Espina 9c7b4d5531 Cleanup `boa_tester` (#2440) 2 years ago
Kevin 98e6dd36cb Boa Gc implementation draft (#2394) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
José Julián Espina 73d23ead7f Fix async tests result values (#2406) 2 years ago
José Julián Espina 91235c77fe Rewrite some patterns with let-else and ok_or_else (#2404) 2 years ago
José Julián Espina 49a58675cc Replace `contains` and friends with visitors (#2403) 2 years ago
Iban Eguia Moraza 5e75cf68ff Removed the "VM Implementation" headline for Test262 (#2364) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
Iban Eguia 9998a6787c Upgrade clap to 4.0, add value hints for zsh and fish (#2336) 2 years ago
José Julián Espina df70302194 First prototype for new `JsString` using UTF-16 (#1659) 2 years ago
Iban Eguia 18ab56eaf3 Fixing the output for the test diffs in PRs (#2320) 2 years ago
Iban Eguia f0caa3cde2 Removed some non-needed dependencies (#2246) 2 years ago
Iban Eguia 0454ddec19 Execution stack & promises (#2107) 2 years ago
raskad 45dd2d416c Remove `strict` flag from `Context` (#2069) 3 years ago
Iban Eguia 456da4949a Fixing build for changes in clippy for Rust 1.61 (#2082) 3 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 3 years ago
raskad 76ef1a8829 Remove `git2` and `hex` dependencies (#1992) 3 years ago
Iban Eguia 6fb144520f Added better error handling for the Boa tester (#1984) 3 years ago
NorbertGarfield 5a2703b2d3 Retrieve feature-based results for Test262 runs (#1980) 3 years ago
raskad 7f90829f88 Compile StatementList after parse passes on negative tests (#1906) 3 years ago
Halid Odat 9dda8d3eae Toggleable `JsValue` internals displaying (#1865) 3 years ago
Iban Eguia 4d2772d6a0
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
raskad 29cd909f88 Refactor the environment for runtime performance (#1829) 3 years ago
Iban Eguia 748465d17b Unwrap removal (#1842) 3 years ago
Iban Eguia 53ef07b1a6 Using the new formatting arguments from Rust 1.58 (#1834) 3 years ago
Iban Eguia 60b7eb8934 General code clean-up and new lint addition (#1809) 3 years ago
Iban Eguia e92cff5920 Interner support in the parser (#1765) 3 years ago
Iban Eguia 48185f393d Lexer string interning (#1758) 3 years ago
RageKnify 7f18d7a851
Refactor: optimize println!() 3 years ago
Jason Williams dfb3df5bf2
Start removing non-VM path (#1747) 3 years ago
Iban Eguia 039c46ba7b Removed a bunch of warnings and clippy errors (#1754) 3 years ago
raskad d8a71bc78e Fix internal vm tests (#1718) 3 years ago
Halid Odat 3269c1b901 Generic `JsResult<R>` in `context.throw_` methods (#1734) 3 years ago
Grant Orndorff c8a5ff83eb Small test ux improvements (#1704) 3 years ago
Iban Eguia ed41f428e5 Adding VM conformance output to PR checks (#1685) 3 years ago
praveenbakkal a79fe12f24
change that verbosity comparison to > 2 (#1680) 3 years ago
Jason Williams 21a5b3418e
Fix master refs to main (#1637) 3 years ago
Iban Eguia f5d87a899f
Implement `Typed Array` built-in (#1552) 3 years ago
Iban Eguia 9a915c3ee9
Added "js" feature for getrandom for WebAssembly builds (#1521) 3 years ago
raskad f1b5358834
Add strict mode flag to `Context` (#1550) 3 years ago
Halid Odat 1c457b2bbb
Show count of tests failed/broken on header (#1512) 3 years ago
Bartek Iwańczuk 26e149795a
Rename `GcObject` to `JsObject` (#1489) 3 years ago
Bartek Iwańczuk 42d8f20917
Rename `boa::Result` to `JsResult` (#1493) 3 years ago
Halid Odat 62ad20cfde
Rename `Value` to `JsValue` (#1457) 3 years ago
jedel1043 fe665dbe06
Proposal of new `PropertyDescriptor` design (#1432) 3 years ago
Halid Odat 91f0fe62bb
Implement closure functions (#1442) 3 years ago
neeldug f673cbc662
fix cargo check errors (#1338) 3 years ago
Iban Eguia e38a84155e
Added the $262 object to Test262 test runner (#1296) 4 years ago