summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-31use hash_ar_table_set() directlyKoichi Sasada
2019-07-31HASH_ASSERT() respects HASH_DEBUGKoichi Sasada
2019-08-01check hash_hint is different.Koichi Sasada
2019-07-31File.realpath can raise ENOTDIRKoichi Sasada
2019-07-31Revert "Let prev EP move"Aaron Patterson
2019-08-01* 2019-08-01git
2019-07-31Let prev EP moveAaron Patterson
2019-07-31run single spec [ci skip]Nobuyoshi Nakada
2019-07-31test/ruby/test_hash.rb: remove a unused vribleYusuke Endoh
2019-07-31lib/bundler/shared_helpers.rb: remove require "rubygems"Yusuke Endoh
2019-07-31Split in two spec examplesBenoit Daloze
2019-07-31Attempt to fix Hash#rehash specBenoit Daloze
2019-07-31Fix `Leaked thread`Kazuhiro NISHIYAMA
2019-07-31delete a check on bad assumption.Koichi Sasada
2019-07-31check SystemStackErrorKoichi Sasada
2019-07-31backtrace can be nil.Koichi Sasada
2019-07-31Revert "add debug code"Koichi Sasada
2019-07-31test/ruby/test_float.rb: suppress an overflow warningYusuke Endoh
2019-07-31add debug codeKoichi Sasada
2019-07-31test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh
2019-07-31test/rdoc/test_rdoc_rubygems_hook.rb: suppress deprecation warningYusuke Endoh
2019-07-31test/ruby/test_file_exhaustive.rb: suppress method-redefined warningYusuke Endoh
2019-07-31move macro to internal.h for documentation.Koichi Sasada
2019-07-31test/rubygems/test_gem_remote_fetcher.rb: suppress deprecation warningsYusuke Endoh
2019-07-31Moved RHASH_LEV_MASK and turned into a macroNobuyoshi Nakada
2019-07-31* expand tabs.git
2019-07-31Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada
2019-07-31remove RHash::iter_lev.Koichi Sasada
2019-07-31File.exists? is deprecated.Hiroshi SHIBATA
2019-07-31Uninstall ntlm-http and plist for failure of osx test.Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Partly reverted be962ca0c411f3b4bcfebfb6e714c78cbad12775Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Skip integration test for rake package task.Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Initialize '@ran_rake' correctly, so we don't have to set...bronzdoc
2019-07-31[rubygems/rubygems] Remove extension 'double pipe equals' assigment since is ...bronzdoc
2019-07-31[rubygems/rubygems] Move 'build_for' to handle extension type before the exte...bronzdoc
2019-07-31[rubygems/rubygems] Do not pass +build_dir+ argument to build_errorbronzdoc
2019-07-31[rubygems/rubygems] Remove useless param +build_dir+bronzdoc
2019-07-31[rubygems/rubygems] Drop support for 'gem env packageversion'bronzdoc
2019-07-31[rubygems/rubygems] Improve `rake package` test error messageDavid Rodríguez
2019-07-31[rubygems/rubygems] Get `rake package` testedDavid Rodríguez
2019-07-31[rubygems/rubygems] Generate a licenses.rb file with correct styleDavid Rodríguez
2019-07-31[rubygems/rubygems] Enable `Layout/AlignArray` copDavid Rodríguez
2019-07-31[rubygems/rubygems] Enable `Layout/EmptyLinesAroundAccessModifier`David Rodríguez
2019-07-31[rubygems/rubygems] Remove warning: shadowing outer local variable - specbronzdoc
2019-07-31[rubygems/rubygems] Make error code a constant and remove TODO commentbronzdoc
2019-07-31[rubygems/rubygems] Move default specifications dir definition out of BasicSp...Vít Ondruch
2019-07-31[rubygems/rubygems] There is no usage of @orig_env_* variables in test suite.Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Ignore GEMRC variable for test suite. It affects with som...Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Use File#open instead of Kernel#openbronzdoc
2019-07-31[rubygems/rubygems] Deprecate Gem::RemoteFetcher#fetch_sizebronzdoc