summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-03[ruby/json] Added testing for JSON.unsafe_load. Fixes NoMethodErrorRobin Miller
2025-09-03[ruby/json] Ensure the SWAR encoder in the java extension checks every byte.Scott Myron
2025-09-03[ruby/json] Fix a -Wreturn-type warningJean Boussier
2025-09-03[ruby/strscan] [DOC] Fix linkBurdette Lamar
2025-09-03Added x64-mswin64-140 to lockfilesHiroshi SHIBATA
2025-09-03[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-09-03[rubygems/rubygems] Warn when trying to remove a default source that's the on...David Rodríguez
2025-09-03[rubygems/rubygems] Improve error output when removing a source through `gem ...David Rodríguez
2025-09-03[rubygems/rubygems] Change code examples to not use the default sourceDavid Rodríguez
2025-09-03[rubygems/rubygems] Change more source tests to act on configured sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix trailing slashes not considered when removing sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Change trailing slash test to not work on default sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Refactor duplicated test logicDavid Rodríguez
2025-09-03[rubygems/rubygems] Simplify test for trailing slash handling when adding sou...David Rodríguez
2025-09-03[rubygems/rubygems] Add missing `gem sources --remove` testDavid Rodríguez
2025-09-03[rubygems/rubygems] Let `gem sources` be more clear about which sources it's ...David Rodríguez
2025-09-03[rubygems/rubygems] Improve source list management testingDavid Rodríguez
2025-09-03[rubygems/rubygems] Deprecate `bundle cache --frozen` and `bundle cache --no-...David Rodríguez
2025-09-03[rubygems/rubygems] Improve `deprecations` helperDavid Rodríguez
2025-09-03[rubygems/rubygems] Add another spec for yet another issue fixed by the previ...David Rodríguez
2025-09-03[rubygems/rubygems] Add extra spec for another issue that the previous patch ...David Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle cache` failing in frozen mode if vendor/cache...David Rodríguez
2025-09-03[rubygems/rubygems] Improve spec wording and implementationDavid Rodríguez
2025-09-03[rubygems/rubygems] It's not necessary to set `deployment`David Rodríguez
2025-09-03[rubygems/rubygems] Remove unnecessary installDavid Rodríguez
2025-09-03[rubygems/rubygems] Remove unnecessary subject from one specDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle lock` regression when using `update` and `loc...Edouard CHIN
2025-09-03Completely remove `bundle viz` commandDavid Rodríguez
2025-09-03Completely remove `bundle inject` commandDavid Rodríguez
2025-09-03[rubygems/rubygems] Introduce `SharedHelpers.feature_removed!`David Rodríguez
2025-09-03[rubygems/rubygems] No need to print caller location when raising directlyDavid Rodríguez
2025-09-03[rubygems/rubygems] The `bundle clean` command should not be hiddenDavid Rodríguez
2025-09-03[rubygems/rubygems] Ensure removed commands get their docs removed, tooDavid Rodríguez
2025-09-03Bump msys2/setup-msys2 from 2.28.0 to 2.29.0dependabot[bot]
2025-09-03Remove obsolete option `--enable-mathn`Nobuyoshi Nakada
2025-09-03[DOC] Clarify differences between Kernel.rand and Random.rand when given a Fl...Jason Garber
2025-09-02test_io_wait.rb: Increase a timeout for a flaky testTakashi Kokubun
2025-09-02ZJIT: Use Copy instead of CloneAiden Fox Ivey
2025-09-02ZJIT: Remove unnecessary return statementsAiden Fox Ivey
2025-09-02ZJIT: Remove unnecessary .into callsAiden Fox Ivey
2025-09-02ZJIT: Use copied over map(|x| *x)Aiden Fox Ivey
2025-09-02ZJIT: Use .is_some_andAiden Fox Ivey
2025-09-02ZJIT: Use is_empty over compare with ""Aiden Fox Ivey
2025-09-02ZJIT: Use inspect_err on Result values (#14431)Takashi Kokubun
2025-09-02ext/-test-/tracepoint/gc_hook.c: Fix GC safety issueAlan Wu
2025-09-02ZJIT: Remove unneeded test exclusions (#14430)Stan Lo
2025-09-02test_gc.rb: Attempt to stabilize test_interrupt_in_finalizerTakashi Kokubun
2025-09-02test_settracefunc.rb: Increase a timeoutTakashi Kokubun
2025-09-02ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)Stan Lo
2025-09-02ZJIT: Rename gen_save_pc to gen_prepare_call_with_gc (#14427)Takashi Kokubun