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

Change mul_shift_all to unsafe since it writes to arbitrary ptr

github.com/boa-dev/ryu-js - 8cb45f41da3ffe7bae729854d1f62a191a194873 authored over 5 years ago
Fix compilation for maybe_uninit && !integer128

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

github.com/boa-dev/boa - d31c6ba3360327d4a1099e4494a593ac27b99982 authored over 5 years ago
Fix clippy warnings (#153)

* Fixed clippy warnings option_unwrap_used and result_unwrap_used.

* Fixed float_cmp clippy e...

github.com/boa-dev/boa - f6467db21be5e21903a4ca2d8a018cfa2803d4fe authored over 5 years ago
Release 1.0.1

github.com/boa-dev/ryu-js - 7bcbe5915fb3a7093b2b7951d59ff57a644e7ca9 authored over 5 years ago
Merge pull request #16 from jkcclemens/maybe

Add MaybeUninit support

github.com/boa-dev/ryu-js - e0761737219c6245877e8fd7e0209b18ba73149f authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 8e64db6cf472c6c81654ca9a4a539c305d22b71f authored over 5 years ago
WIP - Update JSON Global (#129)

* Added create_constructor method

* Updated global to use json::create_constructor method

...

github.com/boa-dev/boa - 6c3519f95794d12a3078e9a074c8d6376fc46b42 authored over 5 years ago
Added create_constructor method (#144)

github.com/boa-dev/boa - 44d92c9220425dbe7e4f4db2a2feff07b7fa15e7 authored over 5 years ago
Use Monaco Editor for demo. (#145)

github.com/boa-dev/boa - 8de0889d6b39c06dd7f5b8db2767c3d724e4adea authored over 5 years ago
fix: correct old rust builds

github.com/boa-dev/ryu-js - 73721593038a67bd25e562a068b8f339c53c47fe authored over 5 years ago
refactor: use MaybeUninit over mem::uninitialized

github.com/boa-dev/ryu-js - cc94b383a2764f4d4e7054c2c9fd21aa8542aa15 authored over 5 years ago
refactor: support uninitialized and MaybeUninit

github.com/boa-dev/ryu-js - a8dda073c50795e8445bb27ed4d0f100e93a5445 authored over 5 years ago
Update CHANGELOG.md

github.com/boa-dev/boa - 8a269881a54ca66da0503d40637fdd61a5342df7 authored over 5 years ago
[Lexer]add single and multiple line test (#134)

* [Lexer]add single and multiple line test

* reformat the test

* fix tests

github.com/boa-dev/boa - 117584c690a46bc9c2af9330f2a9fd76e1ea8197 authored over 5 years ago
Update console global (#143)

* Added create_constructor method

* Added new console constructor to realm

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

github.com/boa-dev/boa - f63def72481fa1c28445531227b9ed43b76ddb67 authored over 5 years ago
Implement exponentiation operator (#130)

* Exponentiation (**) now works.

Added missing NumOp type, token match, and calculation.

*...

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

github.com/boa-dev/boa - 1ff7b5e10e46a85aeca7ca4c377d2af636519a89 authored over 5 years ago
Improve demo (#136)

* demo: evaluate on input instead of on button press

* demo: use `monospace` font

* demo: ...

github.com/boa-dev/boa - a48b9b8aab029ab62a44f4952558a213b594805f authored over 5 years ago
Test2 (#135)

* testing

* updating yml

* sd

* env

github.com/boa-dev/boa - 38b1a9d6a1ba20694ce4dd0ca64a355e40493317 authored over 5 years ago
falling back to showing object

github.com/boa-dev/criterion-compare-action - ef119e4b958889827158ae45165770c3e0cb71a0 authored over 5 years ago
fixing PR benchmarks (#132)

* fixing PR benchmarks

github.com/boa-dev/boa - 5df34762e64558c9c1042219ce1baee05777bf1d authored over 5 years ago
revert to dockerfile (cannot use npm install)

github.com/boa-dev/criterion-compare-action - 864e3393efb406ed6c17555eaf3a961c3b5766dc authored over 5 years ago
unassigned var is undefined (#125)

* Unassigned variables are set to `undefined` not `null`

Fixes #113

* Rust tests for `var ...

github.com/boa-dev/boa - d798566377d835e46f362e558beaceccda736df1 authored over 5 years ago
replacing ExecutorBuilder with Realm (#126)

* replacing ExecutorBuilder with Realm

* fixing global_env

* adding benchmark for realm

...

github.com/boa-dev/boa - 1c3fea4cf1e15500d5cc182c623c86585e848bcc authored over 5 years ago
updating readme

github.com/boa-dev/boa - 48819b6801dfe22541453661a3a37ab5100fb72c authored over 5 years ago
adding CHANGELOG

github.com/boa-dev/boa - 8851eba27d1df86e139e101f2b0ce26dbf3a1920 authored over 5 years ago
Merge branch 'master' of github.com:jasonwilliams/boa

github.com/boa-dev/boa - 11d59dcbaf52057948479ebfe2ad403b3c811137 authored over 5 years ago
fixes #10 (#112)

github.com/boa-dev/boa - 27178e164565f5a0e78f51e8bdcd00234e0700ef authored over 5 years ago
implements toLowerCase, toUpperCase, substring, substr and valueOf String prototype methods (#91)

github.com/boa-dev/boa - 83616efca77f2d95a58274b1b8acedfd0628feeb authored over 5 years ago
Addition of arguments object (#109)

* testing PR

* making a start to arguments object

* arguments

* finishing arguments for...

github.com/boa-dev/boa - 821632972b352d487bb052770cf47c40104151b5 authored over 5 years ago
adding debugging section to docs

github.com/boa-dev/boa - 25dd67f4d3f86185cb2cb1a910b76f8ff62cea51 authored over 5 years ago
fixes #99 (#110)

github.com/boa-dev/boa - c0851561ea6a03cf7e123a85a0676dba415542a8 authored over 5 years ago
Set proper base for boashell (#107)

github.com/boa-dev/boa - 6da58a21b8eba3c8dcfc24b21bfab09b41b47dd6 authored over 5 years ago
Implement assign operators (#95) (#97)

* Operators implemented: +=, -=, /=, *=, %=, &=, |=, ^=, <<=, >>=

* Add parser tests for new ...

github.com/boa-dev/boa - d98b42c8bba291d9a4a4a7ad510d2bdbb1c7a2f2 authored over 5 years ago
Update pull_request.yml

Checkout files

github.com/boa-dev/boa - 35103b0095ad5ad85ff3faf1e7aa56f10f26e87b authored over 5 years ago
attempting to use my Github action to try commenting on PRs

github.com/boa-dev/boa - aa8ab6242057212bcde83cf5f5d342be1447c487 authored over 5 years ago
changing to comment on PR instead

github.com/boa-dev/criterion-compare-action - 465a9b5afe75b86f8a3721c6e859946ced716a81 authored over 5 years ago
setting the cache back on (#105)

* setting the cache back on

* fixing bench not working

github.com/boa-dev/boa - dd62849b5dd90a278fa33a8b1e006937e9329e70 authored over 5 years ago
pull_request

github.com/boa-dev/boa - fecdcd5be4fb486a6dcfcf4c7ff1a4b539f2d528 authored over 5 years ago
testing small change (#104)

github.com/boa-dev/boa - 73d158cce2368d30cc3e0466e8ff4e3f5099e565 authored over 5 years ago
adding pull_request

github.com/boa-dev/boa - 4e50debbbd894a59d1309d4e9ba9d47441e13981 authored over 5 years ago
trying benchmarks (#102)

github.com/boa-dev/boa - 15c1c66316a0b368e572e1a6d9ebfb6007aafd75 authored over 5 years ago
fixing fmt

github.com/boa-dev/boa - be9e93ac9c338d62003a6f68292de812f44a6260 authored over 5 years ago
attempting to remove cache to bump version

github.com/boa-dev/boa - fe83cec31f92edc6086c083ae70acaf3ad98aa1c authored over 5 years ago
support early returns, fixes #101

github.com/boa-dev/boa - 910d20f6a51a91374facd1462b927bdb7e6eb0a9 authored over 5 years ago
Update rust.yml

Adding Github Action

github.com/boa-dev/boa - 0cf4bbbacd9a23219fa6ef11d381b77b8b740e76 authored over 5 years ago
Update README.md

github.com/boa-dev/boa - 1f68ddc65926ca8963667015af3473ab478fb4fb authored over 5 years ago
wasm-pack fixed temporarily

github.com/boa-dev/boa - 2eea64b171210d8c512fd7619b28c62e9c323167 authored over 5 years ago
clippy updates and updating wasm-pack

github.com/boa-dev/boa - e305fbda53dcf103dc8e38232494c4ec7212811a authored over 5 years ago
moving to function objects, work started on boashell other bug fixes

github.com/boa-dev/boa - e35b66b41213cf519e85353b83b0952a95c4eda0 authored over 5 years ago
Adding object internal methods (#96)

* adding internal methods

* adding more methods

* Property refactored for optional fields,...

github.com/boa-dev/boa - 2df9a24011ffa0cbb383e836e32b3062c121c9f1 authored over 5 years ago
updates deps

github.com/boa-dev/boa - 927bd2ba1a490dcfec2bd19d6b8c8dc95911cb19 authored over 5 years ago
Add support for regex literals (#94)

* Implement regex literal lexing

* Add parser support for regex literals

* Implement very ...

github.com/boa-dev/boa - 5e7df4f3cbfb2b218463f6ed27e25b1fe28d067b authored over 5 years ago
Allow to re-assign value to an existing binding. (#92)

github.com/boa-dev/boa - 6d81538969cf667032640a810db7688d7323b126 authored over 5 years ago
Implement setting global values (#93)

* Use builder pattern to create interpreter

* Add method to initialize global object

* Run...

github.com/boa-dev/boa - 8af9945ddea44db7a9c37a86c6973d5e941be82a authored over 5 years ago
move Property to its own module

github.com/boa-dev/boa - f90f976732577af17e7ec4918e9d8029a59a14d0 authored over 5 years ago
Spelling edit to file names, functions, and vars: decler* -> declar* (#87)

github.com/boa-dev/boa - 4b70af6232b7ec4815cb6997f4efb6d2fb04da7c authored over 5 years ago
passing primitives to methods (#86)

* passing primitives to methods

* finishing unboxing_primitives, tests added, using internal_...

github.com/boa-dev/boa - c5b75c55ad4678d6ab09c7f699f0e386f01523d4 authored over 5 years ago
Adding operations (#85)

* adding operations to exec

* using StringData instead of PrimitiveData (to match with spec)
...

github.com/boa-dev/boa - 903cbcdccc97dd18458f636581178c3c14ecd824 authored over 5 years ago
clippy changes, including benchmark updates for more accuracy, fixes #84

github.com/boa-dev/boa - 111d232c944041ffa9936d096edc9b5724bd9525 authored over 5 years ago
String and Array specific console.log formats (#68)

* Add Array and String specific console.log format

* Fix rustfmt warnings

* Fix cargo fmt ...

github.com/boa-dev/boa - 0ecfd0e02b4d967ed2255db5688cc9422f5c0a73 authored over 5 years ago
Is property key implementation (#72) (#79)

* Implemented Property::is_property_key static function.

* Fixed rust formating.

github.com/boa-dev/boa - 0a46bdbe04dbd0a6191fae6258843421d44f2703 authored over 5 years ago
adding context into every native function, changing this to be passed… (#73)

github.com/boa-dev/boa - fe42b0c61688839fd701d909af90d786f272893c authored over 5 years ago
Fix typo (#78)

github.com/boa-dev/boa - ee76d784f333c84cbbae61e7dc636765e10d810d authored over 5 years ago
Unit testing for Array and String (#63)

* Make interpreter engine reusable

* Testing Array.prototype.join()

* Testing Array.protot...

github.com/boa-dev/boa - 911025423269349ff015fd08c76fd604cc6d18d2 authored over 5 years ago
Added license files (#77)

github.com/boa-dev/boa - 7defcdd11fc506568e78dd5e29a06bd83a944eb7 authored over 5 years ago
adding benchmarks (#76)

github.com/boa-dev/boa - 71c8a07e0c887fcc74d1c60138ff6291a127cd77 authored over 5 years ago
Clean dist (#62)

* Clean /dist as part of webpack build

* Don't track /dist

github.com/boa-dev/boa - c8da85f52ecd4f7bb84b0ab940242657421b56bf authored over 5 years ago
Implementation of Array.prototype.{shift(), unshift(), reverse()} (#67)

github.com/boa-dev/boa - 9e6389e032b4bd7a360aa125aa333e733b5da5b9 authored over 5 years ago
Added MIT/Unlicense licenses (#65)

Also updated Cargo.toml to adapt it to the common license syntax,
and upgraded dependencies. I ...

github.com/boa-dev/boa - d7b32ed64eafaae3b662288a233e0bc0700a061e authored over 5 years ago
fix string clippy errors

github.com/boa-dev/boa - 860bace8e87db86068874a1074825114e6fd4ee7 authored over 5 years ago
fixing formatting

github.com/boa-dev/boa - 0de110a82cbd32b843cc56db8a9e5a4a92617d28 authored over 5 years ago
fixing master

github.com/boa-dev/boa - 2427b3b755887b37154d2ce426a3c1622b1a7369 authored over 5 years ago