162 Commits (8f1d8d473ae56c4d8595c051b6f911597ec88a0f)

Author SHA1 Message Date
José Julián Espina 9b7c8ce986
Bump dependencies with breaking changes (#4050) 5 days ago
Hans Larsen e892d94f8d
Add a JsPromise::from_result for convenience (#4039) 2 weeks ago
CrazyboyQCD f30514b085
Some string optimizations (#4030) 2 weeks ago
Hans Larsen e37dc418ec
Option::None should try into Undefined, not Null (#4029) 3 weeks ago
CrazyboyQCD 4983471ff6
Some optimizations on `Error` (#4020) 3 weeks ago
Nikita-str b60b1039e3
`TryFromJs` from `JsMap` for `HashMap` & `BtreeMap` (#3998) 3 weeks ago
Jason Williams d8ec97c85f
use with_capacity to reduce re-allocations fixes #3896 (#3961) 4 weeks ago
Nikita-str 905e4c6f90
`TryIntoJs` trait and derive macro for it (#3999) 1 month ago
Nikita-str 67f4884d9b
`JsValue::to_json` fix integer property keys (#4011) 2 months ago
Nikita-str 628e31cf62
#4009: eq bug fix + tests (#4010) 2 months ago
it-a-me bea8369620
docs: Fix link to examples (#4007) 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
Haled Odat c480a42230
Implement register allocation (#3942) 3 months ago
Hans Larsen dd32789ae4
Add tests from WPT and fix them in the Console (#3979) 3 months ago
Hans Larsen 50356e9518
Add TryIntoJsResult for vectors (#3993) 3 months ago
Hans Larsen affa6527c1
Add a way for js_error! macro to create native errors with message (#3971) 3 months ago
Hans Larsen cdb47510b3
Add an "iter()" method to Js*Array for convenience (#3986) 3 months ago
Hans Larsen 4778780073
Add support for Trace, Finalize and JsData for Convert<> (#3970) 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
shurizzle 9a553db188
fix: ignore `debugger` statement (#3976) 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
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
Jason Williams 5ee0dc1ceb
add some temporal methods (#3856) 4 months ago
CrazyboyQCD ddc8b42128
Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 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
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
Kevin Ness 99642be976
Fix temporal builtin properties (#3930) 4 months ago
Kevin Ness 523bdd0038
Update Instant for new Temporal functionality (#3928) 4 months ago
Hans Larsen d8b8066a58
Add a js_error! macro to create opaque errors (#3920) 4 months ago
Kevin Ness 7d025bc6ee
Implement more Temporal functionality (#3924) 4 months ago
magic-akari fbdd178dad
Implement `Math.pow` function according to ECMAScript specification (#3916) 5 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