-
Notifications
You must be signed in to change notification settings - Fork 365
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ruby/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ruby/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 18 files changed
- 5 contributors
Commits on Feb 3, 2026
-
Remove codepaths under !RUBY_INTEGER_UNIFICATION
This was for pre Ruby 2.4 support which we dropped a while ago.
Configuration menu - View commit details
-
Copy full SHA for b11ce01 - Browse repository at this point
Copy the full SHA b11ce01View commit details
Commits on Feb 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7ddf349 - Browse repository at this point
Copy the full SHA 7ddf349View commit details -
While it's a very nice API, if the buffer is too big for the stack (> 1024B) the buffer object will be mark like a stack region which is slow and overkill for a char buffer.
Configuration menu - View commit details
-
Copy full SHA for 4dcbcb8 - Browse repository at this point
Copy the full SHA 4dcbcb8View commit details
Commits on Feb 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 672e26e - Browse repository at this point
Copy the full SHA 672e26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbcf80 - Browse repository at this point
Copy the full SHA 0bbcf80View commit details
Commits on Feb 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9602edb - Browse repository at this point
Copy the full SHA 9602edbView commit details -
test/json/json_parser_test.rb:141: warning: Integer out of Float range lib/json/common.rb:353: warning: Float 12345678901234567890... out of range
Configuration menu - View commit details
-
Copy full SHA for e7245b7 - Browse repository at this point
Copy the full SHA e7245b7View commit details
Commits on Feb 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 05cec0c - Browse repository at this point
Copy the full SHA 05cec0cView commit details
Commits on Feb 20, 2026
-
Use single quotes for allow_invalid_escape doc
Instead of using %{} which works like double-quoted string and allows escape sequences and in which "other escaped characters (a backslash followed by a character) are interpreted as the character", change the examples for `allow_invalid_escape` to use single-quotes strings, in which "any other character following a backslash [except ' and \] is interpreted as is: a backslash and the character itself." This makes it clearer the JSON document only includes a single backslash.Configuration menu - View commit details
-
Copy full SHA for a888d6d - Browse repository at this point
Copy the full SHA a888d6dView commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 93bc1b3 - Browse repository at this point
Copy the full SHA 93bc1b3View commit details
Commits on Mar 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3f32c47 - Browse repository at this point
Copy the full SHA 3f32c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ccc102 - Browse repository at this point
Copy the full SHA 6ccc102View commit details
Commits on Mar 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for de993aa - Browse repository at this point
Copy the full SHA de993aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a29fcdc - Browse repository at this point
Copy the full SHA a29fcdcView commit details -
fbuffer.h: Use size_t over unsigned long
unsigned long is only 32b on some platforms.
Configuration menu - View commit details
-
Copy full SHA for 0a4fb79 - Browse repository at this point
Copy the full SHA 0a4fb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11acc1 - Browse repository at this point
Copy the full SHA a11acc1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.18.1...v2.19.0