summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01[rubygems/rubygems] No need to check for root package every timeDavid Rodriguez
2024-04-01[rubygems/rubygems] No need for any version prioritization when building errorsDavid Rodriguez
2024-04-01[rubygems/rubygems] Make it look more like BasicPackageSourceDavid Rodriguez
2024-04-01[rubygems/rubygems] Let GemVersionPromoter sort in preferred order directlyDavid Rodriguez
2024-04-01[rubygems/rubygems] Update docsDavid Rodriguez
2024-04-01[rubygems/rubygems] Remove unnecessary filteringDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to sort twice when filling versionsDavid Rodriguez
2024-04-01[rubygems/rubygems] Rename method for clarityDavid Rodriguez
2024-04-01[rubygems/rubygems] Fix typoDavid Rodriguez
2024-04-01Test finalizer is ran in bootstraptestPeter Zhu
2024-04-01add CI matrix for clang-19卜部昌平
2024-04-01Rename the variableNobuyoshi Nakada
2024-04-01Write gzipped data as binaryNobuyoshi Nakada
2024-04-01Use dummy data generated by RubyGemsHiroshi SHIBATA
2024-04-01Remove unnecessary macros and functions for Universal ParserS-H-GAMELINKS
2024-04-01[DOC] Fix scope resolution operator typo in `Process#wait` docsJoshua Young
2024-03-31[ruby/resolv] Add an explicit with_udp_and_tcp helper to test_dns.rbKJ Tsanaktsidis
2024-03-31Document how to run the tests under ASAN now that they pass!KJ Tsanaktsidis
2024-03-31Add missing RB_GC_GUARDs related to DATA_PTRKJ Tsanaktsidis
2024-03-31[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.Ellen Marie Dash
2024-03-30If we have a shape cache we should use itAaron Patterson
2024-03-31Manage required baseruby version in one placeNobuyoshi Nakada
2024-03-30Manage required baseruby version in one placeNobuyoshi Nakada
2024-03-30Update bundled gems list as of 2024-03-29git
2024-03-29[PRISM] Fix error message for duplicate parameter nameKevin Newton
2024-03-29[rubygems/rubygems] add test case to ensure updating with multiple sources + ...Alex Robbin
2024-03-29[PRISM] Have RubyVM::InstructionSequence.compile respect --parser=prismKevin Newton
2024-03-29[ruby/prism] Fix calloc argument orderKevin Newton
2024-03-29[ruby/prism] Handle NULL byte terminators for strings, regexps, and listsKevin Newton
2024-03-29[PRISM] Fix BEGIN{} execution orderKevin Newton
2024-03-29[rubygems/rubygems] [gemspec_helpers] Fix Rubocop warning.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [build, rebuild] Split common find_gemspec() out to Gemsp...Ellen Marie Dash
2024-03-29[rubygems/rubygems] Improve formatting of "gem rebuild --help" output.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild] If --diff is not passed and a rebuild fails, su...Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Bail early if the RubyGems version does...Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Use Gem.* helpers.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Clean up help text.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Use temporary directory instead of the ...Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Add --diff flag to try using diffoscope.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Avoid leaking files.Ellen Marie Dash
2024-03-29[rubygems/rubygems] Add "gem rebuild" command.Ellen Marie Dash
2024-03-29Use ubf list on cygwinDaisuke Fujimura (fd0)
2024-03-28YJIT: Optimize putobject+opt_ltlt for integersAlan Wu
2024-03-28[PRISM] Enable passing regexp testKevin Newton
2024-03-28[ruby/prism] Allow writing to keywords with named captures if they are alread...Kevin Newton
2024-03-28[ruby/prism] Reject invalid capture groups (keywords)Kevin Newton
2024-03-28YJIT: add iseq_alloc_count to stats (#10398)Maxime Chevalier-Boisvert
2024-03-28[PRISM] Add debug info for frozen stringsKevin Newton
2024-03-28[PRISM] Allow space before encoding commentKevin Newton
2024-03-28[PRISM] Simplify raising load errorsKevin Newton