89 Commits (841481803a7fd6c760ec16502cfa3f4929f67390)

Author SHA1 Message Date
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 1 year ago
José Julián Espina 34d6b93f36 Fix cross-realm construction bugs (#2786) 1 year ago
José Julián Espina 0babe195fb Implement `escape` and `unescape` (#2768) 1 year ago
Haled Odat 0fb0558d44 Add `json-parse-with-source` feature to `boa_tester` (#2778) 1 year ago
Haled Odat 6c438b5516 Implement constant folding optimization (#2679) 2 years ago
José Julián Espina ceaea32278 Fix deserialization of `SpecEdition` (#2762) 2 years ago
José Julián Espina 9cfb68d3e3 Remove panics on module compilation (#2730) 2 years ago
José Julián Espina d448e8e7bb Fix verbose test display (#2731) 2 years ago
José Julián Espina d45a15ed7f Bump Test262 and add new features (#2729) 2 years ago
José Julián Espina 9b53859126 Improve tester display for multiple editions (#2720) 2 years ago
Zack Mitkin 02f737aac7 Add ES5 and ES6 Conformance calculation to boa_tester (#2690) 2 years ago
José Julián Espina a53edeb4aa Correctly run async tests (#2683) 2 years ago
Iban Eguia Moraza 0a843d2096 Bump bitflags to 2.0.0 (#2666) 2 years ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 2 years ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 2 years ago
raskad e6a1c3789d Fix rust 1.67 lints (#2567) 2 years ago
José Julián Espina 5ab0aa21cc Implement host hooks and job queues APIs (#2529) 2 years ago
José Julián Espina edd404ba7f Redesign native functions and closures API (#2499) 2 years ago
José Julián Espina 81680ff5c4 Pass locale data provider by ref instead of boxing (#2508) 2 years ago
José Julián Espina 3bf5de2929 Redesign Intl API and implement some services (#2478) 2 years ago
José Julián Espina cc45a827ca Cleanup inline annotations (#2493) 2 years ago
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) 2 years ago
Iban Eguia 456da4949a Fixing build for changes in clippy for Rust 1.61 (#2082) 2 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 2 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