1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove codepaths under !RUBY_INTEGER_UNIFICATION More... 2 days ago
Release 2.18.1 More... 2 days ago
Ensure `Generator::State` is kept on the stack More... 2 days ago
fbuffer_append_str: assume string More... 3 days ago
Improve class JSON intro More... 13 days ago
Extract json_fast_memcpy16 for readability More... 20 days ago
Use __builtin_memcpy, if available, to copy overlapping byte ranges in copy_remaining_bytes to avoid a branch to MEMCPY. Additionally use a space as padding byte instead of an 'X' so it can be represented diretly on AArch64 with a single instruction. More... 20 days ago
Remove trailing spaces [ci skip] More... 22 days ago
initialize search.chunk_end to silence a warning about it being potentially uninitialized More... 22 days ago
use a conditional to select SIMD implementation rather than pointer More... 23 days ago
Directly write to the output buffer when converting UTF32 to UTF8. More... about 1 month ago
Merge pull request #921 from nobu/nonportable-code More... about 1 month ago
Fix non-portable code More... about 1 month ago
Simplify unescape_unicode More... about 1 month ago
Keep track of the the number of additional backslashes to avoid an extra memchr searching the remaining characters when no more backslashes exist. More... about 1 month ago
Add missing documentation for `allow_control_characters` parsing option More... about 1 month ago
Update `fpconv_dtoa` definition to use `dest[32]` More... about 2 months ago
Revert "Skip test failing with JRuby in CI" More... about 2 months ago
Release 2.18.0 More... about 2 months ago
Add `allow_control_characters` parsing option More... about 2 months ago
Add a specific error for unescaped newlines More... about 2 months ago
Remove dead code from JSON::TruffleRuby::Generator More... 2 months ago
Remove dead code in benchmark/encoder.rb More... 2 months ago
Release 2.17.1 More... 2 months ago
Fix a regression in parsing of unicode surogate pairs More... 2 months ago
Release 2.17.0 More... 2 months ago
Fix handling of depth More... 2 months ago
Fix duplicated test_unsafe_load_with_options test case More... 2 months ago
Improve `JSON.load` and `JSON.unsafe_load` to allow passing options as second argument More... 2 months ago
Merge pull request #909 from nobu/macro_args More... 2 months ago