1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
nodes/if: Require Thread shim More... 10 months ago
Get rid of `= undefined` in runtime. More... 10 months ago
Add a filter to Proc#binding More... 10 months ago
Merge pull request #2723 from opal/hmdne/bigdeciman-new-methods More... 11 months ago
Merge pull request #2724 from opal/elia/ruby-lsp More... 11 months ago
Use ESLint ECMA script defaults More... 11 months ago
Add Ruby LSP to the gemfile More... 11 months ago
Merge pull request #2720 from janbiedermann/decode_japanese More... 11 months ago
Add Encoding#each_byte_buffer, implement Encoding#decode and Encoding#decode! for UTF-32LE and UTF-32BE More... 11 months ago
Merge pull request #2697 from janbiedermann/implement_the_creator More... 11 months ago
Add ::Encoding#decode!(io_buffer), further ::Encoding improvements More... 11 months ago
Merge pull request #2722 from takaram/fix-include-after-prepend More... 11 months ago
Fix `Module#include` after `#prepend` More... 11 months ago
Implement EUCJP, JIS and SJIS encodings, add Encoding#decode(io_buffer) More... 11 months ago
Let Opal build standalone applications via the --compile-to-exe option More... 12 months ago
BigDecimal: added power, fix and trunc methods More... 12 months ago
Fix a couple of issues found with linter More... 12 months ago
Move around a couple more things More... 12 months ago
Move apply_blockopts to runtime module method More... 12 months ago
Add misc runtime module; currently only holding an initializer for range More... 12 months ago
Cosmetic changes and small bugfixes More... 12 months ago
Move local/global variable functions to variables runtime module More... 12 months ago
Move alias_native to method More... 12 months ago
Move opal32 to hash More... 12 months ago
Move ancestors to const, super to method, toString to string More... 12 months ago
Move typechecking and typecasting functions to a class runtime module More... 12 months ago
Isolate exception functions to its own runtime module More... 12 months ago
Move freeze functions to their own runtime module More... 12 months ago
Move operator helpers to their own runtime module More... 12 months ago
Isolate array functions into their own runtime module More... 12 months ago