120 Commits (releases/0.19)

Author SHA1 Message Date
José Julián Espina 59a7c02fde
Backport 0.19 fixes (#3989) 2 months ago
Haled Odat 5b1621abd2
Implement lossless TryFromJs for integers from f64 (#3907) 5 months ago
raskad ab0854f76b
Refactor environment stack to remove some panics (#3893) 5 months ago
Jason Williams a6822463c8
update versions and ABOUT files (#3903) 5 months ago
Kevin Ness d47254b826
Patch regression from change to to-relative-to-object (#3906) 5 months ago
Kevin Ness 5889a767d1
Updates to temporal_rs version and temporal methods (#3900) 5 months ago
raskad 36eeea1c72
Fix evaluation order in destructive property assignments (#3895) 5 months ago
raskad 5bf2e92d2f
Fix HomeObject for private class methods (#3897) 5 months ago
Hans Larsen 58d0fe64d2
Add a js_class to implement the Class trait without boilerplate (#3872) 5 months ago
Jason Williams 6a6fa6ae8c
format code in comments (#3902) 5 months ago
Kevin Ness fc2a6e0996
Update Temporal rounding and implement additional methods (#3892) 5 months ago
José Julián Espina 8e76836c8c
Remove `Temporal.Calendar` and `Temporal.TimeZone` (#3890) 5 months ago
raskad 961d7b4d82
Refactor call frame access to avoid panic checks (#3888) 5 months ago
raskad eb439557ed
Remove some environment clones (#3884) 5 months ago
raskad 9738d44749
Combine `HasProperty` and `Get` operations when possible (#3883) 5 months ago
Haled Odat 2d91cd1e2c
Remove `FormalParameterList` from CodeBlock (#3882) 5 months ago
José Julián Espina 2458d73669
Bump temporal_rs to latest commit (#3880) 5 months ago
Hans Larsen 149693ae8b
Adding TryFromJs implementations for tuples (#3843) 5 months ago
José Julián Espina 69ea2f52ed
Fix AsyncGenerator to correctly handle `return` inside `then` (#3879) 5 months ago
Hans Larsen 109dd3d395
Adding TryFromJs implementations for BTreeMap and HashMap (#3844) 6 months ago
raskad 4419e6df04
Fix base objects in `with` statements (#3870) 6 months ago
José Julián Espina 8c727f6d52
Bump ICU4X to 1.5 and cleanup Intl (#3868) 6 months ago
José Julián Espina 6130adf6d9
Group dependabot updates (#3863) 6 months ago
dependabot[bot] 52bc17d1a8
Bump thiserror from 1.0.59 to 1.0.60 (#3851) 6 months ago
Haled Odat ced222fdba
Separate `JsString` into its own crate (#3837) 6 months ago
Haled Odat 5af3f7c079
Fix Rust 1.78.0 Clippy lints (#3838) 7 months ago
Haled Odat 3f6ee2276c
Implement Latin1 JsString (#3450) 7 months ago
Haled Odat 6febf7eda0
Implement object keys access (#3832) 7 months ago
Haled Odat 6ee208fc5d
Decouple `Context` from `ByteCompiler` (#3829) 7 months ago
Hans Larsen 61567687cf
Implement TryFromJs for Either<L, R> (#3822) 7 months ago
dependabot[bot] 7f079ae689
Bump thiserror from 1.0.58 to 1.0.59 (#3824) 7 months ago
Hans Larsen f955248732
Add a ContextData struct to inject host defined types from the context (#3802) 7 months ago
Haled Odat 261e264b01
Fix order of `ToString` call in Function constructor (#3820) 7 months ago
Hans Larsen 5a4d9774ed
Add an embed_module!() macro to boa_interop (#3784) 7 months ago
Hans Larsen d915c9bef7
Add functions to create modules from a JSON value (#3804) 7 months ago
Hans Larsen 0d7018f16c
Add a new type Convert<> to convert values (#3786) 8 months ago
Linus Groh c0a961f650
Implement Promise.try() (#3800) 8 months ago
Hans Larsen 9702501f09
Add more utility traits and funtions to boa_interop (#3773) 8 months ago
Hans Larsen 1825e8b3f2
Fix SimpleModuleLoader on Windows (#3795) 8 months ago
José Julián Espina f2b9c83ceb
Build docs.rs docs with all features enabled (#3794) 8 months ago
José Julián Espina c9d1401a58
Cleanup tester deps and patterns (#3792) 8 months ago
Hans Larsen 958045c9ac
Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 8 months ago
José Julián Espina ffbf794577
Remove references to dev docs and npm dependencies (#3787) 8 months ago
Hans Larsen cb5cea6d26
Add a path to Module (and expose it in Referrer) (#3783) 8 months ago
Haled Odat b1f07805c3
Optimize Regex match check (#3779) 8 months ago
José Julián Espina 5c20010328
Check that `min <= max` in `clamp_finite` (#3699) 8 months ago
Haled Odat fb8e16b2d9
Cached `this` value (#3771) 8 months ago
Haled Odat a1e36fc788
Optimize number to PropertyKey conversion (#3769) 8 months ago
Matthew Stone 48750f361a
Swap to Duration::round from temporal_rs (#3731) 8 months ago
raskad 7987fd8c02
Add missing environment creation in initial iteration of for loop (#3751) 8 months ago