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

update publish action to run from boa dir

github.com/boa-dev/boa - adc4a91983a16d493f31e2d365957e0cd0b78205 authored over 4 years ago
changelog for v0.10.0 (#738)

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

github.com/boa-dev/boa - 2d8f7b7dbcb0ce1e9a8ce8d20272405ee856c13b authored over 4 years ago
Add release action (#739)

github.com/boa-dev/boa - 09a1296ee6b57ac27c9dee0733b240e4c1e7b5ac authored over 4 years ago
remove deprecated comments (#754)

github.com/boa-dev/boa - 07ff7a8d34270d4b3266c57cc97ef93680dfb2c2 authored over 4 years ago
Fix parse error throwing a `TypeError`, instead of `SyntaxError` (#748)

github.com/boa-dev/boa - 2feb72a0e4e407f536ed4092e11c72ea968dcc4b authored over 4 years ago
Add MacOS check and test to CI (#744)

adds macos checks and tests to pull request ci

github.com/boa-dev/boa - 672aa11b01d02c5216c6727c7eea1217f58e1e86 authored over 4 years ago
Merge pull request #737 from RageKnify/fix/729_obj_toString

Fix output of Object.toString()

github.com/boa-dev/boa - cd2ea032f63681d3bbf1708e1760fc501ff9b66a authored over 4 years ago
Update _posts/2020-09-30-boa-release-10.md

Co-authored-by: Iban Eguia <[email protected]>

github.com/boa-dev/boa-dev.github.io - 1b8538a8066d3b4eebfb4a6b8817af031ec10ea5 authored over 4 years ago
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...

github.com/boa-dev/boa - e83a03ad6f14c05b4829802f38d2c4cfbe916759 authored over 4 years ago
New fix attempt (#745)

* New fix attempt

* Do not rebase, just fast forward

github.com/boa-dev/boa - 8816df8f434e3ae4ba6f56fb7c49211ec370b916 authored over 4 years ago
Test: Add test case for [object Object]

github.com/boa-dev/boa - 05f076c2eb4237d1b12ec7c487fcc974840ed966 authored over 4 years ago
Fix: Make Object.toString() spec compliant*

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

github.com/boa-dev/boa - 5e3db42e63327ebf9439af55bf8d0a152a8337ba authored over 4 years ago
* added vscode task to launch

* made a start on v10

github.com/boa-dev/boa-dev.github.io - a039a63e501d60425084cf4db8830fa781df1cc3 authored over 4 years ago
Fix test262 result uploading in CI (#743)

github.com/boa-dev/boa - 5b74d6f8954d073ca750c46d1334782135945938 authored over 4 years ago
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...

github.com/boa-dev/boa - be6ac0c120dcfd129d8264b277be26c68ef4874c authored over 4 years ago
Fix: Fix output of Object.toString(), closes boa-dev/boa#729

github.com/boa-dev/boa - 0b797d0d335dbea53f5ada06ec9a0b8f6fa6f7e7 authored over 4 years ago
update packages (#733)

github.com/boa-dev/boa - 7b13c9d5abd87e8acb8a92bb80462dd97c43395a authored over 4 years ago
Fix hanging test262 bug by setting the length on String objects (#728)

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

github.com/boa-dev/boa - 2a17e24d5b1c1c97f8dea6bc8ee2a21610a29dad authored over 4 years ago
label statement implementation (#549)

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

github.com/boa-dev/boa - bb57270b85ed71f46831585a31f68eb946654c9f authored over 4 years ago
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...

github.com/boa-dev/boa - 29560a53f692a90dd074ef38b2568f641b28b897 authored over 4 years ago
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...

github.com/boa-dev/boa - fa07d4ac8c21786da151005797882f62e3e715e6 authored over 4 years ago
Add fast path for string concatenation (#723)

github.com/boa-dev/boa - 3ce547d42723d9236c55bda42782dd9dc563485b authored over 4 years ago
Refactor: Value::to_object to return GcObject (#712)

github.com/boa-dev/boa - 0348ba9323b1292a1ad7e95466b7c10a8ffa6cd0 authored over 4 years ago
Fix clippy on Nightly (#668)

github.com/boa-dev/boa - 01b5cec04f079b7efe9fe643b310a7e9ce2a415a authored over 4 years ago
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...

github.com/boa-dev/boa - 8a241a40e30e65f4a9023b5c5c0dbfabbdc5e4aa authored over 4 years ago
Add support for >>>= (#711)

github.com/boa-dev/boa - ad7cd4cc68027b4e322a4eb8136708885f2ba0b2 authored over 4 years ago
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...

github.com/boa-dev/boa - c4e08ff5d13899f13e0d6392da6e006df0c0ab58 authored over 4 years ago
Fix panic when a self mutating function is constructing an object (#710)

github.com/boa-dev/boa - 3f6a8ef06bceb0171ffb9f6ca9037d813ab1bc6b authored over 4 years ago
Cache well known symbols (#706)

github.com/boa-dev/boa - 38eaaf44fb36b07d51c62a336c8e31dd3b4d519e authored over 4 years ago
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...

github.com/boa-dev/boa - 13888c4031f58ad77bc6a9d08a5848d0ff1cd2c7 authored over 4 years ago
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...

github.com/boa-dev/boa - 5a7d03a192984d998462e2d3ed32eae2cbda3dc7 authored over 4 years ago
fix Value::to_json order of items in array (#699)

github.com/boa-dev/boa - 1a27f06c7edb10b0e28d0e607185c37c4ba68918 authored over 4 years ago
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...

github.com/boa-dev/boa - f393cbcdca8b8bc2599c9b665fbdcabbe3906528 authored over 4 years ago
Bump webpack from 4.44.1 to 4.44.2 (#705)

github.com/boa-dev/boa - e7757436dbd30de01d673024ee87ca5f6bbefd98 authored over 4 years ago
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...

github.com/boa-dev/boa - b62efdfc0ffe4ec7bb7258ab067e17926381c5c0 authored over 4 years ago
Revert criterion version to `=0.3.2` (#700)

github.com/boa-dev/boa - 02db5b3b23ec61f8e9f7abc5cb6d829bc57860ad authored over 4 years ago
Fix CI Commit failure (#695)

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

github.com/boa-dev/boa - 72c4daef2442a43c3f1e2e06a35d25b9c81dff25 authored over 4 years ago
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...

github.com/boa-dev/boa - e16927f06f9a51bae9bc0ce87f9cf118fe9e4977 authored over 4 years ago
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]...

github.com/boa-dev/boa - c2014fb5a5266b5bec581b3657b1f4057757f1c3 authored over 4 years ago
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:...

github.com/boa-dev/boa - 8abe5bb04977240145a2cbf44fe7eeffbddc70fd authored over 4 years ago
Feature `gc` module (#694)

github.com/boa-dev/boa - 81089d137749472f91bf5b8f1f91331c4ec4d354 authored over 4 years ago
Feat: Rename Object::prototype() and Object::set_prototype() (#693)

closes boa-dev/boa#607

github.com/boa-dev/boa - 3f06e9a6caec872b4645fe3604ad75c85591c73c authored over 4 years ago
Version bump to `0.2.1` and changelog update (#14)

github.com/boa-dev/ryu-js - 38ee311b4aa41d728d90630b529bb3cda671796d authored over 4 years ago
Fix wording in `README.md` (#13)

github.com/boa-dev/ryu-js - 2da49874e84975146d38eac732819aadeaa1a987 authored over 4 years ago
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...

github.com/boa-dev/boa - 1d5383b351adc07f2c523752b688195e4c8e8b38 authored over 4 years ago
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...

github.com/boa-dev/boa - 652aa3dc8b85a09880def8008f45db86ae96bf35 authored over 4 years ago
Bump criterion from 0.3.2 to 0.3.3 (#680)

Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.2 to 0.3.3.
- [Release not...

github.com/boa-dev/boa - 7d318f0582a2aac5a01af762635000c686452ab4 authored over 4 years ago
Move `object` module to root (#689)

github.com/boa-dev/boa - efd9ab87c58c2a0e3b77c66a43e359b7e957c3de authored over 4 years ago
Dependabot for boa_tester (#688)

github.com/boa-dev/boa - 79da43a0205ea28621b9173a6f2469940907fc81 authored over 4 years ago
Update criterion requirement from =0.3.2 to =0.3.3 in /boa (#678)

* Update criterion requirement from =0.3.2 to =0.3.3 in /boa

Updates the requirements on [cri...

github.com/boa-dev/boa - 38506251734b718beb397019f530e937079e079c authored over 4 years ago
Feature `Context` (#656)

- Move `Console` to `Context`
- Change `Context::global()` to `Context::global_object()`
- R...

github.com/boa-dev/boa - edfafc4e0324da1548f672e6c1edc51a6e1337b5 authored over 4 years ago
Move `property` module to root (#684)

github.com/boa-dev/boa - a12ce8200e7209834941ae4163b1e1eda49e3188 authored over 4 years ago
Move value module from builtins (#674)

github.com/boa-dev/boa - 59d328e67cbfb81692daadb174e09598cb1ea9ce authored over 4 years ago
Bump indexmap from 1.5.2 to 1.6.0 (#687)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.5.2 to 1.6.0.
- [Release notes](https...

github.com/boa-dev/boa - b9ef8d4b77f01f091a9d50a2c4f0609400fcac1b authored over 4 years ago
Formats dependabot.yml with Prettier (#685)

Should stop webassembly CI from failing.

github.com/boa-dev/boa - 3725e5dcfbf7c2360afe9df17afdf92c20664d58 authored over 4 years ago
Add ECMAScript test suite (test262) (#567)

github.com/boa-dev/boa - 8fde98afa9b0b1abd798866ffc25917a5ae9c542 authored over 4 years ago
Class module (#677)

- Added example and documenation

github.com/boa-dev/boa - 76aba2ad5533e78a2fdd580cd105dff189185df4 authored over 4 years ago
Bump copy-webpack-plugin from 6.0.3 to 6.1.0 (#681)

github.com/boa-dev/boa - 41a38747ab5833e208b1483342fd2f4961dab76a authored over 4 years ago
Bump html-webpack-plugin from 4.3.0 to 4.4.1 (#682)

github.com/boa-dev/boa - 1490c2e71473c8935549788a6c9e25e82bc564fe authored over 4 years ago
Bump indexmap from 1.5.1 to 1.5.2 (#679)

github.com/boa-dev/boa - 959c39ae84ff427da015f3e19b8af904d29794b1 authored over 4 years ago
Bump file-loader from 6.0.0 to 6.1.0 (#683)

github.com/boa-dev/boa - f6ec2d89ee366f50776e4ebddb799bc3042ee3d9 authored over 4 years ago
Fix invalid dependabot key.

github.com/boa-dev/boa - f372a2248fb16fececce8d40dbe22cba13551224 authored over 4 years ago
Adds `Dependabot` configuration file (#676)

* Adds `cargo` dependabot checks for dependencies

- Allows dependabot to automatically check ...

github.com/boa-dev/boa - ef1423d71f367eb6c57b1e9ba4339648023721e8 authored over 4 years ago
Add `#[track_caller]` to `GcObject` methods that can panic (#673)

github.com/boa-dev/boa - 460b4a23b0daca34c61cffcb558aca0ff511e876 authored over 4 years ago
Fix panic when calling function that mutates itself (#667)

github.com/boa-dev/boa - 744ee9f6423e7a0d696cd24e84385d5bad83ce3c authored over 4 years ago
Some cleanup (#666)

github.com/boa-dev/boa - 16738711164cd31d3fe0e15826b1b3e06413651e authored over 4 years ago
Fix: String.prototype.replace substitutions, closes #610 (#629)

github.com/boa-dev/boa - be20b65a9e1a2ac6d802f5c8f3f87edd149274eb authored over 4 years ago
Feature native class objects (`NativeObject` and `Class` traits) (#627)

github.com/boa-dev/boa - ad162e09e39818862c10bcfc08bc788c44a85d5d authored over 4 years ago
Added approx_eq! macro for expm1 tests. (#665)

* Added approx_eq! macro for expm1 tests.

Added approx_eq! macro for expm1 tests due to floatin...

github.com/boa-dev/boa - 2d31ea348159c2df456ce25c244a393cdedb19b0 authored over 4 years ago
New lexer (#559)

Co-authored-by: HalidOdat <[email protected]>
Co-authored-by: Iban Eguia <razican@protonmail....

github.com/boa-dev/boa - cb93472b4aa3ad419ec63039622ab8f38e94794f authored over 4 years ago
Add documentation to `GcObject` methods (#661)

github.com/boa-dev/boa - b0c387bfce25a0d41d10159e1651bb192dcb2e83 authored over 4 years ago
Implement `std::error::Error` for `GcObject` borrow errors (#662)

github.com/boa-dev/boa - 0fc8052f4ee8bc79ee3df265b855f66b421f641e authored over 4 years ago
Add missing ops to exec module (#635)

* Node::ConditionalOp
* Node::Continue

github.com/boa-dev/boa - c7531afd10f60845d0d846f00466e3ee19f52b20 authored over 4 years ago
Make `GcObject::contruct` not take 'this' (#660)

github.com/boa-dev/boa - 4f5930cc5eb7899bb9a2766bb7b885c09d7d8155 authored over 4 years ago
Documentation fix (#12)

github.com/boa-dev/ryu-js - 997aa19537082be1a6502f98ccc178eaa60611d5 authored over 4 years ago
Move `require_object_coercible` to `Value` (#654)

github.com/boa-dev/boa - 14d7791f40d26fbc4b2ee74d4aad2aab5147cd23 authored over 4 years ago
Added CLEAN_JS and MINI_JS benches (#581)

* Added CLEAN_JS and MINI_JS benches

These benches are arbitrary code which is subject to cha...

github.com/boa-dev/boa - 4009204bf38ae50480e9634a69b73d41c4d0984d authored over 4 years ago
Test + fmt fix (#646)

* Test + fmt fix

* Use u64 instead of u128 in test

github.com/boa-dev/boa - 8ade4206921d4a38fcdf436ba24a20e1dba22054 authored over 4 years ago
Fix undefined constant expression evaluation (#645)

github.com/boa-dev/boa - 13f73749c8eb3f11160f0c862c7a2e1585108e94 authored over 4 years ago
Benchmark refactor (#640)

github.com/boa-dev/boa - bbacf1d095b03a24ddb10aaa0cac294e15847cce authored over 4 years ago
Index `PropertyKey`, `Object` iterators and symbol support (#603)

* Index `PropertyKey`, `Object` iterators and `Symbol` indexing support.

* PR feedback

github.com/boa-dev/boa - b42dd4cd8b3065c4b2b58f6d8bc836ba5ad5abbe authored over 4 years ago
Fix 532, 533, 641 (#642)

github.com/boa-dev/boa - 7a51530dcd00aec21efc4fba195fe1da9eeebaa1 authored over 4 years ago
Change default return type from null to undefined (#643)

* Change default return type from null to undefined

* Change default return value of block

...

github.com/boa-dev/boa - 2d1dabb554a2c1c53fa6bcd9b556eb5704aa37fc authored over 4 years ago
Refactor `Function` (#626)

Co-authored-by: Iban Eguia <[email protected]>

github.com/boa-dev/boa - c9afbf42219760c5f7a0ed96f025d564bf2d993a authored over 4 years ago
Feature `boa::Result<T>` (#637)

github.com/boa-dev/boa - d025207fc1967afbe91e317c5ae3dd98bdc29211 authored over 4 years ago
Changed to Value::to_*int32 => Value::to_*32 (#638)

github.com/boa-dev/boa - 6e7b3624245045a6f81f913c5455b103300cdd33 authored over 4 years ago
Fix Stack Overflow for `Debug::fmt` (#630)

* Fix infinite recursion for Debug::fmt

* Limit recursion in `Debug for GcObject`

* PR feedbac...

github.com/boa-dev/boa - 908cb3a4bf7a5c2b8c59d3aab4c38047d69bedf9 authored over 4 years ago
Moved value operations from `Interpreter` to `Value` (#625)

github.com/boa-dev/boa - c5b708b2ef0df5b98f2ebd945596ac3a555707ae authored over 4 years ago
Fix compilation error

github.com/boa-dev/boa - b8d0b3cd3bcfee33974780c107b76cfe04033ebb authored over 4 years ago
Removed file

github.com/boa-dev/boa - c3115aae5364c131830cc77c36e2eb22e664a25e authored over 4 years ago
Fix abstract relational comparison (`<`, `>`, `<=` and `=>`) (#617)

github.com/boa-dev/boa - 607a534cc71a136ce9936a63349ff89d6f3e0edf authored over 4 years ago
Fix compilation error

github.com/boa-dev/boa - 36ac8dc7c147229ebf920223c5493e2b6b3c6e39 authored over 4 years ago
Set __proto__ of function instances (#604)

github.com/boa-dev/boa - 91d9100ad97fbd59834b45f7d7c6ad9ea55ce54b authored over 4 years ago
Remove `Value::as_num_to_power()` (#616)

github.com/boa-dev/boa - f651210c000a67f5519b0fb93255051302e310f8 authored over 4 years ago
Date Implementation (#596)

Co-authored-by: Jonathan Dickinson <[email protected]>

github.com/boa-dev/boa - 8fd5533460af8c0c424f6ddf4f3d45ed84815f8f authored over 4 years ago
Null check in unsafe `format32` and `format64` (#11)

github.com/boa-dev/ryu-js - c8bc66f59b7d7279e08a3de32659b171b1bf710a authored over 4 years ago
Removed internal_slots from object (#601)

github.com/boa-dev/boa - 8036a49f26a889348cd7297a4065c51ecfaff790 authored over 4 years ago
Made `String.prototype.lastIndexOf()` spec compliant (#598)

github.com/boa-dev/boa - 7f2ea6f2d1ae0ece2b676957bf8983e3c4f8f4a3 authored over 4 years ago