172 Commits (5ee0dc1ceb7f5a8b14f7c590f4d9cb1dde997f7c)

Author SHA1 Message Date
Jason Williams 5ee0dc1ceb
add some temporal methods (#3856) 3 months ago
CrazyboyQCD ddc8b42128
Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 3 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
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
Hans Larsen 816e1bb648
Add a way to add setters/getters in js_class! (#3911) 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) 4 months ago
José Julián Espina 532c00862c
Remove `boa_macros` from `boa_string` (#3913) 4 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
Jason Williams 38d0324607
bump gc threshold (#3908) 5 months ago
CrazyboyQCD 6bc78bf523
Add `get_unchecked` method to `JsString` and `JsStr` (#3898) 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
dependabot[bot] bb2d028faa
Bump rustc-hash from 1.1.0 to 2.0.0 (#3887) 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
raskad 1eaf9230ae
Fix hashbang comments by using proper goal symbols (#3876) 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
leoflalv fd1a348601
add group_collapsed function executing group inside it (#3867) 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] c9d914ca55
Bump syn from 2.0.59 to 2.0.60 (#3827) 7 months ago