131 Commits (f7f8470df08b53143f2568b86101f11827114c21)

Author SHA1 Message Date
José Julián Espina 8e76836c8c
Remove `Temporal.Calendar` and `Temporal.TimeZone` (#3890) 6 months ago
raskad 961d7b4d82
Refactor call frame access to avoid panic checks (#3888) 6 months ago
raskad eb439557ed
Remove some environment clones (#3884) 6 months ago
raskad 9738d44749
Combine `HasProperty` and `Get` operations when possible (#3883) 6 months ago
Haled Odat 2d91cd1e2c
Remove `FormalParameterList` from CodeBlock (#3882) 6 months ago
José Julián Espina 2458d73669
Bump temporal_rs to latest commit (#3880) 6 months ago
Hans Larsen 149693ae8b
Adding TryFromJs implementations for tuples (#3843) 6 months ago
José Julián Espina 69ea2f52ed
Fix AsyncGenerator to correctly handle `return` inside `then` (#3879) 6 months ago
Hans Larsen 109dd3d395
Adding TryFromJs implementations for BTreeMap and HashMap (#3844) 7 months ago
raskad 4419e6df04
Fix base objects in `with` statements (#3870) 7 months ago
José Julián Espina 8c727f6d52
Bump ICU4X to 1.5 and cleanup Intl (#3868) 7 months ago
Haled Odat ced222fdba
Separate `JsString` into its own crate (#3837) 8 months ago
Haled Odat 5af3f7c079
Fix Rust 1.78.0 Clippy lints (#3838) 8 months ago
Haled Odat 3f6ee2276c
Implement Latin1 JsString (#3450) 8 months ago
Haled Odat 6febf7eda0
Implement object keys access (#3832) 8 months ago
Haled Odat 6ee208fc5d
Decouple `Context` from `ByteCompiler` (#3829) 8 months ago
Hans Larsen 61567687cf
Implement TryFromJs for Either<L, R> (#3822) 8 months ago
Hans Larsen f955248732
Add a ContextData struct to inject host defined types from the context (#3802) 8 months ago
Haled Odat 261e264b01
Fix order of `ToString` call in Function constructor (#3820) 8 months ago
Hans Larsen 5a4d9774ed
Add an embed_module!() macro to boa_interop (#3784) 8 months ago
Hans Larsen d915c9bef7
Add functions to create modules from a JSON value (#3804) 9 months ago
Hans Larsen 0d7018f16c
Add a new type Convert<> to convert values (#3786) 9 months ago
Linus Groh c0a961f650
Implement Promise.try() (#3800) 9 months ago
Hans Larsen 9702501f09
Add more utility traits and funtions to boa_interop (#3773) 9 months ago
Hans Larsen 1825e8b3f2
Fix SimpleModuleLoader on Windows (#3795) 9 months ago
José Julián Espina c9d1401a58
Cleanup tester deps and patterns (#3792) 9 months ago
Hans Larsen 958045c9ac
Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 9 months ago
Hans Larsen cb5cea6d26
Add a path to Module (and expose it in Referrer) (#3783) 9 months ago
Haled Odat b1f07805c3
Optimize Regex match check (#3779) 9 months ago
José Julián Espina 5c20010328
Check that `min <= max` in `clamp_finite` (#3699) 9 months ago
Haled Odat fb8e16b2d9
Cached `this` value (#3771) 9 months ago
Haled Odat a1e36fc788
Optimize number to PropertyKey conversion (#3769) 9 months ago
Matthew Stone 48750f361a
Swap to Duration::round from temporal_rs (#3731) 9 months ago
raskad 7987fd8c02
Add missing environment creation in initial iteration of for loop (#3751) 9 months ago
Haled Odat d3e539593f
Dense array storage variants for `i32` and `f64` (#3760) 9 months ago
Hans Larsen 1c6a095196
Add a try_from_js implementation for Vec<T> (accept any Array-like) (#3755) 9 months ago
José Julián Espina 03d972957d
Apply new clippy lints for rustc 1.77 (#3759) 9 months ago
raskad 2bed1fca2f
Add default value for descructing property access arrays (#3738) 10 months ago
raskad 861010ec80
Close for-of iterator when the loop body throws (#3734) 10 months ago
Matthew Stone 4189aa2f16
Fix a few Duration code typos (#3730) 10 months ago
Kevin d985ad9be0
Update temporal_rs and cargo update (#3717) 10 months ago
José Julián Espina d346bf8364
Split ICU4X data generation from `boa_icu_provider` (#3682) 10 months ago
raskad a7c2f5baa7
Implement RegExp `v` flag (#3695) 10 months ago
Kevin 5ce93b2086
Migrate to `temporal_rs` crate (#3694) 10 months ago
Angelo Ceccato 14b34fe395
Js typed array methods (#3481) 10 months ago
José Julián Espina c94e10ddd6
Change `HostEnsureCanCompileStrings` to the new spec (#3690) 10 months ago
José Julián Espina cf613c9e65
Implement prototype of `NumberFormat` (#3669) 11 months ago
José Julián Espina 4523eaf0dd
Fix clippy warnings for rustc 1.76 (#3668) 11 months ago
Haled Odat 98dba8a1b9
Implement inline caching tests and cleanup (#3513) 11 months ago
José Julián Espina 0f33b98e75
Simplify Temporal APIs (#3653) 11 months ago