summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-12[rubygems/rubygems] Removed ccache or sccache from args of Rust builderHiroshi SHIBATA
2025-06-12[ruby/strscan] Update extconf.rbNobuyoshi Nakada
2025-06-11Supress a few more tsan errorsJohn Hawthorn
2025-06-11gdbinit: fix printing of T_DATAJohn Hawthorn
2025-06-12Tweak to spec setup so that `rspec` instead of our `bin/rspec` binstub still ...David Rodríguez
2025-06-12[rubygems/rubygems] Remove duplicate documentation for `--changelog` flagJoshua Young
2025-06-12[rubygems/rubygems] Fix typos in some documentation lists making them render ...David Rodríguez
2025-06-12[rubygems/rubygems] Update man pages monthDavid Rodríguez
2025-06-11[ruby/prism] Fix parser translator during string escaping with invalid utf-8Earlopain
2025-06-11Refactor the last references to `rb_shape_t`Jean Boussier
2025-06-11shape.h: remove YJIT workaroundJean Boussier
2025-06-11ZJIT: x86: Fix panic writing 32-bit number with top bit setAlan Wu
2025-06-11YJIT: x86: Fix panic writing 32-bit number with top bit setAlan Wu
2025-06-11ZJIT: Restore x86 assembler testsAlan Wu
2025-06-11ZJIT: Restore some A64 backend tests to fix unused warningAlan Wu
2025-06-11ZJIT: Restore most x64 backend testsAlan Wu
2025-06-11[ruby/date] Update zonetab.h at 2025-06-11Nobuyoshi Nakada
2025-06-11shape.c: Fix rb_bug call to use correct format for size_tJean Boussier
2025-06-11Use artifacts built by vcpkg manifest modeHiroshi SHIBATA
2025-06-11Try to run ignored tests with macOS 15Hiroshi SHIBATA
2025-06-11[ruby/net-http] Support pretty_printNobuyoshi Nakada
2025-06-11Followed up https://github.com/ruby/net-http/commit/002441da1e for ruby/specHiroshi SHIBATA
2025-06-11[ruby/net-http] Fixed test case for default content-type.Hiroshi SHIBATA
2025-06-11[ruby/net-http] Don't set content type by defaultHiroshi SHIBATA
2025-06-11Simplify `make test-bundler`David Rodríguez
2025-06-11Fix `make test-bundler`David Rodríguez
2025-06-11[rubygems/rubygems] Fix `gem pristine` sometimes not resetting extensionsDavid Rodríguez
2025-06-11[rubygems/rubygems] Normalize file existence helpers usageDavid Rodríguez
2025-06-11[rubygems/rubygems] Install the best matching gem for the current platform in...Samuel Giddins
2025-06-11[rubygems/rubygems] Validate dependencies when doing bundle installRandy Stauner
2025-06-10enumerator.c: Remove unused IDsJean Boussier
2025-06-10ZJIT: Support get/set on global variablesAaron Patterson
2025-06-10Fix RubyVM::Shape.transition_treeÉtienne Barrié
2025-06-10Refactor `Enumerator::ArithmeticSequence` to not use ivarsJean Boussier
2025-06-10Fix regular expressions across ractors that match different encodingsLuke Gruber
2025-06-10[DOC] Fix unclosed markupNobuyoshi Nakada
2025-06-10Follow-ups to #13555Joshua Young
2025-06-10Fix handling of cancelled blocking operations. (#13570)Samuel Williams
2025-06-10Fix up birthtime specsNobuyoshi Nakada
2025-06-09[DOC] Split building docs for modular GCPeter Zhu
2025-06-09Take file and line in GC VM locksPeter Zhu
2025-06-09Add missing write barrier in set_i_initialize_copyJohn Hawthorn
2025-06-10Update a step name [ci skip]Nobuyoshi Nakada
2025-06-09Fetch only necessary commits of bundled gemsNobuyoshi Nakada
2025-06-09Reuse fetch-bundled_gems.rbNobuyoshi Nakada
2025-06-09Get rid of `gen_fields_tbl.fields_count`Jean Boussier
2025-06-09[ruby/prism] Fix typo in visitor example codeTim Craft
2025-06-09ZJIT: Parse opt_regexpmatch2 into HIRAlan Wu
2025-06-09ZJIT: Parse opt_not into HIRAlan Wu
2025-06-09ZJIT: Parse opt_or into HIRAlan Wu