Ecosyste.ms: OpenCollective

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

Boa

Boa is an experimental JavaScript lexer, parser and compiler written in Rust.
Collective - Host: opensource - https://opencollective.com/boa - Website: https://boajs.dev/ - Code: https://github.com/boa-dev

Implement `symbol.prototype[ @@ToStringTag]` (#1292)

* Fixed hypot length bug

* added the symbol.prototype[ @@ToStringTag]

* use Self::NAME

github.com/boa-dev/boa - c6d56899be268654bb723054899ccf8fe737de9a authored over 3 years ago
Fix test262 comment formatting (#1293)

github.com/boa-dev/boa - e7ffe7fd454e547c60ae8bb3a6adc48be233f252 authored over 3 years ago
Add test comparison to Test262 result compare (#1279)

* Added some result changes for Test262 result comparisons

* Added a bug and a panic to test ...

github.com/boa-dev/boa - 1a58c9fc9c1edb6a0b9896fa3ded1e73fa69da74 authored over 3 years ago
Fixed hypot length bug (#1288)

github.com/boa-dev/boa - e577f2a4c1a85e90b715637bdb8e332f973f9e31 authored over 3 years ago
Bump actions/cache from 2.1.5 to 2.1.6 (#1290)

github.com/boa-dev/boa - ecbc23b49ce4ea294bfecea92d92bcc53e85b25c authored over 3 years ago
Bump webpack from 5.37.1 to 5.38.1 (#1289)

github.com/boa-dev/boa - 737d79d9f687458c05df96f002a882706a1cf140 authored over 3 years ago
Bump dns-packet from 1.3.1 to 1.3.4 (#1287)

github.com/boa-dev/boa - c9ef4415cfbbd146a35dfdd9cacda9ce8c2d64b9 authored over 3 years ago
Fix construct usage (#1286)

github.com/boa-dev/boa - 52bd1e72f74f48c2958e6026a38c7fb657d51489 authored over 3 years ago
Fix panic in regex execution (#1283)

* Fix panic with regex exec

* Add toLength comment

github.com/boa-dev/boa - d009fa271bf90a6b6cf517a2299a6d89d5285e79 authored over 3 years ago
Add default parameter support (#1273)

* Add default parameter support

* Update second environment

* Use map instead of if let, r...

github.com/boa-dev/boa - 3acef7b7d541eb260de978252a59cbff8c6bd44c authored over 3 years ago
Fix GcObject to_json mutable borrow panic (#1284)

github.com/boa-dev/boa - 81ef87b7f9028c21d7d3adadfdd0e6da4bf844e9 authored over 3 years ago
Fix slice index panic in add_rest_param (#1280)

github.com/boa-dev/boa - 23e59361883598db9b3c0beb92d03ad656a2d0f9 authored over 3 years ago
Fix Array.prototype.filter (#1272)

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

github.com/boa-dev/boa - 68543e8fb46d0527dcce98e7603bc6986714baa7 authored over 3 years ago
Bump git2 from 0.13.19 to 0.13.20 (#1282)

github.com/boa-dev/boa - 715cced9892409c6ee33938148a9779806b9c5bf authored over 3 years ago
Bump css-loader from 5.2.5 to 5.2.6 (#1281)

github.com/boa-dev/boa - 655c7d3f4f99274957b37034925cd0d64e5fe5f3 authored over 3 years ago
Fix of instructions.rs comment, to_precision impl and rfc changes (#1135)

github.com/boa-dev/boa - 88e888fd8a9281169f34eaa3fb1948d194958d9b authored over 3 years ago
Bump copy-webpack-plugin from 8.1.1 to 9.0.0 (#1278)

github.com/boa-dev/boa - 24deb83e740c1cbc0052aac5bbe4f90ed460c176 authored over 3 years ago
Cleanup (#1276)

github.com/boa-dev/boa - 62c99f50b707c58ae2e2bf7fd4550a002e84a5e1 authored over 3 years ago
Make `same_value` and `same_value_zero` static methods. (#1271)

github.com/boa-dev/boa - 0dcf182ad9a2c4ecac5a2cb4de2b00889dc75528 authored over 3 years ago
Fix `Context::register_global_function()` (#1270)

github.com/boa-dev/boa - a5e38133c240b4a72d36c68f25dc044f278cb0d8 authored over 3 years ago
Fix unicode escape in identifiers (#1102)

github.com/boa-dev/boa - 08f232fe99ceec594c66e822e04d387ccfd3d6c0 authored over 3 years ago
Implement BigInt.prototype[ @@toStringTag ] (#1265)

github.com/boa-dev/boa - e187489ab892f49cc7513c68929dd5a3664182a6 authored almost 4 years ago
Bump css-loader from 5.2.4 to 5.2.5 (#1266)

github.com/boa-dev/boa - 337e9eecb091175c7469e56a328ba9e61b8a673c authored almost 4 years ago
Bump getrandom from 0.2.2 to 0.2.3 (#1267)

github.com/boa-dev/boa - 6d36220f3880d09ea4adfcecbb1faf5d990a9257 authored almost 4 years ago
Bump rustyline from 8.1.0 to 8.2.0 (#1268)

github.com/boa-dev/boa - 520eb5955d6a38c8bd2f3383b0c7e4341652a9f1 authored almost 4 years ago
Implement Set builtin object (#1111)

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

github.com/boa-dev/boa - c4460b7bb0f71c4100621a4fb3d7b9abc65f8b27 authored almost 4 years ago
Bump webpack from 5.37.0 to 5.37.1 (#1264)

github.com/boa-dev/boa - f46554cd2a656176721c983a1af5caf925b6188e authored almost 4 years ago
Handle early errors for declarations in StatementList (#1175)

* Merge {Let,Const,Var}DeclList

* Rustfmt

* Handle early errors for declarations in Statem...

github.com/boa-dev/boa - 6723252c9286995c114f9fed46ea2ca6f0fd7362 authored almost 4 years ago
Bump rustyline from 8.0.0 to 8.1.0 (#1263)

github.com/boa-dev/boa - b8b0a7edbaf1b2bd42c1a0c5d2c86206031bb3a0 authored almost 4 years ago
Bump bootstrap from 5.0.0 to 5.0.1 (#1261)

github.com/boa-dev/boa - 3f7f8c09f37df93fb57feeac554829f94be1180e authored almost 4 years ago
Bump crazy-max/ghaction-github-pages from 2.3.0 to 2.4.1 (#1259)

github.com/boa-dev/boa - f29a4e9a9e4034962b150c5890d0229c259cf184 authored almost 4 years ago
Bump monaco-editor from 0.23.0 to 0.24.0 (#1258)

github.com/boa-dev/boa - a5df33e1a96a3be83603138b158ce51d2a92f27c authored almost 4 years ago
Bump serde from 1.0.125 to 1.0.126 (#1260)

github.com/boa-dev/boa - 4efaea5278b1f66dbaedf6c92bc334af14975a47 authored almost 4 years ago
Bump actions/checkout from 2 to 2.3.4 (#1254)

github.com/boa-dev/boa - 63e36a7b5b55b5598502f23a2354a770a9855010 authored almost 4 years ago
Implement Map.prototype[ @@toStringTag ] (#1249)

* Implement Map.prototype[ @@toStringTag ]

This Implements Map.prototype[ @@toStringTag ]

Thi...

github.com/boa-dev/boa - a0be5cd6109d832530d6aae02160428bc057c735 authored almost 4 years ago
Bump peter-evans/find-comment from 1 to 1.2.0 (#1255)

github.com/boa-dev/boa - b7ed761ee3a832be468fd99c3c1ba9ed1d075604 authored almost 4 years ago
Bump peter-evans/create-or-update-comment from 1 to 1.4.5 (#1253)

github.com/boa-dev/boa - 91aed56c70c26d1fd6fa68109102938d2a27f50d authored almost 4 years ago
Bump actions-rs/audit-check from 1 to 1.2.0 (#1257)

github.com/boa-dev/boa - 97881f63891664e63ddb0159c5e43b7f90a60764 authored almost 4 years ago
Bump crazy-max/ghaction-github-pages from 2 to 2.3.0 (#1252)

github.com/boa-dev/boa - c836f5fd62f2cfa48cf1083acf2013a4d47830a4 authored almost 4 years ago
Bump actions-rs/toolchain from 1 to 1.0.7 (#1251)

github.com/boa-dev/boa - 6f04533d967bcf2d66e6a5b234adec4ea1aa06e0 authored almost 4 years ago
Bump git2 from 0.13.18 to 0.13.19 (#1250)

github.com/boa-dev/boa - 24cfcc4e8cb6a0c74ab7f74c0b44a21d97fc98fd authored almost 4 years ago
Cross realm symbols (#1243)

* Cross context symbols

* Remove redundant '_symbol' suffix for well known symbol getters

...

github.com/boa-dev/boa - 087a857865de9a6347c8a0c0162a2ef12976796c authored almost 4 years ago
Upgraded prettier and bootstrap, fixed formatting (#1245)

github.com/boa-dev/boa - 03cb69dcf4e0e5f17b44865e2d3bb849bc156378 authored almost 4 years ago
Bump gc from 0.4.0 to 0.4.1 (#1248)

Bumps [gc](https://github.com/Manishearth/rust-gc) from 0.4.0 to 0.4.1.
- [Release notes](https...

github.com/boa-dev/boa - 1505a45a35f0533fa0a590e12ae6f3542dd614e8 authored almost 4 years ago
Bump wasm-bindgen from 0.2.73 to 0.2.74 (#1247)

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

github.com/boa-dev/boa - c0e1d4cfef612f94bd5e2afe6a7cf52dbc73b8c9 authored almost 4 years ago
Bump webpack from 5.36.2 to 5.37.0 (#1246)

Bumps [webpack](https://github.com/webpack/webpack) from 5.36.2 to 5.37.0.
- [Release notes](ht...

github.com/boa-dev/boa - 77571cdea350006d174c76cfa61de4d03704d2dd authored almost 4 years ago
Implement `Object.assign( target, ...sources )` (#1235)

github.com/boa-dev/boa - ca81ab0b26184265c2dd99cc0e771675c6fcd142 authored almost 4 years ago
Make environment methods take `&mut Context` (#1131)

github.com/boa-dev/boa - 411d57afabafd80b2502427e86cac9489f9699cb authored almost 4 years ago
Implement Array.prototype.flat/flatMap (#1132)

github.com/boa-dev/boa - 2f4c47d2df37665edfc34caded64183920cfbff9 authored almost 4 years ago
Updated test262 submodule (#1238)

github.com/boa-dev/boa - c85cee7c576446ff15248af04f6ecffac2ea5c90 authored almost 4 years ago
Improved conformance comment format (#1239)

When the test262 conformance comments are added to a PR, it will now
show the percentage symbol...

github.com/boa-dev/boa - a9d22cd57460e845247ed24ca32ac8a2f84ccf1b authored almost 4 years ago
Removed a bunch of ignored tests that we no longer need to ignore (#1240)

github.com/boa-dev/boa - 143dbaca526461befbd0b1e44293101109ba4c42 authored almost 4 years ago
Implement RegExp flag accessors (#1221)

github.com/boa-dev/boa - f47ed7b1e586634018ec3921a026e886b32a5834 authored almost 4 years ago
Separate Symbol builtin (#1234)

github.com/boa-dev/boa - db3b6c5213e8ec95edcc3d7a4af10b08ce0e65f9 authored almost 4 years ago
Implement `Symbol.prototype.description` accessor (#1222)

github.com/boa-dev/boa - 8a70fdca30a81a9b897394056883a52fc3de310c authored almost 4 years ago
Bump lodash from 4.17.20 to 4.17.21 (#1237)

github.com/boa-dev/boa - 806aaba5c82c8437a10390847dd58834a8cbb607 authored almost 4 years ago
Implement `JSON[ @@toStringTag ]` (#1224)

github.com/boa-dev/boa - 26b62234cb427bf0561ab475957058e8d48d9f86 authored almost 4 years ago
Implement `Math[ @@toStringTag ]` (#1225)

github.com/boa-dev/boa - bee7386995ca79660742622ddc14a92a2787d30a authored almost 4 years ago
Bump webpack-cli from 4.6.0 to 4.7.0 (#1226)

github.com/boa-dev/boa - e588690785d45250f866bbec5094d6cc5aef12ce authored almost 4 years ago
Bump url-parse from 1.4.7 to 1.5.1 (#1227)

github.com/boa-dev/boa - 6b91a2384d7eb09b4835d116be5d30b7a079aee5 authored almost 4 years ago
Upgraded dependencies and fixed some clippy warnings/errors (#1228)

github.com/boa-dev/boa - 7ee3a93fcc6fabef25565d191df05a3a6e597033 authored almost 4 years ago
Update cli name in Readme (#1223)

This has been bugging me for a while...

github.com/boa-dev/boa - b51456463ae868ccbeeb45264b2b244da1c26a73 authored almost 4 years ago
Sync to `dtolnay/ryu` master (#16)

Co-authored-by: Aphek <[email protected]>
Co-authored-by: David Tolnay <[email protected]>

github.com/boa-dev/ryu-js - 85fecf5e68c4bcf6c43ca8e9e4833753d99770fa authored almost 4 years ago
Remove markdown trailing space to prevent undefined errors (#19)

github.com/boa-dev/criterion-compare-action - 086ea13f248c4e0ceab40ec4a6a54bfc17c31062 authored almost 4 years ago
Return optional value in to_json functions (fixes #1064) (#1201)

github.com/boa-dev/boa - c843afd4662ea7cee6674e13b901b4d2fff8f018 authored almost 4 years ago
Bump css-loader from 5.2.2 to 5.2.4 (#1212)

github.com/boa-dev/boa - a6b2cfbc7e04ef24918d7dd46cd5e41e35689983 authored almost 4 years ago
Bump webpack from 5.33.2 to 5.36.2 (#1220)

github.com/boa-dev/boa - 53de1d18b39d08eebf6e90595e387233985d44e8 authored almost 4 years ago
Bump measureme from 9.1.0 to 9.1.1 (#1217)

github.com/boa-dev/boa - 0a2ac36fc18d0224563ad263e58fc7124547c15e authored almost 4 years ago
Bump regex from 1.4.5 to 1.4.6 (#1215)

github.com/boa-dev/boa - 53757cf8d2f295145a230c3690983e2fa5bd9e48 authored almost 4 years ago
Bump git2 from 0.13.17 to 0.13.18 (#1213)

github.com/boa-dev/boa - 7c70a0bace50b03dcd42f092cdf083f265682a27 authored almost 4 years ago
Bump css-loader from 5.2.1 to 5.2.2 (#1210)

github.com/boa-dev/boa - bd199677ac7f525a99a8fbaeef3897bbb23a3f23 authored almost 4 years ago
Bump webpack from 5.32.0 to 5.33.2 (#1209)

github.com/boa-dev/boa - 624632be52c928cec58925f40f9fada25c3a8992 authored almost 4 years ago
Clippy prefers From instead of Into (#1208)

github.com/boa-dev/boa - ee6c98ca9244d11a424c2e6107db5bb4fd13571e authored almost 4 years ago
Merge Const/Let/Var DeclList into DeclarationList (#1181)

github.com/boa-dev/boa - ea8d9a245831068f5766bdea9862e9024bf7c30a authored almost 4 years ago
Bump actions/cache from v2.1.4 to v2.1.5 (#1207)

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes...

github.com/boa-dev/boa - 8b961a08d1aa1eae9ba7e88199405bc87fb1ec66 authored almost 4 years ago
Bump webpack from 5.31.0 to 5.32.0 (#1206)

Bumps [webpack](https://github.com/webpack/webpack) from 5.31.0 to 5.32.0.
- [Release notes](ht...

github.com/boa-dev/boa - 1d201bfaf0000161c4c07217f3d6b58185e6d2d7 authored almost 4 years ago
Bump css-loader from 5.2.0 to 5.2.1 (#1204)

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

github.com/boa-dev/boa - 7aff788cf1ef01c0056aa3f64c43a862074d2530 authored almost 4 years ago
Fix a typo in gc.rs (#1202)

github.com/boa-dev/boa - 6400af218814adf4407a729a855e78fbae533da0 authored almost 4 years ago
Bump copy-webpack-plugin from 8.0.0 to 8.1.1 (#1198)

github.com/boa-dev/boa - c5c8aa5f1495031997bdad185efc22ec17fc703c authored almost 4 years ago
Bump @wasm-tool/wasm-pack-plugin from 1.3.3 to 1.4.0 (#1199)

github.com/boa-dev/boa - 6b01f44e7640ac79af8d15bc389ccfed8e625820 authored almost 4 years ago
Bump webpack from 5.30.0 to 5.31.0 (#1200)

github.com/boa-dev/boa - 67a0ad008c03229193de66122016001407202ecb authored almost 4 years ago
Rework environment records (#1156)

* Add test for function scope
* Make the environment iterator follow outer environments
* Make...

github.com/boa-dev/boa - 57bd79ae242630ab72c313c84416f156c13e8c71 authored almost 4 years ago
Bump webpack from 5.27.2 to 5.30.0 (#1196)

Bumps [webpack](https://github.com/webpack/webpack) from 5.27.2 to 5.30.0.
- [Release notes](ht...

github.com/boa-dev/boa - 93d7650a6ee8a638c7fb04b9037323f9dca26184 authored almost 4 years ago
Bump unicode-general-category from 0.3.0 to 0.4.0 (#1191)

github.com/boa-dev/boa - f8d0b66daf92c52c187c43eb3b3e18fbe71b4da0 authored almost 4 years ago
Bump wasm-bindgen from 0.2.72 to 0.2.73 (#1195)

github.com/boa-dev/boa - f294dd294ef794ae7dee1551fdc1790a871be2a1 authored almost 4 years ago
Style: Respect the new lints from 1.51 (#1194)

github.com/boa-dev/boa - 505a2ddaf6e5f6cb26418ab0f382481ec401df7d authored almost 4 years ago
Bump webpack-cli from 4.5.0 to 4.6.0 (#1193)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.5.0 to 4.6.0.
- [Release not...

github.com/boa-dev/boa - a96cf4b33d95bb94111aa730fe25ae887e836e45 authored almost 4 years ago
Bump css-loader from 5.1.3 to 5.2.0 (#1189)

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

github.com/boa-dev/boa - c929dd3e74e4b101139faf2262c929c974ffea78 authored almost 4 years ago
Lazy evaluation for cooked template string (#1103)

* Lazy evaluate cooked template string

Fix octal escape in string literal

Add tests

...

github.com/boa-dev/boa - 6333daae3fdc0949a3f48e16e3d88266f1c4fa50 authored almost 4 years ago
Bump serde from 1.0.124 to 1.0.125 (#1188)

github.com/boa-dev/boa - ff3dd4e156730afea1be8a7661330156d8aca966 authored almost 4 years ago
Include name in verbose results output of boa-tester (#1158)

* Include name in verbose results output of boa-tester

Would make the logs a lot more readabl...

github.com/boa-dev/boa - 57e38adad5bcbbae91b70278259f316dfcb02b6f authored almost 4 years ago
Bump webpack from 5.27.1 to 5.27.2 (#1186)

Bumps [webpack](https://github.com/webpack/webpack) from 5.27.1 to 5.27.2.
- [Release notes](ht...

github.com/boa-dev/boa - e3ecaa8f56ae90ebeff7e73562250b497dc2fa71 authored almost 4 years ago
Bump webpack from 5.26.3 to 5.27.1 (#1185)

github.com/boa-dev/boa - 13467ec5d7c2fd76b9031b1ec5b35fd9aa42ad81 authored almost 4 years ago
Bump webpack from 5.26.2 to 5.26.3 (#1179)

github.com/boa-dev/boa - 39764b9e006ee51523edd3af55afe1833fda3c40 authored almost 4 years ago
Bump wasm-bindgen from 0.2.71 to 0.2.72 (#1182)

github.com/boa-dev/boa - 4d9374397ad36ec5ed2c8711141fde86da080692 authored almost 4 years ago
Bump css-loader from 5.1.2 to 5.1.3 (#1176)

github.com/boa-dev/boa - c368337e1182d7df1942b9bdee1891bf83ea96c9 authored almost 4 years ago
Bump webpack from 5.24.4 to 5.26.2 (#1178)

github.com/boa-dev/boa - dc6d8a483f4921c2e0e2b055e37b90487bb673da authored almost 4 years ago
Bump regex from 1.4.4 to 1.4.5 (#1174)

github.com/boa-dev/boa - 105dde4628d82d7c81383ad8bbb6ed120731fece authored almost 4 years ago
Fully implement EmptyStatement (#1151)

* add EmptyStatement

* add comments

* format code

* add test

* add test

* fmt

github.com/boa-dev/boa - 72628826653441e0b63538cd8459f14135716ff6 authored almost 4 years ago
Bump css-loader from 5.1.1 to 5.1.2 (#1170)

github.com/boa-dev/boa - a93e89559ca265dc8d37e6b120041ed2a21fa339 authored almost 4 years ago