summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-08[rubygems/rubygems] Remove unneeded explicit requiresDavid Rodríguez
2020-05-08[rubygems/rubygems] Remove unneeded dupsDavid Rodríguez
2020-05-08[rubygems/rubygems] Remove unneeded untaintingDavid Rodríguez
2020-05-08[rubygems/rubygems] Simplify nested require exceptionsDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix ruby warning about unused local variablesDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix ruby warnings about a shadowed variableDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix symlink RubyGems test problems for non-admin user.Josef Šimánek
2020-05-08[rubygems/rubygems] Fix race condition on bundler's parallel installerDavid Rodríguez
2020-05-08[rubygems/rubygems] Allow spaces in file headers during octal checkDmytro Shyrshov
2020-05-07Add T_IMEMO support to lldbAaron Patterson
2020-05-08Fix typo in test namePeter Zhu
2020-05-08[rubygems/rubygems] Remove unnecessary DIR constantDavid Rodríguez
2020-05-08[rubygems/rubygems] Move stuff to the instance levelDavid Rodríguez
2020-05-08Normalize heredoc case in rubygems code baseDavid Rodríguez
2020-05-08Normalize heredoc delimitersDavid Rodríguez
2020-05-08[rubygems/rubygems] These specs seem to work just fine on jrubyBenoit Daloze
2020-05-08[rubygems/rubygems] Fix platform comparison bug in #contains_requirable_file?Benoit Daloze
2020-05-08[rubygems/rubygems] Only run the $SAFE test on MRI < 2.7Benoit Daloze
2020-05-08[rubygems/rubygems] Autoload name_tuple.rb before useOlle Jonsson
2020-05-08[rubygems/rubygems] Do not use set.Josef Šimánek
2020-05-08[rubygems/rubygems] Add gem build test to check for removed methods.Josef Šimánek
2020-05-08[rubygems/rubygems] Track removed methods calls and warn during build time.Josef Šimánek
2020-05-08[rubygems/rubygems] Deprecate rubyforge_project attribute only during build t...Josef Šimánek
2020-05-08[rubygems/rubygems] Revert deprecation of deprecate method for now.Josef Šimánek
2020-05-08[rubygems/rubygems] Restore and deprecate old deprecate methodbronzdoc
2020-05-08[rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc
2020-05-08[rubygems/rubygems] Avoid "ambiguous first argument" warningbronzdoc
2020-05-08[rubygems/rubygems] Add next_rubygems_major_version methodbronzdoc
2020-05-08[rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc
2020-05-08[rubygems/rubygems] Use the next major version as default for deprecationsbronzdoc
2020-05-08[rubygems/rubygems] Remove deprecation methods by datebronzdoc
2020-05-08[rubygems/rubygems] Make the deprecate_command method recieve a Rubygems vers...bronzdoc
2020-05-08[rubygems/rubygems] Make the deprecate method recieve a Rubygems version inst...bronzdoc
2020-05-08Workaround for Minitest5Hiroshi SHIBATA
2020-05-08[rubygems/rubygems] Removed deprecated methods for Minitest5Hiroshi SHIBATA
2020-05-08[rubygems/rubygems] Minitest::Test is works fine with the ruby core repositoryHiroshi SHIBATA
2020-05-08[rubygems/rubygems] Revert https://github.com/rubygems/rubygems/pull/3445Hiroshi SHIBATA
2020-05-08[rubygems/rubygems] Don't swallow gem activation exceptionDavid Rodríguez
2020-05-08[rubygems/rubygems] Update minitest version in `Gem.install` docsDavid Rodríguez
2020-05-08[rubygems/rubygems] Remove minitest compatibility codeDavid Rodríguez
2020-05-08[rubygems/rubygems] [rubygems/rubygems] Require minitest `~> 5.13`David Rodríguez
2020-05-08[rubygems/rubygems] Use newer module Minitest nameDavid Rodríguez
2020-05-07Add T_MOVED support to lldbAaron Patterson
2020-05-07Add compaction support for backtrace objectsAaron Patterson
2020-05-07Allow global variables to moveAaron Patterson
2020-05-08Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-05-07Fix rb_profile_frame_classpath to handle module singletonsJean Boussier
2020-05-07`T_MOVED` should never be pushed on the mark stackAaron Patterson
2020-05-08Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh
2020-05-08test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh