376 Commits (78bc105add06ed07f55f093b42e6a138705b09d3)

Author SHA1 Message Date
Haled Odat 4d121e54d9 Fix incorrect `Number.MIN_VALUE` value (#2682) 2 years ago
Haled Odat 2588aa9f9a Fix exponent operator (#2681) 2 years ago
dependabot[bot] 65bb0d890e Bump bitflags from 2.0.0 to 2.0.1 (#2677) 2 years ago
Haled Odat da866cae64 Decouple bytecompiler from CodeBlock (#2669) 2 years ago
Kevin 10d58b334e Implement `CompletionRecords` for the Vm (#2618) 2 years ago
Iban Eguia Moraza 0a843d2096 Bump bitflags to 2.0.0 (#2666) 2 years ago
dependabot[bot] 6173a7343f Bump serde from 1.0.155 to 1.0.156 (#2662) 2 years ago
José Julián Espina 5a3186d633 Handle surrogates in `String.fromCodePoint` (#2659) 2 years ago
lauren n. liberda 6443aa86ec [regexp] new tests for unicode flag (#2656) 2 years ago
dependabot[bot] b138a3088a Bump serde from 1.0.154 to 1.0.155 (#2650) 2 years ago
dependabot[bot] a8a49ebca7 Bump chrono from 0.4.23 to 0.4.24 (#2653) 2 years ago
dependabot[bot] ced0024fc5 Bump regress from 0.4.1 to 0.5.0 (#2651) 2 years ago
dependabot[bot] 3d3191654d Bump serde from 1.0.153 to 1.0.154 (#2645) 2 years ago
Kevin 9da07dce72 Rust 1.68 clippy fixes (#2646) 2 years ago
dependabot[bot] 718fea378a Bump serde from 1.0.152 to 1.0.153 (#2640) 2 years ago
dependabot[bot] ee9f4d97ab Bump sys-locale from 0.2.3 to 0.2.4 (#2641) 2 years ago
dependabot[bot] b87930349d Bump serde_json from 1.0.93 to 1.0.94 (#2637) 2 years ago
dependabot[bot] 75b86477e5 Bump thiserror from 1.0.38 to 1.0.39 (#2636) 2 years ago
dependabot[bot] 7e8c1bc70a Bump indoc from 2.0.0 to 2.0.1 (#2634) 2 years ago
José Julián Espina d94e40aa01 Migrate tests to new test API (#2619) 2 years ago
hanabi1224 c15bf73b65 fix: RUSTSEC-2020-0071 in boa_engine (#2627) 2 years ago
dependabot[bot] 92f1088ddc Bump num_enum from 0.5.10 to 0.5.11 (#2617) 2 years ago
Choongwoo Han 3d6931cf9c Keep Integer type for inc/dec of an integer (#2615) 2 years ago
José Julián Espina 280199b07a API to construct a `NativeFunction` from a native async function (#2542) 2 years ago
dependabot[bot] fa2c3c1e99 Bump num_enum from 0.5.9 to 0.5.10 (#2613) 2 years ago
Choongwoo Han f8b682085d Optimize Get/SetPropertyByName (#2608) 2 years ago
raskad f457ea95f8 Fix string to number conversion for `infinity` (#2607) 2 years ago
raskad 310c67195a Remove Syntax Errors from Bytecompiler (#2598) 2 years ago
José Julián Espina 60c25b45e7 Fix doc tests and add CI check (#2606) 2 years ago
Choongwoo Han 4750e8d53a Fast path for static property keys (#2604) 2 years ago
raskad f538cb214c Implement `WeakMap` (#2597) 2 years ago
dependabot[bot] 4ca067a16c Bump once_cell from 1.17.0 to 1.17.1 (#2602) 2 years ago
raskad ffa854ce3f Implement `WeakSet` (#2586) 2 years ago
dependabot[bot] 0ca8ce23b7 Bump serde_json from 1.0.92 to 1.0.93 (#2594) 2 years ago
dependabot[bot] 10adeeb49e Bump serde_json from 1.0.91 to 1.0.92 (#2588) 2 years ago
Kevin c2809ef6f1 Try-catch-block control flow fix/refactor (#2568) 2 years ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
Mrmaxmeier 4aebe39e15 fuzzer: bubble up NoInstructionsRemain error instead of trying to handle as exception (#2566) 2 years ago
Kevin 9d521f9acf Feature flag on builtins console import (#2584) 2 years ago
raskad 3725ff85f7 Implement binary `in` operation with private names (#2582) 2 years ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 2 years ago
raskad b76050df44 Move increment and decrement operations to `Update` expression (#2565) 2 years ago
José Julián Espina ddf00c8c03 Improve identifier parsing (#2581) 2 years ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 2 years ago
raskad aa8e0c55dd Update icu dependencies (#2574) 2 years ago
raskad e6a1c3789d Fix rust 1.67 lints (#2567) 2 years ago
dependabot[bot] 753cab6a3b Bump num_enum from 0.5.7 to 0.5.9 (#2564) 2 years ago
José Julián Espina 097f85e409 First batch of `no_std` support for some sub-crates (#2544) 2 years ago
raskad 787d4a8bc5 Fix double property access on assignment ops (#2551) 2 years ago
raskad 6c8e9c7070 Avoid creating `prototype` property on methods (#2553) 2 years ago