Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/boa-dev/boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
https://github.com/boa-dev/boa

Add `fjcvtzs` instruction for `ARMv8.3` target

CrazyboyQCD opened this pull request 21 days ago
Replace all u64/i64 for length, index or offsets into usize/isize

hansl opened this pull request 22 days ago
Allow resizing of underlying ArrayBuffer from Rust

hansl opened this pull request 22 days ago
Add valueOf methods to the Temporal builtins

nekevss opened this pull request 24 days ago
Patch Temporal.PlainTime and Temporal.Duration constructors

nekevss opened this pull request 24 days ago
Tracking issue for Temporal YearMonth object

nekevss opened this issue 24 days ago
Tracking issue for Temporal MonthDay object

nekevss opened this issue 24 days ago
Tracking issue for Temporal ZonedDateTime object

nekevss opened this issue 24 days ago
Tracking issue for Temporal Instant object

nekevss opened this issue 24 days ago
Tracking issue for Temporal PlainTime object

nekevss opened this issue 24 days ago
Tracking issue for Temporal PlainDateTime object

nekevss opened this issue 24 days ago
Tracking issue for Temporal PlainDate object

nekevss opened this issue 24 days ago
Tracking issue for Temporal Duration object

nekevss opened this issue 24 days ago
Bump the rust-dependencies group with 3 updates

dependabot[bot] opened this pull request 24 days ago
Build out Temporal's `ZonedDateTime` and `Now`

nekevss opened this pull request 26 days ago
Add inline cache for getting bindings from the global object

raskad opened this pull request 26 days ago
Pushing test262 on release fails

jasonwilliams opened this issue 28 days ago
Don't publish boa_wasm to npm if version exists

jasonwilliams opened this issue 28 days ago
update changelog and bump versions for release

jasonwilliams opened this pull request 29 days ago
Add `FJCVTZS` instruction for `ARMv8.3` target

CrazyboyQCD opened this issue 29 days ago
Bump the rust-dependencies group across 1 directory with 6 updates

dependabot[bot] opened this pull request about 1 month ago
Fix rust 1.83.0 lints

raskad opened this pull request about 1 month ago
Bump the rust-dependencies group with 5 updates

dependabot[bot] opened this pull request about 1 month ago
Fix #4051, parse Arguments should expect `)` not `}`

zzzdong opened this pull request about 1 month ago
update the test262 data on release

jasonwilliams opened this pull request about 1 month ago
update changelog for 0.20.0

jasonwilliams opened this pull request about 1 month ago
Bump rustls from 0.23.17 to 0.23.18

dependabot[bot] opened this pull request about 1 month ago
Add fast path for number to `JsString` conversion

CrazyboyQCD opened this pull request about 1 month ago
Bump the rust-dependencies group with 6 updates

dependabot[bot] opened this pull request about 1 month ago
Migrate to fast-float2

jedel1043 opened this pull request about 1 month ago
Syntax error for invalid token mentions same token is expected

linusg opened this issue about 1 month ago
Bump dependencies with breaking changes

jedel1043 opened this pull request about 1 month ago
`boa_engine::property::PropertyKey` has several fallible `From` impls

LikeLakers2 opened this issue about 1 month ago
Bug fix: regex started with `/=` parsed as `AssignDiv`

Nikita-str opened this pull request about 1 month ago
bug fix: ops that stay strictly at the EOF after assigns ops are ignored

Nikita-str opened this pull request about 1 month ago
Remove dockerfile from documentation

4yman-0 opened this pull request about 1 month ago
Bump the rust-dependencies group with 4 updates

dependabot[bot] opened this pull request about 2 months ago
Bump codecov/codecov-action from 4 to 5

dependabot[bot] opened this pull request about 2 months ago
Look into releasing on JSR

nekevss opened this issue about 2 months ago
Fix `ref` value in nightly and add target to nightly release

nekevss opened this pull request about 2 months ago
Fix misspelled permissions in nightly build action

nekevss opened this pull request about 2 months ago
Use upload-rust-binary-action for nightly release

nekevss opened this pull request about 2 months ago
Add a JsPromise::from_result for convenience

hansl opened this pull request about 2 months ago
`SourceText` collection & `toString()` for fns and methods

Nikita-str opened this pull request about 2 months ago
Bump thiserror from 1.0.67 to 1.0.69

dependabot[bot] opened this pull request about 2 months ago
Bump the rust-dependencies group with 3 updates

dependabot[bot] opened this pull request about 2 months ago
RUSTSEC-2024-0384: `instant` is unmaintained

github-actions[bot] opened this issue about 2 months ago
update Boa to be inline with Temporal

jasonwilliams opened this pull request about 2 months ago
RUSTSEC-2024-0379: Multiple soundness issues

github-actions[bot] opened this issue about 2 months ago
Update night build's rename binary step

nekevss opened this pull request about 2 months ago
Remove `sptr` dependency once `1.84.0` is released

CrazyboyQCD opened this issue about 2 months ago
Some string optimizations

CrazyboyQCD opened this pull request about 2 months ago
Option::None should try into Undefined, not Null

hansl opened this pull request about 2 months ago
Patch the indentation in nightly_build.yml

nekevss opened this pull request about 2 months ago
Bump the rust-dependencies group with 5 updates

dependabot[bot] opened this pull request about 2 months ago
add nightly build

jasonwilliams opened this pull request about 2 months ago
Bump the rust-dependencies group with 5 updates

dependabot[bot] opened this pull request 2 months ago
Add a display_lossy() to write a JsString lossily

hansl opened this pull request 2 months ago
Bump the rust-dependencies group across 1 directory with 8 updates

dependabot[bot] opened this pull request 2 months ago
Some optimizations on `Error`

CrazyboyQCD opened this pull request 3 months ago
console.debug() should use a debug Logger method

hansl opened this pull request 3 months ago
Bump the rust-dependencies group with 5 updates

dependabot[bot] opened this pull request 3 months ago
README out of date / missing example

bglw opened this issue 3 months ago
Missing Dockerfile

BlueSialia opened this issue 3 months ago
Bump the rust-dependencies group with 4 updates

dependabot[bot] opened this pull request 3 months ago
Bump the rust-dependencies group with 4 updates

dependabot[bot] opened this pull request 3 months ago
Bump rustsec/audit-check from 1.4.1 to 2.0.0

dependabot[bot] opened this pull request 3 months ago
`JsValue::to_json` fix integer property keys

Nikita-str opened this pull request 3 months ago
`IntegerOrInfinity` `eq` bug fix

Nikita-str opened this pull request 3 months ago
Endless loop caused by eq between IntegerOrInfinity::Integer and i64

YichiZhang0613 opened this issue 3 months ago
Add WPT as optional tests for boa_runtime

hansl opened this pull request 3 months ago
docs: Fix link to examples

it-a-me opened this pull request 3 months ago
Link to `examples` is broken in boa_engine

it-a-me opened this issue 3 months ago
Add context to the console `Logger` trait

hansl opened this pull request 3 months ago
Add a URL class to boa_runtime

hansl opened this pull request 3 months ago
Bump the rust-dependencies group with 3 updates

dependabot[bot] opened this pull request 3 months ago
Reduce environment allocations

raskad opened this pull request 3 months ago
Allow using boa in an async context

CodeDoctorDE opened this issue 3 months ago
`TryIntoJs` trait and derive macro for it

Nikita-str opened this pull request 3 months ago
`TryFromJs` from `JsMap` for `HashMap` & `BtreeMap`

Nikita-str opened this pull request 3 months ago
Bump once_cell from 1.19.0 to 1.20.0 in the rust-dependencies group

dependabot[bot] opened this pull request 4 months ago
Limit actions runs to 1 per branch and fix macos release

jedel1043 opened this pull request 4 months ago
Update changelog for v0.19.1

jedel1043 opened this pull request 4 months ago
Add TextEncoder, TextDecoder implementations to boa_runtime

hansl opened this pull request 4 months ago
Add TryIntoJsResult for vectors

hansl opened this pull request 4 months ago
chore: bump intrusive collections

mattsse opened this pull request 4 months ago
Bump the rust-dependencies group with 7 updates

dependabot[bot] opened this pull request 4 months ago
Allow warnings when running CI on release branches

jedel1043 opened this pull request 4 months ago
Backport 0.19 fixes

jedel1043 opened this pull request 4 months ago
Implement scope analysis and local variables

raskad opened this pull request 4 months ago
Enable CI for release branches

jedel1043 opened this pull request 4 months ago
Add an "iter()" method to Js*Array for convenience

hansl opened this pull request 4 months ago
Fix compile errors with nightly rust

theoparis opened this pull request 4 months ago
Allow dead code for code that is newly detected as unused

hansl opened this pull request 4 months ago
Compilation failure

h7kanna opened this issue 4 months ago
Add TryFromJs for TypedJsFunction and more tests

hansl opened this pull request 4 months ago