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

Add html_root_url reminder to Cargo.toml

github.com/boa-dev/ryu-js - 5d185ffc6f0195fd46c53299f09d2494d4388eef authored over 4 years ago
Organize imports in benchmark

github.com/boa-dev/ryu-js - 27eece5518ca64584840c0d96c28f128026d3feb authored over 4 years ago
Tweak formatting of macros in benchmark

github.com/boa-dev/ryu-js - f1fa236aef4fe09bdf8b38b632a7a6ad8f736e81 authored over 4 years ago
Merge pull request #31 from dtolnay/build

Build script cleanup

github.com/boa-dev/ryu-js - 386667259fb772ffcddbb5fd603d06c95cf51bfe authored over 4 years ago
Remove gate on must_use attribute

github.com/boa-dev/ryu-js - 64a73968e0ce5aa74d233efff9c3d3359c1ddacb authored over 4 years ago
Use question mark on Option in build script

Supported since rust 1.22.

github.com/boa-dev/ryu-js - 6b8d8e4eef7e43e13704b69e592b0563b33be908 authored over 4 years ago
Remove check for rustc <1.26

github.com/boa-dev/ryu-js - 116884171028c0d8f356a78f32d6aca1de7d0228 authored over 4 years ago
Remove build script declaration

Since 1.17 cargo assumes a file called build.rs is a build script.

github.com/boa-dev/ryu-js - b33e704f4d8f87b38ae4f550fa98baed3d0b43e9 authored over 4 years ago
Merge pull request #30 from dtolnay/edition

Update to 2018 edition

github.com/boa-dev/ryu-js - d41cbb850b4f5ec7934bc2f0555371e5e3864241 authored over 4 years ago
Remove obsolete crate use from benchmark

github.com/boa-dev/ryu-js - 5cbb5306fe6164524c1f9ef7549c8f816e31ad64 authored over 4 years ago
Remove use of 'extern crate'

github.com/boa-dev/ryu-js - 625555ba8269823780cba88a5f72c449a40872de authored over 4 years ago
Remove edition override from doc tests

github.com/boa-dev/ryu-js - 816040f4b4d07c264601a846fc4265d9f903944a authored over 4 years ago
Document compiler version support

github.com/boa-dev/ryu-js - 46dcc86d819b394d41b09fead5567877a8d4cdff authored over 4 years ago
Raise minimum supported compiler to 1.31

github.com/boa-dev/ryu-js - 4cf1eee5713abe3e5702563a09c977ba13274f69 authored over 4 years ago
Organize imports

github.com/boa-dev/ryu-js - f9403c0e7f57f92baf3a0872caef4650265c62b2 authored over 4 years ago
Update to 2018 edition

github.com/boa-dev/ryu-js - 4aacdda640a0fdd6f0320e2a4719019002f282be authored over 4 years ago
Merge pull request #29 from dtolnay/clone

Skip init on clone

github.com/boa-dev/ryu-js - a9d8e8eb5e443b312fdbff476109b3614e01a5da authored over 4 years ago
Skip init on clone

The cloned buffer's content is not observable until written into, so
there is no need to keep it...

github.com/boa-dev/ryu-js - 97b8f3dc8db9e136d4d106aca040517f940f52b8 authored over 4 years ago
Replacement of dead links (#423)

* Update repository link on Cargo.toml

* Update repository for Cargo.toml [WASM]

* Update link...

github.com/boa-dev/boa - c8218dd91ef3181e048e7a2659a4fbf8d53c7174 authored over 4 years ago
Number constants (#420)

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

github.com/boa-dev/boa - d837e040c9f12ceac4284f4fb557808f006f742d authored over 4 years ago
Fixed function object constructable/callable (#409)

- Maded arrow functions non-constructable
- Simplified Function object and removed FunctionKind...

github.com/boa-dev/boa - d42e413f8ab8e49573c5be1b749537b073761ca5 authored over 4 years ago
Fixed parsing if statement without else block preceded by a newline (#412)

github.com/boa-dev/boa - e7a9c80d9780b7a6c7c88652ee59fc849056673c authored over 4 years ago
Execution and Node modularization (#392)

github.com/boa-dev/boa - 4beadfc9adf91f9b0fb467cc9fe57549699722e8 authored over 4 years ago
Update links on README.md (#416)

Since the repo migrated from <https://jasonwilliams.github.io/boa/> to <https://boa-dev.github.i...

github.com/boa-dev/boa - 866d5e30336c6d3c5e0c8e1623fdecf9c5d37970 authored over 4 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - db18360ed5d1649841e04556bd3645fdc884e01b authored over 4 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 939fa390f42da13aab923342ee4e94409e1d1cb4 authored over 4 years ago
v0.8 (#399)

* v.0.8

* add this to features

* changelog updates

github.com/boa-dev/boa - b2a60b8945f65d8f83e98cb3df31da0d6fdc2709 authored over 4 years ago
Dependency upgrade (#406)

github.com/boa-dev/boa - 323f486fd1b7d55ae5fcda1f666073b46a21b851 authored over 4 years ago
Resolved #359 (#396)

Removed Node::TypeOf, implemented UnaryOp::TypeOf, and added tests

github.com/boa-dev/boa - 29abfd6147b744b2ddb53b536d7fc67fcfb98107 authored over 4 years ago
String wasn't defaulting to empty when called as String() with no argument (#407)

github.com/boa-dev/boa - 05f220d38d2db4bc8330eaeaf221f1a686edc0f8 authored over 4 years ago
Feature `BigInt` (#358)

github.com/boa-dev/boa - 5f4a1f22665c720c2cb5905a4133b92665f6b00e authored over 4 years ago
Fix for 0 length new String (#404)

* Fix for 0 length field when constructing a new String.

* String.length uses character count...

github.com/boa-dev/boa - d84d9cbe2e1d60c85ba7c6f01b2c1eaf5b0e6e7c authored over 4 years ago
implement "this" (#320)

* implement this
* remove construct/call from Object instead set func
* get_this_binding() was...

github.com/boa-dev/boa - 63f37a2858f0e618ac277a91cb9148e849b5bf45 authored over 4 years ago
impl abstract-equality-comparison (#395)

github.com/boa-dev/boa - 402041d43251017ab772fe6f9920e41f496a359d authored over 4 years ago
fix `NaN` is lexed as identifier, not as a number (#397)

close #393

github.com/boa-dev/boa - d4d27296fc6af92b2a637f3851ddfa0933796a63 authored over 4 years ago
Remove Monaco Editor Webpack Plugin and Manually Vendor Editor Workers (#362)

* Removed *.bundle.js from editor WebWorkers

* Removed Monaco Editor Plugin

* package.lock...

github.com/boa-dev/boa - fefb5a3b71344763d92382a092bb10eefe7b0ee5 authored over 4 years ago
Added code of conduct based on Contributor Covenant 2.0

Co-authored-by: Jason Williams <[email protected]>
Co-authored-by: HalidOdat <halidodat@gm...

github.com/boa-dev/boa - 44fde226fc907a15aad4d3802c77777f4f9d4a63 authored over 4 years ago
Modularize try statement parsing (#390)

* Fix catch parsing - move the cursor to next token

* Refactor catch and finally parsing into s...

github.com/boa-dev/boa - 2851eb02a7ce7b7d061aafb4d56abab65a8e6206 authored over 4 years ago
run security audit daily at midnight. (#391)

* run security audit daily at midnight.

* add new line to end of security_audit.yml

github.com/boa-dev/boa - 4e5b8ee2b51dac0972cb15eb9762c6d4e0bf6321 authored over 4 years ago
Implement unary void, delete operators (#388)

github.com/boa-dev/boa - 9cd9a39aa666b65de5518b3fb261819fc5ef86e8 authored over 4 years ago
Added `BindingIdentifier` parsing. (#389)

github.com/boa-dev/boa - 143434f643bad49b6ec49a0bac7bda05e9d06044 authored over 4 years ago
Implement toString (#381)

* Implement optional parameter `radix` for `Number.prototype.toString( [radix] )

Implement the ...

github.com/boa-dev/boa - bdad99cb8297f72369d843c319bd30d8d6410466 authored over 4 years ago
Added issue/PR templates (#385)

github.com/boa-dev/boa - 59df3acc6b6602874890a19c2f35bc39d797aec0 authored over 4 years ago
Value refactor (#383)

github.com/boa-dev/boa - 1e18cb02d0682627d6d0171464eb0d868de7fcce authored over 4 years ago
Removed one indirection from objects (#386)

github.com/boa-dev/boa - fecd33d172554ad39d1ba8e4ac103d142b668489 authored over 4 years ago
Implemented function expressions (#382)

github.com/boa-dev/boa - 9c9c4638e0d396b9379f158d7b04ee24d5cb2082 authored over 4 years ago
Implement unary increment and decrement (#380)

github.com/boa-dev/boa - f6e0fdb1971ce32a6b1d74cf9c3e1d51b45092d1 authored almost 5 years ago
Code cleanup (#372)

github.com/boa-dev/boa - 35f5f0b5b33a42a82e8f737160f08b69303ee526 authored almost 5 years ago
Optimised all `Vec<Node>` in `Node` to be `Box<[Node]>` (#370)

github.com/boa-dev/boa - 422d0b7ea1b6d6611911e3f7a72dc31f183e37ae authored almost 5 years ago
Changed HashMap and HashSet for Fx versions (#368)

github.com/boa-dev/boa - fb47031f442a8b412569c7000df60ea27fee210b authored almost 5 years ago
Implement for loop (#374)

* implement for loop execution

* for loop benchmark

* add more for loop tests

* Update ...

github.com/boa-dev/boa - 75cf44a08aa62c3352cfa3d04313303c00868e48 authored almost 5 years ago
Update build status badge to GitHub Actions

github.com/boa-dev/ryu-js - 84022fde729504549d4cb1157392da916fcac5eb authored almost 5 years ago
Remove Travis configuration

github.com/boa-dev/ryu-js - 21f7a6e5ef1199c7a685600ddf5d7111cf9a3450 authored almost 5 years ago
Merge pull request #26 from dtolnay/actions

Enable GitHub Actions

github.com/boa-dev/ryu-js - 5cb02411c43e3333d7d9402e75495df18d7da0c3 authored almost 5 years ago
Refactor old function with new function object (#255)

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

Co-authored-by: Jason Williams <jwilliams720@...

github.com/boa-dev/boa - f02babf0bd254b37920206b0ce0089bb9b01ba50 authored almost 5 years ago
Enable GitHub Actions

github.com/boa-dev/ryu-js - 1bb2d31cf028a3e4c89fc5028d3e740b523718ab authored almost 5 years ago
feat(boa): in operator (#350)

github.com/boa-dev/boa - 55ef44ce1311d1ffced0ae14b606ae0a9a0bc453 authored almost 5 years ago
Remove CI badge from Cargo.toml

Support for badges has been deprecated by crates.io.

github.com/boa-dev/ryu-js - dd7763c508402da72825883bd5eb00a3d4a94e7f authored almost 5 years ago
fix #209 "Calling Array with one argument" (#328)

* fix issue 209 "Calling Array with one argument"

* Update boa/src/builtins/array/mod.rs

Co-Au...

github.com/boa-dev/boa - dd0f9678eeca93958f02e907821bab8f379c778a authored almost 5 years ago
Fix #331 "We only get `Const::Num`, never `Const::Int`" (#338)

github.com/boa-dev/boa - 84b4da545a3472646d7db62c3c56b37bf1c0dc04 authored almost 5 years ago
Removed the `serde-ast` feature and the `serde_json` export (#353)

github.com/boa-dev/boa - e0e17a8f7605b1a6d14f1d0e73c6a940273d42b8 authored almost 5 years ago
Fixed doc link in README (#354)

github.com/boa-dev/boa - 13712d8791069086bcc6661c03d7d86e5119bd4e authored almost 5 years ago
Modularized parser (#304)

github.com/boa-dev/boa - bc63b28b6b0f31d99d7cc75e9bd75f6d722d99d2 authored almost 5 years ago
create boa-wasm package (#352)

github.com/boa-dev/boa - 55c85768c38d45368d23637be76c9e2bcbdb4401 authored almost 5 years ago
Merge pull request #293 from HalidOdat/better-documentation

github.com/boa-dev/boa - 41cda68da19f05acd4c3e6a0b1517e5598925601 authored almost 5 years ago
Fixed some inconsistencies in node

github.com/boa-dev/boa - 181e96d3ed6ec221e53a1c013ab8fa39f389ceba authored almost 5 years ago
Fixed json issue

github.com/boa-dev/boa - bb7afad761fc39a964303be9c33df96dadad6b9f authored almost 5 years ago
split the json module

github.com/boa-dev/boa - d06d18f1ac21d5f3bbf5addc7e65fbdb7ca0c523 authored almost 5 years ago
Added some documentation to object

github.com/boa-dev/boa - afb09173d5819faca9dc939173c7c7ecf30b91ec authored almost 5 years ago
Added documentation to builtins/boolean

github.com/boa-dev/boa - ad546bb84d23ba1ec5039d45877779d15886758a authored almost 5 years ago
Added some documentation to value

github.com/boa-dev/boa - 4a6276fc9329128083099a7b8daaa7af877bdcdf authored almost 5 years ago
Added some documentation to builtins/string

github.com/boa-dev/boa - fe01fc5905052461fcea1535041e08addd82e3e3 authored almost 5 years ago
Added Development documentation to README.md

github.com/boa-dev/boa - cded8d5a547c72b6a0f93dd17c30704f973f7dbe authored almost 5 years ago
Added documentation to builtins/array

github.com/boa-dev/boa - b8fe3545c89924073a3be853e6fdac0ac69d7a91 authored almost 5 years ago
Added documentation to `BinOp`

github.com/boa-dev/boa - 3e5dff61786f5eb5c2db07c33703b4f710d08112 authored almost 5 years ago
Added some documentation to `token`

github.com/boa-dev/boa - 37428303f26702b782126c91adf98f65706931c3 authored almost 5 years ago
Added documentation to builtins/math

github.com/boa-dev/boa - 15ee257008a348437bf0b8d78d4aabd262f64d76 authored almost 5 years ago
Added documentation to Symbol

github.com/boa-dev/boa - d3928e03d3f0fa85c01ba577d5d5535b42e1d11e authored almost 5 years ago
Documented console methods

github.com/boa-dev/boa - 269b063cf223106069f459915aa3df50aa56fe22 authored almost 5 years ago
Added some documentation to `punc`

github.com/boa-dev/boa - 2f801c278825ee0fd38a8fdbbb1fabeee9431c08 authored almost 5 years ago
Added documentation to property

github.com/boa-dev/boa - e34b19209f59466bbf7f12e45a1c1860f1080497 authored almost 5 years ago
Added documentation to Error

github.com/boa-dev/boa - 70173fabf0a3171ee32fc47ab2b69b7febbebc6f authored almost 5 years ago
Added documentation to RegExp

github.com/boa-dev/boa - b525f68ff64294735ce584254ee8bed37387acf2 authored almost 5 years ago
Added documentation to builtins/number

github.com/boa-dev/boa - 5a063397b9ff5cfea773033b2b950eb9d4ff39e4 authored almost 5 years ago
Added some documentation to builtins/function

github.com/boa-dev/boa - da6872a2657ebd7aa2e57f0ca58e7a6a0309a144 authored almost 5 years ago
Added documentation to builtins/json

github.com/boa-dev/boa - 3e2e241f3eb3289c0de4f2a8344675e0dc42c4c2 authored almost 5 years ago
cargo --doc builds, adding some docs

github.com/boa-dev/boa - 38d57cbb2e36989d6c90d83b4d92bac470785d51 authored almost 5 years ago
fixed spelling mistake

Co-Authored-By: Iban Eguia <[email protected]>

github.com/boa-dev/boa - bdb65d6d564efe7273c0a0dfc4d766bd182cd41c authored almost 5 years ago
Added documentation to LogOp

github.com/boa-dev/boa - 788f27d8e7c959aa3742dbeb71a48c57d3a0c582 authored almost 5 years ago
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

github.com/boa-dev/boa - 5a76bf5692dee5dee7c31bbe3224b827613f0607 authored almost 5 years ago
Removed long links

github.com/boa-dev/boa - b6c83f33491a6a33b5e2e6482f7d5cd71a865938 authored almost 5 years ago
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

github.com/boa-dev/boa - 9985dd934d56a8e614361c9634f86afddb129554 authored almost 5 years ago
Added documentation to Node

github.com/boa-dev/boa - 4280c944b5e3539f20d952a177ce471e6e83a7cc authored almost 5 years ago
Added documentation to AssignOp

github.com/boa-dev/boa - d45e33da78bcd48a8e88ca6d25384a5a4f822b98 authored almost 5 years ago
Added documentation to CompOp

github.com/boa-dev/boa - 9b1c508da1dbbf9f8d994f072bb957540ddabcd0 authored almost 5 years ago
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

github.com/boa-dev/boa - 0023116b0b733c1455c812bc4958f7ae49539200 authored almost 5 years ago
Fixed cargo fmt issues

github.com/boa-dev/boa - 7e3280d7b5bec947d50146a43cc48ecbff07a8fe authored almost 5 years ago
Added documentation to NumOp, UnaryOp and BitOp

github.com/boa-dev/boa - d9a81a94fd4c18dcd3a62062e3c501e122cd9d9d authored almost 5 years ago