1
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove trailing spaces [ci skip] More... 1 day ago
initialize search.chunk_end to silence a warning about it being potentially uninitialized More... 1 day ago
use a conditional to select SIMD implementation rather than pointer More... 3 days ago
Directly write to the output buffer when converting UTF32 to UTF8. More... 13 days ago
Merge pull request #921 from nobu/nonportable-code More... 15 days ago
Fix non-portable code More... 15 days ago
Simplify unescape_unicode More... 16 days 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... 16 days ago
Add missing documentation for `allow_control_characters` parsing option More... 25 days ago
Update `fpconv_dtoa` definition to use `dest[32]` More... 28 days ago
Revert "Skip test failing with JRuby in CI" More... about 1 month ago
Release 2.18.0 More... about 1 month ago
Add `allow_control_characters` parsing option More... about 1 month ago
Add a specific error for unescaped newlines More... about 1 month ago
Remove dead code from JSON::TruffleRuby::Generator More... about 1 month ago
Remove dead code in benchmark/encoder.rb More... about 1 month ago
Release 2.17.1 More... about 1 month ago
Fix a regression in parsing of unicode surogate pairs More... about 1 month ago
Release 2.17.0 More... about 1 month ago
Fix handling of depth More... about 1 month ago
Fix duplicated test_unsafe_load_with_options test case More... about 1 month ago
Improve `JSON.load` and `JSON.unsafe_load` to allow passing options as second argument More... about 1 month ago
Merge pull request #909 from nobu/macro_args More... about 1 month ago
Fix macro arguments More... about 1 month ago
Don't call to_json on the return value of as_json for Float::NAN More... about 1 month ago
Reproduce C ext behavior of ignoring mutated depth in arrays More... about 2 months ago
Test and restore behavior around to_json changing depth More... about 2 months ago
Test to_json using State#depth More... about 2 months ago
Stop testing on macos-13 More... about 2 months ago
Respect Coder depth when generating More... about 2 months ago