summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-30Update test args with bundled gems. webrick has been removed that targetsHiroshi SHIBATA
2024-09-30Don't warn the bundled gems that are migrated at Ruby 3.0.Hiroshi SHIBATA
2024-09-30Fix the last character index in an assertionNobuyoshi Nakada
2024-09-30Use Named Referenceydah
2024-09-30Implement SPLAT NODE keyword locationsydah
2024-09-30LLVM 20 begun卜部昌平
2024-09-30Test with -O3 is flaky now. I disabled it same as before.Hiroshi SHIBATA
2024-09-30[rubygems/rubygems] Fix error when changing a path source to a git source if ...David Rodríguez
2024-09-30[rubygems/rubygems] Fix duplicated spec namesDavid Rodríguez
2024-09-30[rubygems/rubygems] Fix `stub.activated?` sometimes returning false after act...Earlopain
2024-09-30[rubygems/rubygems] I _think_ this workaround is no longer necessaryDavid Rodríguez
2024-09-30[rubygems/rubygems] Fix old cache format detection when application is not so...David Rodríguez
2024-09-30[rubygems/rubygems] `gem cleanup` no longer needs to reset pathsDavid Rodríguez
2024-09-30[rubygems/rubygems] Don't add duplicated specs to unresolved specsDavid Rodríguez
2024-09-30[rubygems/rubygems] Don't list duplicated version in `Gem::Specification.rese...David Rodríguez
2024-09-30s/reproducable/reproducible/ydah
2024-09-30-l option of 7z is unknown switch with the `ubuntu-latest`.Hiroshi SHIBATA
2024-09-30Fixed warning condition with LoadErrorHiroshi SHIBATA
2024-09-30Ruby exception cannot work hereNobuyoshi Nakada
2024-09-29[DOC] Tweaks for Array#hash (#11704)Burdette Lamar
2024-09-29[DOC] Tweaks for Array#first (#11687)Burdette Lamar
2024-09-29[DOC] Tweaks for Array#flatten! (#11689)Burdette Lamar
2024-09-29[DOC] Tweaks for Array#insert (#11709)Burdette Lamar
2024-09-29Fix loading of nonascii script name on WindowsLars Kanis
2024-09-30Raise fatal error instead of BUGNobuyoshi Nakada
2024-09-30Make directory for shared-GC libraries at buildNobuyoshi Nakada
2024-09-30CI: Remove `SHARED_GC` compilationNobuyoshi Nakada
2024-09-30CI: Remove `ENABLE_PATH_CHECK` compilationNobuyoshi Nakada
2024-09-29Remove leading spaces from `LIBPATHFLAG` and `RPATHFLAG`Nobuyoshi Nakada
2024-09-29Update bundled gems list as of 2024-09-29git
2024-09-29Bump actions/checkoutNobuyoshi Nakada
2024-09-29win32/sspi: Use `start_with?` to see prefixNobuyoshi Nakada
2024-09-29win32/sspi: Rafactor pack/unpackNobuyoshi Nakada
2024-09-29win32/sspi: For Ractor use a constant instead of a class variableNobuyoshi Nakada
2024-09-29win32/sspi: Fix missing A suffix in an API constant nameNobuyoshi Nakada
2024-09-29win32/sspi: Fix Win32::SSPI::SSPIResult#== with IntegerNobuyoshi Nakada
2024-09-29win32/sspi: Already Fixnum has been removed years agoNobuyoshi Nakada
2024-09-29[DOC] Mention block mode of `String#unpack`Nobuyoshi Nakada
2024-09-29[DOC] Refine about offset directivesNobuyoshi Nakada
2024-09-29Expand buffer at once then fill it at onceNobuyoshi Nakada
2024-09-29Extract common code from `pack_pack` and `pack_unpack_internal`Nobuyoshi Nakada
2024-09-29Assertions should not have side effectsNobuyoshi Nakada
2024-09-28[DOC] Tweaks for Array#replaceBurdetteLamar
2024-09-28[DOC] Tweaks for Array#include?BurdetteLamar
2024-09-28[DOC] Tweaks for Array#freezeBurdetteLamar
2024-09-28[DOC] Tweaks for Array#flatten (#11688)Burdette Lamar
2024-09-28[rubygems/rubygems] Improve Gem::SpecFetcher tests.Ellen Marie Dash
2024-09-28[rubygems/rubygems] [tests] Don't expect suggestions that aren't actually hel...Ellen Marie Dash
2024-09-28[rubygems/rubygems] Remove code that makes suggest_gems_from_name give worse ...Ellen Marie Dash
2024-09-28Allow dot3 in defs singletontompng