3153 Commits (d8ec97c85f0b9e805b99e08cd45d4c4c95510c56)
 

Author SHA1 Message Date
Jason Williams d8ec97c85f
use with_capacity to reduce re-allocations fixes #3896 (#3961) 2 months ago
Hans Larsen d3dbb4ad02
console.debug() should use a debug Logger method (#4019) 2 months ago
dependabot[bot] 23e8ba29be
Bump the rust-dependencies group with 5 updates (#4025) 2 months ago
Nikita-str 905e4c6f90
`TryIntoJs` trait and derive macro for it (#3999) 2 months ago
Hans Larsen acd1a8d9ab
Add a display_lossy() to write a JsString lossily (#4023) 2 months ago
dependabot[bot] e22a703dfd
Bump the rust-dependencies group across 1 directory with 8 updates (#4021) 2 months ago
Hans Larsen 94d08fe4e6
Add a URL class to boa_runtime (#4004) 3 months ago
Nikita-str 67f4884d9b
`JsValue::to_json` fix integer property keys (#4011) 3 months ago
dependabot[bot] c9d1b5d805
Bump rustsec/audit-check from 1.4.1 to 2.0.0 (#4012) 3 months ago
dependabot[bot] fcd4422b28
Bump the rust-dependencies group with 4 updates (#4015) 3 months ago
dependabot[bot] 9d7153cdf3
Bump the rust-dependencies group with 4 updates (#4013) 3 months ago
Nikita-str 628e31cf62
#4009: eq bug fix + tests (#4010) 3 months ago
dependabot[bot] 4ed2bad994
Bump the rust-dependencies group with 3 updates (#4003) 3 months ago
Hans Larsen e6a695036b
Add context to the console Logger trait (#4005) 3 months ago
it-a-me bea8369620
docs: Fix link to examples (#4007) 3 months ago
raskad aa09d98787
Implement scope analysis and local variables (#3988) 3 months ago
Hans Larsen 8438ad21cd
Add TryFromJs for TypedJsFunction and more tests (#3981) 3 months ago
Hans Larsen ddb1901d65
Add TextEncoder, TextDecoder implementations to boa_runtime (#3994) 3 months ago
José Julián Espina 6d8be0aa9b
Improve CI concurrency and fix macos release (#3996) 3 months ago
Haled Odat c480a42230
Implement register allocation (#3942) 3 months ago
José Julián Espina 4db0388e53
Update changelog for v0.19.1 (#3995) 4 months ago
Hans Larsen dd32789ae4
Add tests from WPT and fix them in the Console (#3979) 4 months ago
Hans Larsen 50356e9518
Add TryIntoJsResult for vectors (#3993) 4 months ago
Hans Larsen affa6527c1
Add a way for js_error! macro to create native errors with message (#3971) 4 months ago
Hans Larsen c21f10efae
A simple module loader from a function (#3932) 4 months ago
Hans Larsen cdb47510b3
Add an "iter()" method to Js*Array for convenience (#3986) 4 months ago
dependabot[bot] a166d4cc3e
Bump the rust-dependencies group with 7 updates (#3991) 4 months ago
Hans Larsen 5534ec2773
Add a display type for JsString to allow formatting without allocations (#3951) 4 months ago
Hans Larsen 4778780073
Add support for Trace, Finalize and JsData for Convert<> (#3970) 4 months ago
José Julián Espina 4c5df56b16
Allow warnings when running CI on release branches (#3990) 4 months ago
José Julián Espina b429c54bf1
Enable CI for release branches (#3987) 4 months ago
Hans Larsen b08610afd9
Allow dead code for code that is newly detected as unused (#3984) 4 months ago
Hans Larsen 0f282f5bc3
Add support for boa(rename = "") in TryFromJs derive (#3980) 4 months ago
dependabot[bot] eecba59617
Bump the rust-dependencies group with 3 updates (#3974) 4 months ago
shurizzle 9a553db188
fix: ignore `debugger` statement (#3976) 4 months ago
Hans Larsen c57f2310bf
Add a clone_inner method to allow cloning of inner data (#3968) 4 months ago
dependabot[bot] 83ed291774
Bump the rust-dependencies group with 4 updates (#3969) 4 months ago
José Julián Espina 25705ef5a6
Refactor iterator APIs to be on parity with the latest spec (#3962) 4 months ago
Kevin Ness 31e4990d6c
Build out partial record functionality, property bag construction, and `with` methods (#3955) 4 months ago
José Julián Espina af4fd5ab37
Implement `Atomics.pause` (#3956) 4 months ago
Hans Larsen 1691802727
Rename as_promise to as_promise_object and add as_promise -> JsPromise (#3965) 4 months ago
Hans Larsen 1c1d820e0e
Add clippy for denying print and eprints (#3967) 4 months ago
Hans Larsen 1c83ad1f09
Allow trailing commas in js_class functions (#3964) 4 months ago
dependabot[bot] 86dab77fea
Bump the rust-dependencies group with 10 updates (#3960) 4 months ago
José Julián Espina 90c4d0ec0d
Add spec edition 15 to the tester (#3957) 4 months ago
José Julián Espina eba912fe94
Fix `js_str` macro to correctly handle latin1 strings (#3959) 4 months ago
raskad 424896dbff
Refactor ast function types (#3931) 4 months ago
José Julián Espina c22f39b026
Implement new spec changes for `AsyncGenerator` (#3950) 4 months ago
Hans Larsen 50fabc8387
Add more utility functions around modules and exports (#3937) 4 months ago
José Julián Espina 00f8e00492
Split default icu data into lazily deserialized parts (#3948) 4 months ago