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

Updated cache in workflows (#869)

This should simplify the workflow configuration, and the cache should
now be more efficient. Ho...

282e367107668ed8c1004bf1799d8459d4432b76 authored about 4 years ago by Iban Eguia <[email protected]>
Bump css-loader from 4.3.0 to 5.0.0 (#865)

a6dd080b0d8cc8a495184b1a53f6d440b8d72c4d authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.0.0 to 5.1.0 (#864)

fd34df513b3f5d72e8b69dc6fc8e4ad5164368f0 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump git2 from 0.13.11 to 0.13.12 (#867)

b2bea4f122601654637607e96c0f3f26d25b6cab authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bootstrap from 4.5.2 to 4.5.3 (#863)

969ab407233669af032046ffa02115819953ce04 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Async/Await parse (#836)

* Add async keyword

* Created AsyncFunctionDecl/Expr nodes

* AsyncFunctionDecl/Expr parser...

586a68970b1b5698183983fec9c3333bd0c45cbf authored about 4 years ago by Paul Lancaster <[email protected]>
Bump serde_json from 1.0.58 to 1.0.59 (#856)

907030b1a3b4be12a35edf26173042ed312099e3 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 4.44.2 to 5.0.0 (#855)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

66b65a8d1e4efe5a6c79771586b23932744fa6b2 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump structopt from 0.3.19 to 0.3.20 (#857)

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20.
- [Release notes...

3859480d0e86fa6792eda78efc87c243ff02a13c authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement Object.getOwnPropertyDescriptor() and Object.getOwnPropertyDescriptors() (#798)

3047ed698f41f1cf4e0ab107287c98e6c1da6525 authored about 4 years ago by John Doneth <[email protected]>
Bump regex from 1.3.9 to 1.4.0 (#852)

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.0.
- [Release notes](https:...

36b7c319677382e6c7c9e3cad27b2e172f6f5def authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-cli from 3.3.12 to 4.0.0 (#850)

22107b3d6b6404cc442db5754c4fbebe20cd69f1 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump file-loader from 6.1.0 to 6.1.1 (#848)

03ad2396efe30a5fdcbeeeceb6b9615ef6cf8e72 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump copy-webpack-plugin from 6.2.0 to 6.2.1 (#849)

226b5b55d8ad28f02712c5d7a9d53532dbf2fc1e authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump style-loader from 1.3.0 to 2.0.0 (#851)

f7982536e9757797433240e34da1a4afaf3ce7be authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
style(boa): minor cleanup (#838)

98deb58aae6729ee1b61b20d7e5ae98c850abcbe authored about 4 years ago by neeldug <[email protected]>
Allow UnaryExpression with prefix increment/decrement (#844)

210a9ec2858eafb520aab657ef3a74a03ff4a0ae authored about 4 years ago by croraf <[email protected]>
fix(profiler): update profiler to match current measureme api (#840)

moves all OS profiling to use SerializationSink as the previous types
have been deprecated

C...

8aef55696f0d6462bb95a40846a3679151c4430c authored about 4 years ago by neeldug <[email protected]>
[parser] Minor refactor and rename (#841)

0c92d379212c2c7bdbf2047798a55c25c7535462 authored about 4 years ago by croraf <[email protected]>
Fix: Set default-run to `boa` removing need for `--bin` (#837)

fc8e5753e5931df7cc0a4c893f3ad662b870243b authored about 4 years ago by João Borges <[email protected]>
[exec Array] implement spread operator using iterator (#811)

4e41b44f75c17f1edaeceb415d814dcaff9ae292 authored about 4 years ago by croraf <[email protected]>
Using unstable sort for sorting keys on `to_json()` for GC objects (#833)

e82dee1ae35a58fa3ad7544bc512f191401d1b3f authored over 4 years ago by Iban Eguia <[email protected]>
calling "new" on a primitive value throw a type error (#825)

* calling "new" on a primitive value throw a type error

* fix format

b26f8bcead45e757a477920d36a984d020a6c01f authored over 4 years ago by dlemel8 <[email protected]>
Fix tokenizing Unicode escape sequence in string literal (#826)

01dbf8ba4e2711636b451d1905d29e68a75f0882 authored over 4 years ago by Jevan Chan <[email protected]>
Added a link to the Test262 results in the README (#829)

a3e7f1eace1db9005188c6c352a81dfed6f0e29e authored over 4 years ago by Iban Eguia <[email protected]>
Bump structopt from 0.3.18 to 0.3.19 (#828)

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.18 to 0.3.19.
- [Release notes...

89d290788468cc390fe73c5ae694c5b6381c133c authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[parser Expression] minor expression macro simplification (#824)

* [parser Expression] minor expression macro simplification

* Slightly improve the macro commen...

456c2dee4ef05d244b89fe1c75457a30a8e3343a authored over 4 years ago by croraf <[email protected]>
Refactor `PropertyDescriptor` (#794)

470dbb43818dc7658a45a011856584fe60220662 authored over 4 years ago by Halid Odat <[email protected]>
Bump measureme from 0.8.0 to 9.0.0 (#814)

Bumps [measureme](https://github.com/rust-lang/measureme) from 0.8.0 to 9.0.0.
- [Release notes...

ae76501709731794915daf6e4a8bf90d1ea12c81 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix 2 bugs that stopped test262 (#812)

* Fix: Add check for length in Array.prototype.map

* Fix: Make Array.prototype.reduceRight work...

9d4c49c6dde90400279bf3d05f2b2e8873a35b8c authored over 4 years ago by João Borges <[email protected]>
Feature `URIError` (#806)

- Add tests

a77ceb67fd6bbb419758f735cbf3bfb37703790a authored over 4 years ago by Halid Odat <[email protected]>
Implement `regress` (#774)

Co-authored-by: RageKnify <[email protected]>

327d71bb98e1d3c239f594fc4c25f025832089dc authored over 4 years ago by neeldug <[email protected]>
Feature `Function.prototype.call` (#805)

b027a76bea3dab42fc929e621587b43eda667731 authored over 4 years ago by João Borges <[email protected]>
Feature `EvalError` (#804)

03f96327dbe7cb553a632b6825bd5400e074dfcb authored over 4 years ago by Halid Odat <[email protected]>
Feature `console` crate feature (#800)

* Put console object in a feature flag

* Add documentation for crate features

* fix typo

39b4ead8f79df8f992662ff7704c5d4699f57500 authored over 4 years ago by Halid Odat <[email protected]>
Fix lexer span panic with carriage return (#799)

Switch to treating bare carriage return as an OS9-style
newline, like v8.

7a52e269e632024cec81737083e66f31a4f43ad3 authored over 4 years ago by Theia Vogel <[email protected]>
Add Object.defineProperties and handle props argument in Object.create (#746)

fb1b8d559556f5d5bc00704d9224166b26f33456 authored over 4 years ago by David <[email protected]>
Make `Function.prototype` a function (#802)

ff25a8ad026aba645332e3cfeca355b566cb3c63 authored over 4 years ago by Halid Odat <[email protected]>
Fix cyclic JSON.stringify / primitive conversion stack overflows (#777)

* Add tests for cyclic conversions

* Add another test for a non-cyclic scenario

* Refactor...

d76e8bf108e54aea56b33a26e2b560323b05a6a7 authored over 4 years ago by Theia Vogel <[email protected]>
Fix Error constructors to return rather than throw (#749)

* Refactor: Error constructors to return instead of "throwing"

* Test: Add a test case for Er...

dc82aa29dc3cc8425d857a3f461e13c8c4f31e14 authored over 4 years ago by João Borges <[email protected]>
Strict Mode Lex/Parse (#717)

* Add strict mode to lex trait

* Lexer reserved keyword identifier strict mode lexing

* Pr...

6bcfc7a2373890a2b37c7814cb4ceade91bf4e02 authored over 4 years ago by Paul Lancaster <[email protected]>
Bump style-loader from 1.2.1 to 1.3.0 (#795)

950ca183a086c2f96b3e459bd0f4cb71507ab47b authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix zero argument panic in JSON.parse() (#785)

* Fix 0 arity panic in JSON.parse()

* Requested changes

* Throw syntax error instead of a ...

d6c252d3bea9c4a56093e5749d2c1d8cabdf7c5c authored over 4 years ago by John Doneth <[email protected]>
Throw RangeError when BigInt division by zero occurs (#790)

ff358d1d1d99baf89082a8abbb54c9ddc21d6bfa authored over 4 years ago by John Doneth <[email protected]>
Fixing a duplicated attribute in test262 results (#788)

38b103c25b76425f6b8ce0151c3a559f9b565603 authored over 4 years ago by Iban Eguia <[email protected]>
Refactor: split ast/node/expression into call and new (#787)

e60d081fbc394eb0d442f3607cf8710527e39360 authored over 4 years ago by croraf <[email protected]>
New test262 results format (#783)

2a509de554694e9f088037d38624ad096ef09fc1 authored over 4 years ago by Iban Eguia <[email protected]>
Support for symbols as property keys for `Object.defineProperty` (#770)

31e3174ca97d340aa3543968dd8ace1b6d484004 authored over 4 years ago by George Roman <[email protected]>
`ConstructorBuilder`, `ObjectInitializer`, cache standard objects and fix global object attributes (#722)

- Add BuiltIn trait
- Add ConstructorBuilder
- Add ObjectInitializer
- Cache core standard ob...

eb1fd280d59a0284c02c3ed9ceba606ea1e68c25 authored over 4 years ago by Halid Odat <[email protected]>
Throw TypeError if regex is passed to startsWith, endsWith, includes (#782)

aad860db843edc35f3a14f7fe99259a8fac6aa75 authored over 4 years ago by (´⌣`ʃƪ) <[email protected]>
Revert "Using the upstream version of the benchmark action" (#781)

This reverts commit 3cb8c94538cb405a00044e8479e6701d8853f719.

b16f0ab0f7f023e4305cd20929b24cba2cc532ea authored over 4 years ago by Iban Eguia <[email protected]>
Change author to boa-dev (#764)

3e60d2c55472053ff8f8d6fb7159ff69fb136167 authored over 4 years ago by Halid Odat <[email protected]>
Implementation of for...of loops (#704)

* Initial implementation of for...of loop

* Initial implementation of for...of loop

* Exte...

87d9e9cea82c1ea675082063f73296538bb3f46f authored over 4 years ago by joshwd36 <[email protected]>
Using the upstream version of the benchmark action (#768)

3cb8c94538cb405a00044e8479e6701d8853f719 authored over 4 years ago by Iban Eguia <[email protected]>
Bump measureme from 0.7.1 to 0.8.0 (#765)

Bumps [measureme](https://github.com/rust-lang/measureme) from 0.7.1 to 0.8.0.
- [Release notes...

ac85ee07d5519022bbe06982576a8da70e9b6d02 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update CHANGELOG.md (#767)

347dd7c33f0731b87fa9c488d4e2eb312ba1205c authored over 4 years ago by João Borges <[email protected]>
Ignore tests from codecov count and disable annotations (#724)

45c5758e14286d5edd2252e62489b052da36e5a6 authored over 4 years ago by Halid Odat <[email protected]>
Move exec implementations together with AST node structs (#735)

* Move exec implementations together with AST node structs

767a8cc9c613277d0ab5fbe1da480f33bc23d59c authored over 4 years ago by George Roman <[email protected]>
update publish action to run from boa dir

adc4a91983a16d493f31e2d365957e0cd0b78205 authored over 4 years ago by jasonwilliams <[email protected]>
changelog for v0.10.0 (#738)

Changelog for v0.10.0
Co-authored-by: joshwd36 <[email protected]>
Co-authored...

2d8f7b7dbcb0ce1e9a8ce8d20272405ee856c13b authored over 4 years ago by Jason Williams <[email protected]>
Add release action (#739)

09a1296ee6b57ac27c9dee0733b240e4c1e7b5ac authored over 4 years ago by Jason Williams <[email protected]>
remove deprecated comments (#754)

07ff7a8d34270d4b3266c57cc97ef93680dfb2c2 authored over 4 years ago by Jason Williams <[email protected]>
Fix parse error throwing a `TypeError`, instead of `SyntaxError` (#748)

2feb72a0e4e407f536ed4092e11c72ea968dcc4b authored over 4 years ago by Saquib <[email protected]>
Add MacOS check and test to CI (#744)

adds macos checks and tests to pull request ci

672aa11b01d02c5216c6727c7eea1217f58e1e86 authored over 4 years ago by neeldug <[email protected]>
Merge pull request #737 from RageKnify/fix/729_obj_toString

Fix output of Object.toString()

cd2ea032f63681d3bbf1708e1760fc501ff9b66a authored over 4 years ago by João Borges <[email protected]>
Bump serde_json from 1.0.57 to 1.0.58 (#747)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.57 to 1.0.58.
- [Release notes](ht...

e83a03ad6f14c05b4829802f38d2c4cfbe916759 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
New fix attempt (#745)

* New fix attempt

* Do not rebase, just fast forward

8816df8f434e3ae4ba6f56fb7c49211ec370b916 authored over 4 years ago by Iban Eguia <[email protected]>
Test: Add test case for [object Object]

05f076c2eb4237d1b12ec7c487fcc974840ed966 authored over 4 years ago by RageKnify <[email protected]>
Fix: Make Object.toString() spec compliant*

Test: Add testing of Object.toString(), need update once
Function.prototype.call is implemented
...

5e3db42e63327ebf9439af55bf8d0a152a8337ba authored over 4 years ago by RageKnify <[email protected]>
Fix test262 result uploading in CI (#743)

5b74d6f8954d073ca750c46d1334782135945938 authored over 4 years ago by Iban Eguia <[email protected]>
chore(boa): update criterion from 0.3.2 to 0.3.3 (#742)

was blocked due to incompatibilities with `critcmp`, however,
`critcmp` has released v0.1.4 and...

be6ac0c120dcfd129d8264b277be26c68ef4874c authored over 4 years ago by neeldug <[email protected]>
Fix: Fix output of Object.toString(), closes boa-dev/boa#729

0b797d0d335dbea53f5ada06ec9a0b8f6fa6f7e7 authored over 4 years ago by RageKnify <[email protected]>
update packages (#733)

7b13c9d5abd87e8acb8a92bb80462dd97c43395a authored over 4 years ago by Jason Williams <[email protected]>
Fix hanging test262 bug by setting the length on String objects (#728)

Co-authored-by: Halid Odat <[email protected]>

2a17e24d5b1c1c97f8dea6bc8ee2a21610a29dad authored over 4 years ago by Jason Williams <[email protected]>
label statement implementation (#549)

Co-authored-by: Halid Odat <[email protected]>

bb57270b85ed71f46831585a31f68eb946654c9f authored over 4 years ago by Jason Williams <[email protected]>
Bump monaco-editor from 0.21.1 to 0.21.2 (#725)

Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor) from 0.21.1 to 0.21.2.
- [Rel...

29560a53f692a90dd074ef38b2568f641b28b897 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump chrono from 0.4.15 to 0.4.18 (#726)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.15 to 0.4.18.
- [Release notes](h...

fa07d4ac8c21786da151005797882f62e3e715e6 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add fast path for string concatenation (#723)

3ce547d42723d9236c55bda42782dd9dc563485b authored over 4 years ago by João Borges <[email protected]>
Refactor: Value::to_object to return GcObject (#712)

0348ba9323b1292a1ad7e95466b7c10a8ffa6cd0 authored over 4 years ago by João Borges <[email protected]>
Fix clippy on Nightly (#668)

01b5cec04f079b7efe9fe643b310a7e9ce2a415a authored over 4 years ago by David <[email protected]>
Bump monaco-editor from 0.21.0 to 0.21.1 (#715)

Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor) from 0.21.0 to 0.21.1.
- [Rel...

8a241a40e30e65f4a9023b5c5c0dbfabbdc5e4aa authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add support for >>>= (#711)

ad7cd4cc68027b4e322a4eb8136708885f2ba0b2 authored over 4 years ago by Arpit Saxena <[email protected]>
Bump structopt from 0.3.17 to 0.3.18 (#713)

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.17 to 0.3.18.
- [Release notes...

c4e08ff5d13899f13e0d6392da6e006df0c0ab58 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix panic when a self mutating function is constructing an object (#710)

3f6a8ef06bceb0171ffb9f6ca9037d813ab1bc6b authored over 4 years ago by Halid Odat <[email protected]>
Cache well known symbols (#706)

38eaaf44fb36b07d51c62a336c8e31dd3b4d519e authored over 4 years ago by Halid Odat <[email protected]>
Bump monaco-editor from 0.20.0 to 0.21.0 (#709)

Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor) from 0.20.0 to 0.21.0.
- [Rel...

13888c4031f58ad77bc6a9d08a5848d0ff1cd2c7 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump html-webpack-plugin from 4.4.1 to 4.5.0 (#708)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.4.1 to 4.5.0...

5a7d03a192984d998462e2d3ed32eae2cbda3dc7 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix Value::to_json order of items in array (#699)

1a27f06c7edb10b0e28d0e607185c37c4ba68918 authored over 4 years ago by sele <[email protected]>
Bump copy-webpack-plugin from 6.1.0 to 6.1.1 (#707)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.1.0 t...

f393cbcdca8b8bc2599c9b665fbdcabbe3906528 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 4.44.1 to 4.44.2 (#705)

e7757436dbd30de01d673024ee87ca5f6bbefd98 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prettier from 2.1.1 to 2.1.2 (#701)

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](h...

b62efdfc0ffe4ec7bb7258ab067e17926381c5c0 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Revert criterion version to `=0.3.2` (#700)

02db5b3b23ec61f8e9f7abc5cb6d829bc57860ad authored over 4 years ago by Halid Odat <[email protected]>
Fix CI Commit failure (#695)

Unsure as to whether this should be committed or not, but should fix
failing CI

72c4daef2442a43c3f1e2e06a35d25b9c81dff25 authored over 4 years ago by neeldug <[email protected]>
Bump serde from 1.0.115 to 1.0.116 (#698)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.115 to 1.0.116.
- [Release notes](htt...

e16927f06f9a51bae9bc0ce87f9cf118fe9e4977 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump rustyline from 6.2.0 to 6.3.0 (#696)

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 6.2.0 to 6.3.0.
- [Release notes]...

c2014fb5a5266b5bec581b3657b1f4057757f1c3 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ryu-js from 0.2.0 to 0.2.1 (#697)

Bumps [ryu-js](https://github.com/boa-dev/ryu-js) from 0.2.0 to 0.2.1.
- [Release notes](https:...

8abe5bb04977240145a2cbf44fe7eeffbddc70fd authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Feature `gc` module (#694)

81089d137749472f91bf5b8f1f91331c4ec4d354 authored over 4 years ago by Halid Odat <[email protected]>
Feat: Rename Object::prototype() and Object::set_prototype() (#693)

closes boa-dev/boa#607

3f06e9a6caec872b4645fe3604ad75c85591c73c authored over 4 years ago by João Borges <[email protected]>
Bump css-loader from 4.2.2 to 4.3.0 (#691)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 4.2.2 to 4.3.0.
- [Relea...

1d5383b351adc07f2c523752b688195e4c8e8b38 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump wasm-bindgen from 0.2.67 to 0.2.68 (#692)

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.67 to 0.2.68.
- [Releas...

652aa3dc8b85a09880def8008f45db86ae96bf35 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>