1922 Commits (9b56912ea712a02a4ef23209146e3a78745928c8)
 

Author SHA1 Message Date
raskad 9b56912ea7 Set function names in object literal methods (#2460) 2 years ago
dependabot[bot] 20ad700ee2 Bump clap from 4.0.26 to 4.0.27 (#2462) 2 years ago
raskad 7971d4c197 Fix `PartialEq` for `JsBigInt` and `f64` (#2461) 2 years ago
Kevin 8c882817c0 `JsArrayBuffer` take method and docs (#2454) 2 years ago
raskad 5435ae0ab9 Restructure lint lists in `boa_engine` (#2455) 2 years ago
dependabot[bot] de737dc44e Bump prettier from 2.7.1 to 2.8.0 (#2459) 2 years ago
Arjun Kavi 9c2bc0a7a6 Fix built-ins/Array/prototype/toString/non-callable-join-string-tag.js test case (#2458) 2 years ago
Halid Odat a2964e63dd Implement instruction flowgraph generator (#2422) 2 years ago
José Julián Espina 1ae48441fd Refactor the `Date` builtin (#2449) 2 years ago
dependabot[bot] 20db887025 Bump serde_json from 1.0.88 to 1.0.89 (#2457) 2 years ago
dependabot[bot] a5bf5a2212 Bump bootstrap from 5.2.2 to 5.2.3 (#2456) 2 years ago
Iban Eguia Moraza 5125da0008 Fixed typo in the docs (#2450) 2 years ago
dependabot[bot] 7c4fbd28b0 Bump test262 from `1d5dc6b` to `83a46bf` (#2452) 2 years ago
dependabot[bot] 385eaa0081 Bump rayon from 1.5.3 to 1.6.0 (#2451) 2 years ago
raskad a5e8111fa2 Restructure lints in multiple crates (#2447) 2 years ago
dependabot[bot] f617de94dc Bump indexmap from 1.9.1 to 1.9.2 (#2446) 2 years ago
dependabot[bot] e0b0833797 Bump serde_json from 1.0.87 to 1.0.88 (#2445) 2 years ago
dependabot[bot] 6c3a9a5948 Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) 2 years ago
dependabot[bot] 34c475e4d3 Bump clap from 4.0.25 to 4.0.26 (#2444) 2 years ago
raskad a6e5c2d4e0 Restructure lint lists in `boa_ast` (#2433) 2 years ago
dependabot[bot] 2165451537 Bump loader-utils from 2.0.3 to 2.0.4 (#2442) 2 years ago
José Julián Espina 9c7b4d5531 Cleanup `boa_tester` (#2440) 2 years ago
dependabot[bot] ace098fcc5 Bump clap from 4.0.24 to 4.0.25 (#2441) 2 years ago
José Julián Espina 79f638d667 Implement the `WeakRef` builtin (#2438) 2 years ago
Addison Crump c1b5f38d11 VM Fuzzer (#2401) 2 years ago
dependabot[bot] ff02cd07f1 Bump clap from 4.0.23 to 4.0.24 (#2439) 2 years ago
Kevin 98e6dd36cb Boa Gc implementation draft (#2394) 2 years ago
dependabot[bot] 41d57f49e2 Bump clap from 4.0.22 to 4.0.23 (#2435) 2 years ago
dependabot[bot] 4493254de7 Bump chrono from 0.4.22 to 0.4.23 (#2436) 2 years ago
dependabot[bot] fcab8051d4 Bump css-loader from 6.7.1 to 6.7.2 (#2434) 2 years ago
dependabot[bot] e8e95f2311 Bump test262 from `f6c48f3` to `1d5dc6b` (#2437) 2 years ago
João Borges c2dd0271d0 Switch tarpaulin to llvm engine (#2432) 2 years ago
José Julián Espina fdac8ece5b Fix some Date tests (#2431) 2 years ago
dependabot[bot] 2362f7353c Bump webpack from 5.74.0 to 5.75.0 (#2427) 2 years ago
raskad 6eff7ca00e Handle `__proto__` fields in object literals (#2423) 2 years ago
Anuvrat 70f73b45d8 Safe wrapper for `JsDate` (#2181) 2 years ago
dependabot[bot] 2ffae5b6f3 Bump loader-utils from 2.0.2 to 2.0.3 (#2421) 2 years ago
dependabot[bot] 7f1a7aeac9 Bump clap from 4.0.18 to 4.0.22 (#2419) 2 years ago
dependabot[bot] e1f90a8025 Bump regex from 1.6.0 to 1.7.0 (#2418) 2 years ago
dependabot[bot] a7a51d2411 Bump benchmark-action/github-action-benchmark from 1.14.0 to 1.15.0 (#2417) 2 years ago
dependabot[bot] fe280ec268 Bump sys-locale from 0.2.1 to 0.2.3 (#2420) 2 years ago
raskad 6c7240195a Add early error for `yield` in `GeneratorExpression` parameters (#2413) 2 years ago
dependabot[bot] bc61243351 Bump test262 from `85373b4` to `f6c48f3` (#2414) 2 years ago
Addison Crump e64a20e2a6 Parser Idempotency Fuzzer (#2400) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
Iban Eguia Moraza 23f0335bf1 Reduced boilerplate code in the parser (#2410) 2 years ago
José Julián Espina 8a664f2f24 Make `JsString` conform to miri tests (#2412) 2 years ago
José Julián Espina 8e14d76893 Rewrite scope analysis operations using visitors (#2408) 2 years ago
José Julián Espina aad78154cf Pretty print promise objects (#2407) 2 years ago
José Julián Espina 73d23ead7f Fix async tests result values (#2406) 2 years ago