398 Commits (c33000591252c398dde5997289709d8989645afe)

Author SHA1 Message Date
dependabot[bot] d134a0acee Bump serde from 1.0.158 to 1.0.159 (#2755) 2 years ago
dependabot[bot] ea7557dee7 Bump serde_json from 1.0.94 to 1.0.95 (#2753) 2 years ago
Haled Odat ed358dea0c Shrink objects by using `ThinVec`s (#2752) 2 years ago
Haled Odat 7bec3e6a84 Don't construct prototype if not needed (#2751) 2 years ago
dependabot[bot] 03a83a7e56 Bump indexmap from 1.9.2 to 1.9.3 (#2749) 2 years ago
Iban Eguia Moraza f793a278df Added an example usage to documentation (#2742) 2 years ago
Iban Eguia Moraza 6ea4848bb5 Fix documentation links (#2741) 2 years ago
raskad b9ad5bcdd0 Make if statements return their completion values (#2739) 2 years ago
raskad 8d16940943 Fix update expressions getting values multiple times (#2733) 2 years ago
José Julián Espina 9cfb68d3e3 Remove panics on module compilation (#2730) 2 years ago
raskad 790c20a156 Fix remaining `Set` tests (#2725) 2 years ago
raskad f025e6fc92 Add negative zero handling for `Map.delete` (#2726) 2 years ago
raskad 0e01a74f59 Add early errors to dynamic function constructors (#2716) 2 years ago
José Julián Espina cb4e49a0ce Align iterator loops to the spec (#2686) 2 years ago
Haled Odat 3b5122635f Make tracing an opt-in feature (#2709) 2 years ago
Haled Odat 4544362b77 Fix get function opcode traces (#2708) 2 years ago
raskad 431a358b2f Implement `with` and object environments (#2692) 2 years ago
dependabot[bot] 7b2564e126 Bump bitflags from 2.0.1 to 2.0.2 (#2701) 2 years ago
dependabot[bot] 98356de414 Bump thiserror from 1.0.39 to 1.0.40 (#2698) 2 years ago
raskad d794edfeb2 Fix Object constructor (#2694) 2 years ago
Haled Odat b2b079b475 Fix value to bigint conversion (#2688) 2 years ago
Haled Odat 50a343a3ce Avoid unneeded bounds checks in bytecode address patching (#2680) 2 years ago
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