3079 Commits (f80c53229a7f4364a96797e25e65ab66d2ff7717)
 

Author SHA1 Message Date
19年梦醒 12adec5eed
replace js_str with js_string (#3836) 6 months ago
Haled Odat 5af3f7c079
Fix Rust 1.78.0 Clippy lints (#3838) 6 months ago
Haled Odat 3f6ee2276c
Implement Latin1 JsString (#3450) 6 months ago
Haled Odat 6febf7eda0
Implement object keys access (#3832) 6 months ago
dependabot[bot] 4452c03bd6
Bump serde from 1.0.198 to 1.0.199 (#3833) 6 months ago
dependabot[bot] 1c8400ad04
Bump hashbrown from 0.14.3 to 0.14.5 (#3834) 6 months ago
dependabot[bot] f469096390
Bump either from 1.10.0 to 1.11.0 (#3835) 6 months ago
Haled Odat 6ee208fc5d
Decouple `Context` from `ByteCompiler` (#3829) 6 months ago
Hans Larsen 61567687cf
Implement TryFromJs for Either<L, R> (#3822) 6 months ago
dependabot[bot] 9ec0a13b4d
Bump serde_json from 1.0.115 to 1.0.116 (#3825) 6 months ago
dependabot[bot] c9d914ca55
Bump syn from 2.0.59 to 2.0.60 (#3827) 6 months ago
dependabot[bot] 0cc98fb1a1
Bump proc-macro2 from 1.0.80 to 1.0.81 (#3826) 6 months ago
dependabot[bot] 7f079ae689
Bump thiserror from 1.0.58 to 1.0.59 (#3824) 6 months ago
dependabot[bot] 0f38f214ca
Bump serde from 1.0.197 to 1.0.198 (#3823) 6 months ago
dependabot[bot] f5d050ef39
Bump rustls from 0.22.3 to 0.22.4 (#3821) 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
dependabot[bot] bee5a5ccea
Bump syn from 2.0.58 to 2.0.59 (#3817) 7 months ago
dependabot[bot] 07cbacffdf
Bump serde_repr from 0.1.18 to 0.1.19 (#3814) 7 months ago
dependabot[bot] ef5c3f18e3
Bump getrandom from 0.2.13 to 0.2.14 (#3815) 7 months ago
dependabot[bot] c4ec061255
Bump time from 0.3.34 to 0.3.36 (#3816) 7 months ago
dependabot[bot] c63e8e2d37
Bump quote from 1.0.35 to 1.0.36 (#3813) 7 months ago
dependabot[bot] 0b2757610a
Bump baptiste0928/cargo-install from 3.0.1 to 3.1.0 (#3812) 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) 7 months ago
Linus Groh c0a961f650
Implement Promise.try() (#3800) 7 months ago
Hans Larsen 9702501f09
Add more utility traits and funtions to boa_interop (#3773) 7 months ago
Hans Larsen 1825e8b3f2
Fix SimpleModuleLoader on Windows (#3795) 7 months ago
dependabot[bot] 848103ae3f
Bump getrandom from 0.2.12 to 0.2.13 (#3796) 7 months ago
dependabot[bot] 755c213bb6
Bump comfy-table from 7.1.0 to 7.1.1 (#3797) 7 months ago
José Julián Espina f2b9c83ceb
Build docs.rs docs with all features enabled (#3794) 7 months ago
Nick Tomlin 676dde7897
chore: Update README link to reflect new site paths (#3793) 7 months ago
José Julián Espina c9d1401a58
Cleanup tester deps and patterns (#3792) 7 months ago
Hans Larsen 958045c9ac
Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 7 months ago
dependabot[bot] 0b3df5781e
Bump indexmap from 2.2.5 to 2.2.6 (#3789) 7 months ago
dependabot[bot] c78e9f0871
Bump syn from 2.0.57 to 2.0.58 (#3788) 7 months ago
José Julián Espina ffbf794577
Remove references to dev docs and npm dependencies (#3787) 7 months ago
Hans Larsen cb5cea6d26
Add a path to Module (and expose it in Referrer) (#3783) 7 months ago
Hans Larsen 37db6a4911
Add a boa_interop crate (#3772) 7 months ago
Haled Odat b1f07805c3
Optimize Regex match check (#3779) 7 months ago
José Julián Espina 5c20010328
Check that `min <= max` in `clamp_finite` (#3699) 7 months ago
dependabot[bot] 2b7c7050fb
Bump serde_json from 1.0.114 to 1.0.115 (#3775) 7 months ago
dependabot[bot] 7659977c82
Bump clap from 4.5.3 to 4.5.4 (#3776) 7 months ago
dependabot[bot] 23775954fd
Bump syn from 2.0.55 to 2.0.57 (#3777) 7 months ago
dependabot[bot] 3059408a62
Bump trybuild from 1.0.90 to 1.0.91 (#3778) 7 months ago
Jason Williams e754df35f5
don't run test262 on push (#3774) 7 months ago
Hans Larsen 08b0debbfb
Allow deserialization of missing objects properties into Option<> (#3767) 7 months ago
Haled Odat fb8e16b2d9
Cached `this` value (#3771) 7 months ago
Haled Odat a1e36fc788
Optimize number to PropertyKey conversion (#3769) 7 months ago