3141 Commits (8df3d007b7c24bc368f7123d206e8750d2c7e6bd)
 

Author SHA1 Message Date
raskad 8df3d007b7
Do not allocate space for local bindings in runtime environments 2 months ago
raskad 27ab91af56
Skip environment creation when possible for arrow functions 2 months ago
raskad 4c16b20899
Skip environment creation when all bindings in the scope are local 2 months ago
raskad aa09d98787
Implement scope analysis and local variables (#3988) 2 months ago
Hans Larsen 8438ad21cd
Add TryFromJs for TypedJsFunction and more tests (#3981) 2 months ago
Hans Larsen ddb1901d65
Add TextEncoder, TextDecoder implementations to boa_runtime (#3994) 2 months ago
José Julián Espina 6d8be0aa9b
Improve CI concurrency and fix macos release (#3996) 2 months ago
Haled Odat c480a42230
Implement register allocation (#3942) 2 months ago
José Julián Espina 4db0388e53
Update changelog for v0.19.1 (#3995) 2 months ago
Hans Larsen dd32789ae4
Add tests from WPT and fix them in the Console (#3979) 2 months ago
Hans Larsen 50356e9518
Add TryIntoJsResult for vectors (#3993) 2 months ago
Hans Larsen affa6527c1
Add a way for js_error! macro to create native errors with message (#3971) 2 months ago
Hans Larsen c21f10efae
A simple module loader from a function (#3932) 2 months ago
Hans Larsen cdb47510b3
Add an "iter()" method to Js*Array for convenience (#3986) 2 months ago
dependabot[bot] a166d4cc3e
Bump the rust-dependencies group with 7 updates (#3991) 2 months ago
Hans Larsen 5534ec2773
Add a display type for JsString to allow formatting without allocations (#3951) 2 months ago
Hans Larsen 4778780073
Add support for Trace, Finalize and JsData for Convert<> (#3970) 2 months ago
José Julián Espina 4c5df56b16
Allow warnings when running CI on release branches (#3990) 2 months ago
José Julián Espina b429c54bf1
Enable CI for release branches (#3987) 3 months ago
Hans Larsen b08610afd9
Allow dead code for code that is newly detected as unused (#3984) 3 months ago
Hans Larsen 0f282f5bc3
Add support for boa(rename = "") in TryFromJs derive (#3980) 3 months ago
dependabot[bot] eecba59617
Bump the rust-dependencies group with 3 updates (#3974) 3 months ago
shurizzle 9a553db188
fix: ignore `debugger` statement (#3976) 3 months ago
Hans Larsen c57f2310bf
Add a clone_inner method to allow cloning of inner data (#3968) 3 months ago
dependabot[bot] 83ed291774
Bump the rust-dependencies group with 4 updates (#3969) 3 months ago
José Julián Espina 25705ef5a6
Refactor iterator APIs to be on parity with the latest spec (#3962) 3 months ago
Kevin Ness 31e4990d6c
Build out partial record functionality, property bag construction, and `with` methods (#3955) 3 months ago
José Julián Espina af4fd5ab37
Implement `Atomics.pause` (#3956) 3 months ago
Hans Larsen 1691802727
Rename as_promise to as_promise_object and add as_promise -> JsPromise (#3965) 3 months ago
Hans Larsen 1c1d820e0e
Add clippy for denying print and eprints (#3967) 3 months ago
Hans Larsen 1c83ad1f09
Allow trailing commas in js_class functions (#3964) 3 months ago
dependabot[bot] 86dab77fea
Bump the rust-dependencies group with 10 updates (#3960) 3 months ago
José Julián Espina 90c4d0ec0d
Add spec edition 15 to the tester (#3957) 3 months ago
José Julián Espina eba912fe94
Fix `js_str` macro to correctly handle latin1 strings (#3959) 3 months ago
raskad 424896dbff
Refactor ast function types (#3931) 3 months ago
José Julián Espina c22f39b026
Implement new spec changes for `AsyncGenerator` (#3950) 3 months ago
Hans Larsen 50fabc8387
Add more utility functions around modules and exports (#3937) 3 months ago
José Julián Espina 00f8e00492
Split default icu data into lazily deserialized parts (#3948) 3 months ago
Hans Larsen c6c6e4c1ae
Allow a custom Logger to be used as the backend for boa_runtime::Console (#3943) 3 months ago
Jason Williams 5ee0dc1ceb
add some temporal methods (#3856) 3 months ago
dependabot[bot] 4e3f66090c
Bump the rust-dependencies group with 4 updates (#3949) 3 months ago
CrazyboyQCD ddc8b42128
Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 3 months ago
dependabot[bot] 3b5434c2a0
Bump the rust-dependencies group with 8 updates (#3944) 4 months ago
Hans Larsen a9d19bdd22
Add a Source::with_path method to set the path on a Source (#3941) 4 months ago
Hans Larsen 6f1d7d11ce
Add a JsError::from_rust constructor to create native errors from Rust (#3921) 4 months ago
raskad 3a6f4a5c68
Fix various parser idempotency issues and parsing errors (#3917) 4 months ago
dependabot[bot] ec5d6e3e89
Bump the rust-dependencies group with 4 updates (#3939) 4 months ago
José Julián Espina 4c76af8c67
Fix lints from rustc 1.80.0 (#3936) 4 months ago
raskad e205b567be
Fix destructuring assignment evaluation order (#3934) 4 months ago
CrazyboyQCD 6e6d67c56f
Fix wrong `neg` operation (#3926) 4 months ago