591 Commits (9bb3bea4ca9d6ebece65c1946f6411214dee91cd)

Author SHA1 Message Date
José Julián Espina 739bd5a9cb Optimize `String.prototype.normalize` (#2848) 2 years ago
José Julián Espina 338f6f8176 Create a unique `PromiseCapability` on each async function call (#2846) 2 years ago
raskad 54695cc620 Fix async generators (#2853) 2 years ago
José Julián Espina 65f910523b Fix setting properties inside `with` blocks (#2847) 2 years ago
José Julián Espina 1b67e5d607 Implement `Intl.Segmenter` (#2840) 2 years ago
raskad 8a29c5025b Fix sync generator yield expressions (#2838) 2 years ago
José Julián Espina 40a5ae0a2f Fix more Annex B tests (#2841) 2 years ago
dependabot[bot] c87cf7c7f4 Bump bitflags from 2.1.0 to 2.2.0 (#2845) 2 years ago
Iban Eguia Moraza d288b63847 Upgraded to ICU 1.2 (#2826) 2 years ago
José Julián Espina 20f4a82479 Improve strictness of `GeneratorState` (#2837) 2 years ago
dependabot[bot] 74ec5c1f96 Bump num_enum from 0.6.0 to 0.6.1 (#2836) 2 years ago
José Julián Espina 9dc4dd1410 Add hooks to get the current time and timezone (#2824) 2 years ago
José Julián Espina a12f10e335 Implement `String.prototype.toLocaleUpper/LowerCase` (#2822) 2 years ago
José Julián Espina 6d3550d0cb Implement async functions using generators (#2821) 2 years ago
dependabot[bot] 236012d853 Bump serde_json from 1.0.95 to 1.0.96 (#2815) 2 years ago
dependabot[bot] 78bc105add Bump writeable from 0.5.1 to 0.5.2 (#2819) 2 years ago
José Julián Espina 460051261a Implement HTML comments and gate behind the `annex-b` feature (#2817) 2 years ago
Haled Odat bfa9815fe7 Fix `TypedArray`s minus zero key (#2808) 2 years ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 2 years ago
José Julián Espina c9759a8dc3 Lift `InternalObjectMethods` from `Object` (#2790) 2 years ago
Iban Eguia Moraza 6412b30d5d Make the `wasmbind` feature of the `chrono` crate optional (#2810) 2 years ago
Iban Eguia Moraza a8578f7cef Implement `TryFromJs` for `JsObject` wrappers (#2809) 2 years ago
raskad ff0a37f262 Fix destructive for-of loop assignments (#2803) 2 years ago
dependabot[bot] 2f580bbac3 Bump serde from 1.0.159 to 1.0.160 (#2807) 2 years ago
Haled Odat 4fbecb5084 Implement annex-b `trimLeft` and `trimRight` string methods (#2806) 2 years ago
Haled Odat 333b94a9ec Fix `String.prototype.substr()` (#2805) 2 years ago
Haled Odat 24a4770b21 Implement Annex-B string html methods (#2798) 2 years ago
Haled Odat 09d57e75fb Fix `ThrowTypeError` intrinsic (#2797) 2 years ago
José Julián Espina 1e75fd0d21 Make `Realm` shareable between functions (#2801) 2 years ago
Haled Odat 7a4d6526b0 Fix `String.prototype.replace()` order of `ToString` execution (#2799) 2 years ago
Haled Odat 88fb15c0e5 Fix `Symbol.prototype[@@iterator]` (#2800) 2 years ago
José Julián Espina 34d6b93f36 Fix cross-realm construction bugs (#2786) 2 years ago
dependabot[bot] 303d8d4b69 Bump bitflags from 2.0.2 to 2.1.0 (#2788) 2 years ago
Haled Odat 570bc85ebe Implement debug object for CLI (#2772) 2 years ago
dependabot[bot] 0eb4aecc10 Bump sys-locale from 0.2.4 to 0.3.0 (#2781) 2 years ago
dependabot[bot] 57bbacb502 Bump num_enum from 0.5.11 to 0.6.0 (#2782) 2 years ago
José Julián Espina 0babe195fb Implement `escape` and `unescape` (#2768) 2 years ago
Iban Eguia Moraza 540aa2be4f Initial version of a JS -> Rust conversion trait. (#2276) 2 years ago
raskad e286d9fbb7 Add AST node for parenthesized expressions (#2738) 2 years ago
Haled Odat edb0417543 Shrink size of `IndexedProperties` (#2757) 2 years ago
Haled Odat 6c438b5516 Implement constant folding optimization (#2679) 2 years ago
raskad cf85843dc8 Fix super call execution order (#2724) 2 years ago
José Julián Espina bf47815a49 Implement `JsPromise` wrapper (#2758) 2 years ago
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