398 Commits (c33000591252c398dde5997289709d8989645afe)

Author SHA1 Message Date
dependabot[bot] cebec9da90 Bump bitflags from 2.1.0 to 2.2.1 (#2868) 1 year ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 1 year ago
Haled Odat 49e39d42ef Fix panic when calling toString with radix (#2863) 1 year ago
Haled Odat 72866e217e Allow `Date` object to store invalid `NativeDateTime` (#2861) 1 year ago
Haled Odat 31bc679f9d Fix `Date.prototype[Symbol.primitive]` incorrect attributes (#2862) 1 year ago
José Julián Espina 53e4825a19 Implement var initializers in for-in loops (#2842) 1 year ago
Haled Odat 9159f90725 Fix `PropertyKey` index parse (#2843) 1 year ago
José Julián Espina 739bd5a9cb Optimize `String.prototype.normalize` (#2848) 1 year ago
José Julián Espina 338f6f8176 Create a unique `PromiseCapability` on each async function call (#2846) 1 year ago
raskad 54695cc620 Fix async generators (#2853) 1 year ago
José Julián Espina 65f910523b Fix setting properties inside `with` blocks (#2847) 1 year ago
José Julián Espina 1b67e5d607 Implement `Intl.Segmenter` (#2840) 1 year ago
raskad 8a29c5025b Fix sync generator yield expressions (#2838) 1 year ago
José Julián Espina 40a5ae0a2f Fix more Annex B tests (#2841) 1 year ago
dependabot[bot] c87cf7c7f4 Bump bitflags from 2.1.0 to 2.2.0 (#2845) 1 year ago
Iban Eguia Moraza d288b63847 Upgraded to ICU 1.2 (#2826) 1 year ago
José Julián Espina 20f4a82479 Improve strictness of `GeneratorState` (#2837) 1 year ago
dependabot[bot] 74ec5c1f96 Bump num_enum from 0.6.0 to 0.6.1 (#2836) 1 year ago
José Julián Espina 9dc4dd1410 Add hooks to get the current time and timezone (#2824) 1 year ago
José Julián Espina a12f10e335 Implement `String.prototype.toLocaleUpper/LowerCase` (#2822) 1 year ago
José Julián Espina 6d3550d0cb Implement async functions using generators (#2821) 1 year ago
dependabot[bot] 236012d853 Bump serde_json from 1.0.95 to 1.0.96 (#2815) 1 year ago
dependabot[bot] 78bc105add Bump writeable from 0.5.1 to 0.5.2 (#2819) 1 year ago
José Julián Espina 460051261a Implement HTML comments and gate behind the `annex-b` feature (#2817) 1 year ago
Haled Odat bfa9815fe7 Fix `TypedArray`s minus zero key (#2808) 1 year ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 1 year ago
José Julián Espina c9759a8dc3 Lift `InternalObjectMethods` from `Object` (#2790) 1 year ago
Iban Eguia Moraza 6412b30d5d Make the `wasmbind` feature of the `chrono` crate optional (#2810) 1 year ago
Iban Eguia Moraza a8578f7cef Implement `TryFromJs` for `JsObject` wrappers (#2809) 1 year ago
raskad ff0a37f262 Fix destructive for-of loop assignments (#2803) 1 year ago
dependabot[bot] 2f580bbac3 Bump serde from 1.0.159 to 1.0.160 (#2807) 1 year ago
Haled Odat 4fbecb5084 Implement annex-b `trimLeft` and `trimRight` string methods (#2806) 1 year ago
Haled Odat 333b94a9ec Fix `String.prototype.substr()` (#2805) 1 year ago
Haled Odat 24a4770b21 Implement Annex-B string html methods (#2798) 1 year ago
Haled Odat 09d57e75fb Fix `ThrowTypeError` intrinsic (#2797) 1 year ago
José Julián Espina 1e75fd0d21 Make `Realm` shareable between functions (#2801) 1 year ago
Haled Odat 7a4d6526b0 Fix `String.prototype.replace()` order of `ToString` execution (#2799) 1 year ago
Haled Odat 88fb15c0e5 Fix `Symbol.prototype[@@iterator]` (#2800) 1 year ago
José Julián Espina 34d6b93f36 Fix cross-realm construction bugs (#2786) 1 year ago
dependabot[bot] 303d8d4b69 Bump bitflags from 2.0.2 to 2.1.0 (#2788) 1 year ago
Haled Odat 570bc85ebe Implement debug object for CLI (#2772) 1 year ago
dependabot[bot] 0eb4aecc10 Bump sys-locale from 0.2.4 to 0.3.0 (#2781) 1 year ago
dependabot[bot] 57bbacb502 Bump num_enum from 0.5.11 to 0.6.0 (#2782) 1 year ago
José Julián Espina 0babe195fb Implement `escape` and `unescape` (#2768) 1 year 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