summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-05CI: ubuntu-ibm.yml: Fix a typo to print HOME env.Jun Aruga
2025-09-05ruby.c: Fallback FEATURE_BIT(jit) to FEATURE_BIT(zjit)Takashi Kokubun
2025-09-05ZJIT: Invalidate local variables on EP escape (#14448)Takashi Kokubun
2025-09-05Mark leaf defined instructions as leafAlan Wu
2025-09-05bare_instructions.rb: Remove unused always_leaf?Takashi Kokubun
2025-09-05insns.def: Drop unused leafness_of_check_intsTakashi Kokubun
2025-09-05ZJIT: Remove unneeded tracing and thread test exclusions (#14453)Stan Lo
2025-09-05[rubygems/rubygems] Improve error message when `path` and `gemspec` point to ...manabeai
2025-09-05[rubygems/rubygems] Add gem sources --prepend and --append for finer source c...Martin Emde
2025-09-05[rubygems/rubygems] Fix "did you mean" suggestions for unknown commandsDavid Rodríguez
2025-09-05Revert "mac: Fallback empty codeset to UTF-8"Nobuyoshi Nakada
2025-09-05mac: Fallback empty codeset to UTF-8Nobuyoshi Nakada
2025-09-04Drop unused tool/ruby_vm/views/_insn_sp_pc_dependency.erbTakashi Kokubun
2025-09-04Disable ubuntu-24.04-arm jobs for nowTakashi Kokubun
2025-09-04ZJIT: Run test-basic as well (#14447)Takashi Kokubun
2025-09-04feature_spec.rb: Don't test --enable-all with --zjit*Takashi Kokubun
2025-09-04rubyopt_spec.rb: Stop testing JIT optionsTakashi Kokubun
2025-09-04ZJIT: Compile invokesuper with dynamic dispatch (#14444)Takashi Kokubun
2025-09-04ZJIT: Run against all bootstrap testsStan Lo
2025-09-04ZJIT: Fix Rust compilation warning (#14443)Stan Lo
2025-09-04ZJIT: Add patchpoint for TracePoint (#14420)Stan Lo
2025-09-04ZJIT: Support compiling ISEQs for opt_pc = 0 (#14441)Takashi Kokubun
2025-09-04Use no-inline version rb_current_ec on ppc64leJun Aruga
2025-09-04Bump github.com/microsoft/vcpkg from master to 2025.08.27dependabot[bot]
2025-09-04[DOC] Link fixesBurdetteLamar
2025-09-03Revert "test_gc.rb: Attempt to stabilize test_interrupt_in_finalizer"Takashi Kokubun
2025-09-03ZJIT: Ensure `clippy` passes and silence unnecessary warnings (#14439)Aiden Fox Ivey
2025-09-03ZJIT: Add missing module doc commentsAiden Fox Ivey
2025-09-03ZJIT: Fix documentation build warningsAiden Fox Ivey
2025-09-03ZJIT: Add documentation note in doc/zjit.mdAiden Fox Ivey
2025-09-03ZJIT: Count exits coming from jit_exception (#14428)Takashi Kokubun
2025-09-03ZJIT: Handle `opt_case_dispatch` insn (#14433)Stan Lo
2025-09-03Use Time.new because JSON.unsafe_load losts fractions of a second andHiroshi SHIBATA
2025-09-03[ruby/json] Update method docs for JSON.load and JSON.unsafe_load to show the...Robin Miller
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