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

Moved to a workspace architecture (#247)

* Moved to a workspace architecture

github.com/boa-dev/boa - 5f6e4c22c17c9bd60768e03456d4bf1347e5f7f4 authored almost 5 years ago
Update pull_request.yml

https://github.com/jasonwilliams/boa/pull/247#issuecomment-585474183

github.com/boa-dev/boa - cb850fc13e94e1baec09267bd010a4cd4565d73d authored almost 5 years ago
using -p Boa for https://github.com/jasonwilliams/boa/pull/247

github.com/boa-dev/criterion-compare-action - 1bbf23d95bad1853aa9262a9304bc2efb9a954b1 authored almost 5 years ago
Update benchmark.yml

github.com/boa-dev/boa - 3f83d17d3420aaa0555832d70b0f0f860b3fb1d6 authored almost 5 years ago
Fixed parsing of floats with scientific notation (#245)

* Fixed parsing of scientific notation with floats

* Reorganize tests

github.com/boa-dev/boa - 080a3359fd73c8e8eb0bab16a26434b0aa8b93e6 authored almost 5 years ago
rust-lldb is no longer needed, sourcemaps should move into launch.json, rust-analyzer is now in the marketplace

github.com/boa-dev/boa - 3e48f54ca5cd970c927e2723b40dc998bd8038f6 authored almost 5 years ago
fix addition/subtraction with no space (#235)

github.com/boa-dev/boa - 448835295a1cb2cbb216c0459759f208e132606c authored almost 5 years ago
Fixed some panics in the lexer (#242)

* Fixed some panics in the lexer
* Applied Requested Fixes
* Applied Requested Fixes
* Gave `...

github.com/boa-dev/boa - 18523c57f1d1b0cca2854010fc93f0d11649b49f authored almost 5 years ago
Fixed compilation without "wasm-bindgen" feature (#236)

* Fixed compilation without "wasm-bindgen" feature

* updating clippy rules on all files (#238...

github.com/boa-dev/boa - 6947122815f33b57b51062720380ca9ae68b47ad authored almost 5 years ago
updating clippy rules on all files (#238)

github.com/boa-dev/boa - 33490e1edb99cd867133a2a02381e64afe787710 authored almost 5 years ago
fix: Array.prototype.toString should be called by ES value (#227)

* feat: Implement Array.prototype.toString

* fix: fix the missing arguments for Array.prototy...

github.com/boa-dev/boa - d8f33abe06e49ad937c0b4cc203eefee7803cb63 authored almost 5 years ago
fix clippy, revert to just correctness, perf and style (#232)

github.com/boa-dev/boa - fe4a889e1e5876d66a6ce636fd69c1012cb98d20 authored about 5 years ago
Fix lexing of "0_" token (#231)

* Fix lexing of 0_ token
* Fix bugs and return to non-strict
* Extract read_integer_in_base

github.com/boa-dev/boa - eaeb299a9e8f6ca9cad4ba237af74c161b5e5120 authored about 5 years ago
String.prototype.replace() (#217)

* String Replace addition

* Function argument now fully implemented

* adding substitutions...

github.com/boa-dev/boa - 495f0a48686b362613b0befc8a6e8a91563a81f6 authored about 5 years ago
change title

github.com/boa-dev/boa - 55b3f1dc3d9f15288e240b36ca86143744a2030e authored about 5 years ago
adding auto push

github.com/boa-dev/boa - b73c71af608af367e88a12ff78f6ecd8d2dad613 authored about 5 years ago
testing benchmark action

github.com/boa-dev/boa - fa47abfc4dc0eace109a251827d938062762a131 authored about 5 years ago
benchmark testing

github.com/boa-dev/boa - 0c977a2fa6b8cd8e572a20dd97fc6975f4651151 authored about 5 years ago
Replace error throwing with panic in "Lexer::next()" (#229)

github.com/boa-dev/boa - dd5ecddc55f2874d382f1f88d4c4978633f939f2 authored about 5 years ago
[lexer: single-line-comment] Fix bug when single line comment is last line of file (#228)

github.com/boa-dev/boa - ce9af33620ffa9c7c788c12f88b0042958b2dba8 authored about 5 years ago
use updated master branch

github.com/boa-dev/boa - 881873cb0dbe7a5fdbed8de7da2704eec551201d authored about 5 years ago
add parser benchmark for expressions (#226)

github.com/boa-dev/boa - 27bd553c59b7eec2e2d0cd1f1c83dfca97757521 authored about 5 years ago
Feature: Implement Array.prototype.toString (#218)

* feat: Implement Array.prototype.toString

* fix: fix the missing arguments for Array.prototy...

github.com/boa-dev/boa - f134a0711e783ffa178fba8d1aed102b16caedc6 authored about 5 years ago
[README.md] Adjust headings importance and update Usage section (#220)

* MInor README edit

* MInor

* Update usage section of README

* Usage edit

github.com/boa-dev/boa - b57856ca8078b8a8341d8941838fd0dc41c1c090 authored about 5 years ago
Go back to v1

Should fix the master branch issue

github.com/boa-dev/boa - afc782cf394af7c8f9b75cdbb322d93d32c3f546 authored about 5 years ago
fix git checkout (benchmark action), try v2

github.com/boa-dev/boa - bb9391ef86611632e6181991fa64f613b3a49f4b authored about 5 years ago
Fixed clippy errors (#222)

* Fixed clippy errors

github.com/boa-dev/boa - 5aabe98ab1aa128ea1b42f3c775a6bd05a40d7a1 authored about 5 years ago
debugging in dev container can now step into Rust Std code (#219)

github.com/boa-dev/boa - e38ac20d19b7e0abb3a47bb3b111f79eefd4d823 authored about 5 years ago
Merge branch 'master' of github.com:jasonwilliams/boa

github.com/boa-dev/boa - 988f61a8c37e23501e4474e9a28dd25db5309234 authored about 5 years ago
ignoring the tests/js/test.js file

github.com/boa-dev/boa - 074df666eb14e46417072bbb1b3f373625182011 authored about 5 years ago
Updates and removing console logs

github.com/boa-dev/boa - 7f2aecf31f3f3700a64d1cc2b5163c50db05f898 authored about 5 years ago
Keep accepting new array elements after spread. (#216)

github.com/boa-dev/boa - 85e9a3526105a600358bd53811e2b022987c6fc8 authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 993efac1cb94299e3210928ec480c6eb9a6df7c5 authored about 5 years ago
updating rest-spread (rebased) (#213)

* Adding support for rest/spread

github.com/boa-dev/boa - 80a9e6a971095157381a32506d67bd9754a05eea authored about 5 years ago
Replaced occurences of mk! (#212)

github.com/boa-dev/boa - cf516f656bbcd86a110c3e71f6be286153b0715c authored about 5 years ago
Display for objects (#211)

* Added the initial re-implementation of Display for Objects

* Added internal object slots pr...

github.com/boa-dev/boa - 724dd65cfdf20474b98e4e8ffb0047d87beabefd authored about 5 years ago
Merge pull request #8 from rust-community/dependabot/bundler/ffi-1.11.2

Bump ffi from 1.9.18 to 1.11.2

github.com/boa-dev/boa-dev.github.io - e945d3b87b76fca3dd7865f9c0a489bca5138677 authored about 5 years ago
Bump ffi from 1.9.18 to 1.11.2

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.11.2.
- [Release notes](https://github....

github.com/boa-dev/boa-dev.github.io - 97aacb387bde7ff1f7ca380b8ef9fd5a8295772f authored about 5 years ago
Merge pull request #6 from rust-community/dependabot/bundler/nokogiri-1.10.5

Bump nokogiri from 1.8.2 to 1.10.5

github.com/boa-dev/boa-dev.github.io - fc3b22e3dcd4586f35d3b8c5fda02df60aa7dc26 authored about 5 years ago
Bump nokogiri from 1.8.2 to 1.10.5

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.10.5.
- [Release not...

github.com/boa-dev/boa-dev.github.io - f824d8ef9026fd69075a8d75b5686eee3c5f9e42 authored about 5 years ago
Merge pull request #7 from rust-community/github-actions

Run GitHub Actions to check build

github.com/boa-dev/boa-dev.github.io - 03ad97cffd63c7fd243c4224d7931ed94e3c6da7 authored about 5 years ago
Run GitHub Actions to check build

github.com/boa-dev/boa-dev.github.io - c432045c5384e4fc0a193d87e62d519dbf2847e9 authored about 5 years ago
Implement macro for setting builtin functions

* Add make_fn macro in builtins module

* Replace all array methods with the make_fn macro

...

github.com/boa-dev/boa - 76988731574607e0a5d644ada26a98f1567d1e95 authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 31607e6b9434ef48fe6a71f8f5d8ddd746a78da9 authored about 5 years ago
hacktoberfest release

github.com/boa-dev/boa - 931597db1f3dc23fb6d632b3de5331e3aff0bb0f authored about 5 years ago
symbol implementation and o.5.0

github.com/boa-dev/boa - 499f975a1aa36bd8a3014d8de66d217a3a0d1d2c authored about 5 years ago
[WIP] - addition of Symbols (#191)

* Addition of Symbols
* Addition of Symbol benchmark

github.com/boa-dev/boa - d4791837db5b727da164dd0b8986600e4560cb10 authored about 5 years ago
parse function arguments (#203)

* parse function arguments

* no need for type setting here

* adding test for arguments

github.com/boa-dev/boa - 4a3908a35d8186bf81af778a28a9580c7fbd24f6 authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - c74db2c8322ceb8147f0c5ce3671acb4aaee6fa6 authored about 5 years ago
Initial implementation for Array.prototype.map (#194)

* Added the initial implementation for Array.prototype.map

* Removed unneccessary .to_string(...

github.com/boa-dev/boa - 9ebe8b6afc791ebc877278ed10dd02c611d43242 authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 2d505458768eaa776b5210ed820e66c0572ce6a7 authored about 5 years ago
Feature/number object (#182)

* Feature(Number): Tests for the Test Driven Development!

refs #34

* Feature: Skeleton cod...

github.com/boa-dev/boa - d725b0c769b15ccd1be10256a6783cae61b29ef7 authored about 5 years ago
Fix short-circuit evaluation (#202)

github.com/boa-dev/boa - 064ecd9f85c9fec3cd4f78bcf0117610f6690084 authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 1647236dc44afcf4bfb8d436b10dea9472b53d9b authored about 5 years ago
Array.prototype.fill method implementation (#181)

* Array.prototype.fill method implementation

* Added types

* Fmt changes

* Fill tests f...

github.com/boa-dev/boa - 08775f479d1413b602e4b26b263c5848981f4c2a authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 3361d3d86e6cfd779398be946c150535b02d583e authored about 5 years ago
short function syntax fixes #152 (#199)

* short function syntax

* updating parser plus adding test

github.com/boa-dev/boa - 3465e6bbcac2a40a5bb763718f6f3cee4619209b authored about 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 308d026134c4303a9bd0042b63f4397e1d8cc97c authored about 5 years ago
Fixed array creation bug in `Array.slice` implementation (#198)

* Change unnecessary mutable ref to immutable ref

* Add helper function to create new array

github.com/boa-dev/boa - 5fbe67ad2af7f21c9e0298cf8e7a22e4c4bf310e authored about 5 years ago
Merge pull request #22 from silwol/master

Dev-dependencies: update rand to 0.7, add rand_xorshift 0.2

github.com/boa-dev/ryu-js - d8b530f84dd4766a99acc3bd514052be1e3006ca authored about 5 years ago
Dev-dependencies: update rand to 0.7, add rand_xorshift 0.2

github.com/boa-dev/ryu-js - fb3d18609e03d6450f3f6467d14c2076e6fd75b8 authored about 5 years ago
Fix early return

github.com/boa-dev/boa - edbe78d503b8218b129fabed65fe5aec35fd26f9 authored about 5 years ago
Fix early return (#197)

Fix early return

github.com/boa-dev/boa - 0cbdaefe469e89edcc5b32b19d9c786299410458 authored about 5 years ago
array: implement array.slice (#180)

* array: implement array.slice

* array: update slice implementation and fix tests

github.com/boa-dev/boa - 7567aacd77f18ab23860e76e6bae362cade02e72 authored over 5 years ago
updating cargo deps

github.com/boa-dev/boa - 1e08149953e9ce9564e24150e8c19df0b2e4213d authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 384267b1220ffd608ee0329ad628ccc78b7d34d8 authored over 5 years ago
Array includes implementation and tests (#189)

github.com/boa-dev/boa - 3f2fe420812c6289527eab49efe018f2316fb8c0 authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 4e2632ceb28c62ce1841bfd7c5d7c09457cdb6e2 authored over 5 years ago
Implement Tilde operator (#187)

* implement tilde operator

* add tests for tilde operator

github.com/boa-dev/boa - 6e04f8f3931c93f292a8943f8d9d6d7561093985 authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - dfb3e78e8736426d4b5969d542e000dd0add2c20 authored over 5 years ago
array: implement tests for shift, unshift and reverse, pop and push (#175)

* array: implement tests for shift, unshift and reverse

* array: add tests for push and pop

github.com/boa-dev/boa - 72e1a0671844a67582487de52c2e5ce8581fe8a3 authored over 5 years ago
Update monacoWebpackPlugin to only include javascript #168 (#188)

github.com/boa-dev/boa - e20427d62ebd52733553cf1673f3c1e75624eedf authored over 5 years ago
adding builtins fixes #123 (#183)

* renaming JS to builtins

github.com/boa-dev/boa - 8596079887513b4f63b94f6d5df78214fa6aafaf authored over 5 years ago
fixing array tests

github.com/boa-dev/boa - 693a9dac4aa7d431dbd0b0a841b2859070a53559 authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - cffb618412cb0925ed6094882d2ad32a50e0f0a2 authored over 5 years ago
Enable obj[key] = value syntax. (#161)

* wip: setting keys in objects

* handle array case when setting objects

github.com/boa-dev/boa - 0f72bf556ea7c842ae7e6216b929f67201199e64 authored over 5 years ago
Implement block scoped variable declarations (#173)

* Implement block scoped variable declarations

`const` and `let` are now scoped to the block,...

github.com/boa-dev/boa - ffcc9ad748e3f54c8aab98e5bf3247abcd2a5e63 authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 0dca535ad175269d5a2b6059f6c54ee30bba144b authored over 5 years ago
Added Array.prototype.findIndex (#178)

github.com/boa-dev/boa - c45f80b2a44c66311dfdf747016c9c9f9c12b5ff authored over 5 years ago
demo: evaluate initial code on page load (#174)

github.com/boa-dev/boa - eea035c7d5a8b71aa4a0dd4723e81334931298db authored over 5 years ago
Update CHANGELOG.md

adding letmux

github.com/boa-dev/boa - a87f04f952cd4623aa096650af08ea87677550be authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 39e800b697a59cffd8c8fab7f34c2fae2668841d authored over 5 years ago
Add Array.prototype.every method fixes #163 (#157)

* Make Interpreter::call crate public

* Add Array.prototype.every method

github.com/boa-dev/boa - 6038c32de96338a96a101b08f16b4b8b869d351a authored over 5 years ago
Add Array.prototype.find method fixes #165 (#156)

* Make Interpreter::call crate public

* Add Array.prototype.find method

github.com/boa-dev/boa - b7544984bc1868f6a1094f92f52515f3432cc920 authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - bab775f0f4097e8e57b74477e6776321715ff60d authored over 5 years ago
Corrected it's grammar (#158)

github.com/boa-dev/boa - 9b461972000fea6ee25e3f951c55d2664c57be66 authored over 5 years ago
demo: improve editor look, add initial code (#169)

* Change editor theme from dark to light, to match the website theme
* Disable editor minimap
...

github.com/boa-dev/boa - dc2f87494716423a87dfe82023aa84e0a5c733ec authored over 5 years ago
Handle white spaces as described in ECMAScript specs (#155)

* Handle white spaces as described in ECMAScript specs

github.com/boa-dev/boa - 3b1074d659a94a65c35f5850c317c9dd150d0db6 authored over 5 years ago
Implement array.indexOf and .lastIndexOf (#148)

* Implemented array indexOf.

* Implemented array lastIndexOf

github.com/boa-dev/boa - b7afdae3afdb51aa590446ea19117c62c237566d authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 43c393304e85a6f419b13f736276dd386ea37598 authored over 5 years ago
Updated object global (#147)

github.com/boa-dev/boa - 92469528f90dc1d9e2a0b13040d03c8be7c8c2c9 authored over 5 years ago
String match all fixes #115 (#138)

* String.matchAll implementation

github.com/boa-dev/boa - fc8fb01e1be6184a06451bebfa8cccecee768bec authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 172e8fdc6eaaa866c62302698aecb3826ed707c1 authored over 5 years ago
implement string.match(regexp) (#131)

* implement string.match(regexp)

github.com/boa-dev/boa - a93f05cfe1fbf54680b8357dc497c875728a9b02 authored over 5 years ago
Release 1.0.2

github.com/boa-dev/ryu-js - c72bd767fc86c07ee07e9db951c01bb7cd583ce8 authored over 5 years ago
Format with rustfmt 2019-09-08

github.com/boa-dev/ryu-js - ab04e3a435b88ff3935cb683760e6c54e04cad8d authored over 5 years ago
Merge pull request #19 from dtolnay/ptr

Fix compilation for maybe_uninit && !integer128

github.com/boa-dev/ryu-js - 70dbed004321f44f9c97327091cfd512f118b0a0 authored over 5 years ago