summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-11Don't load set_spec.c if not Ruby 3.5Peter Zhu
2025-09-11Fix compilation of set_spec.c for previous Ruby versionsPeter Zhu
2025-09-11[ruby/prism] Reject some cases with `return` and command callsEarlopain
2025-09-11[ruby/prism] Use pm_arguments_end for function callYusuke Endoh
2025-09-11Don't include klass in RZombiePeter Zhu
2025-09-11Run CAPI check separatelyNobuyoshi Nakada
2025-09-11Check CAPI ext binary compatibilityNobuyoshi Nakada
2025-09-11Fix out-of-bounds read in rb_location_ary_to_backtracePeter Zhu
2025-09-11Fix out-of-bounds read in require when $LOADED_FEATURES is modifiedPeter Zhu
2025-09-11Fix out-of-bounds read in Method#inspect for unnamed parametersPeter Zhu
2025-09-11Change order of RARRAY_AREF and ARY_SET_LEN in rb_ary_popPeter Zhu
2025-09-11Assert that RARRAY_AREF is within boundsPeter Zhu
2025-09-11Handle `uninitialized constant JSON::GenericObject` at ruby/ruby.Hiroshi SHIBATA
2025-09-11Revert "test_gem_command_manager.rb.Hiroshi SHIBATA
2025-09-11[ruby/json] Improve test coverageÉtienne Barrié
2025-09-11[ruby/json] Stop checking for OpenStruct#[] and #[]=Étienne Barrié
2025-09-11[ruby/json] Stop checking for String#@-Étienne Barrié
2025-09-11[ruby/json] Change invalid encoding test to use assert_raiseÉtienne Barrié
2025-09-11[ruby/json] Fix deprecation warning backtraceÉtienne Barrié
2025-09-11[ruby/json] Fix JSON::GenericObject testsÉtienne Barrié
2025-09-11[ruby/json] Don't call json_create if json_creatable? returns falseÉtienne Barrié
2025-09-11[ruby/json] Enable test coverage when simplecov is availableÉtienne Barrié
2025-09-11[rubygems/rubygems] Added document for Gem::UninstallerHiroshi SHIBATA
2025-09-11[rubygems/rubygems] Remove spec originally meant to test remembering CLI flagsDavid Rodríguez
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-09-11[rubygems/rubygems] Introduce a way to ensure that removed flags get their do...David Rodríguez
2025-09-11[rubygems/rubygems] Remove deprecated usages of `bundle install --deployment`...David Rodríguez
2025-09-11[rubygems/rubygems] Fix grammar in remembered options removal messageDavid Rodríguez
2025-09-11[rubygems/rubygems] Add missing part in `bundle cache --path` removal messageDavid Rodríguez
2025-09-11[rubygems/rubygems] Remove implementation of `deployment`, `capistrano` and `...David Rodríguez
2025-09-11[rubygems/rubygems] Completely remove `Bundle.*clean*` and `Bundler.environme...David Rodríguez
2025-09-10YJIT: Print more disassembly in release buildsAlan Wu
2025-09-10YJIT: Remove dead code: `asm_comment!` checks `--yjit-dump-disasm`Alan Wu
2025-09-10Explicitly declare VM instruction dependencies (#14509)Takashi Kokubun
2025-09-10Skip `vm_cc_invalidate`'s `cc->klass` assertion for multi-ractor for nowStan Lo
2025-09-10Rename VM instruction classes to singular names (#14507)Takashi Kokubun
2025-09-10YJIT: Tiny refactors (#14505)Stan Lo
2025-09-10Allow concurrent_set to be collected in minor GCJohn Hawthorn
2025-09-10ZJIT: Revert `self_val` removal and rename it to `recv` (#14504)Stan Lo
2025-09-10YJIT: Rename `make yjit-smoke-test` to `make yjit-check` (#14502)Takashi Kokubun
2025-09-10ZJIT: Set ZJIT_RB_BUG to help debugging CI issues (#14500)Stan Lo
2025-09-10Fix tempfile leaking in TestRequirePeter Zhu
2025-09-10ZJIT: Removed unused self_val from SendStan Lo
2025-09-10ZJIT: Removed unused self_val from InvokeSuperStan Lo
2025-09-10[DOC] ZJIT: Add a section for stats (#14497)Stan Lo
2025-09-10ZJIT: Support `invokeblock` insn (#14496)Stan Lo
2025-09-10YJIT: Stop sharing rb_vm_invokesuper among different instructions (#14492)Takashi Kokubun
2025-09-10ZJIT: Compile ISEQs with forwardable parameters (#14491)Takashi Kokubun
2025-09-10Fix crash when $LOADED_FEATURES is modified during requirePeter Zhu
2025-09-10dtoa.c: Check integer underflowNobuyoshi Nakada