summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-30Use `--depth` on pull requestKazuhiro NISHIYAMA
2020-03-30Refresh revision.h by after-updateNobuyoshi Nakada
2020-03-30[DOC] Updated module name [ci skip]Nobuyoshi Nakada
2020-03-30[rubygems/rubygems] Remove deprecated + broken rubygems/source_local.Ellen Marie Dash
2020-03-30[rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez
2020-03-30[rubygems/rubygems] Remove misleading commentDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove ruby 1.8 leftoversDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove weird spacing from error messagesDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove weird spacing between receiver and methodDavid Rodríguez
2020-03-30[rubygems/rubygems] Consistently left align tokenizer test columnsDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez
2020-03-30* 2020-03-30 [ci skip]git
2020-03-29Clear all trace events during teardownAlan Wu
2020-03-29Set `gnumake` in GNUmakefile for cygwinNobuyoshi Nakada
2020-03-29spec/ruby/core/time/: Use near time for timezone testYusuke Endoh
2020-03-29spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRubyYusuke Endoh
2020-03-28Increase the number of Process.times attemptsTakashi Kokubun
2020-03-28Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun
2020-03-29* 2020-03-29 [ci skip]git
2020-03-29[ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter
2020-03-28Fixed relative paths for test-specNobuyoshi Nakada
2020-03-28Improve reliability of the Process.times specBenoit Daloze
2020-03-28Do not check that #stime changes in Process.times specBenoit Daloze
2020-03-28Remove debugging codeBenoit Daloze
2020-03-28The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze
2020-03-28Remove Process.clock_getres "matches the resolution in practice" specsBenoit Daloze
2020-03-28Remove spec which is an incorrect usage of rb_rescue2()Benoit Daloze
2020-03-28spec/ruby/library/rbconfig/rbconfig_spec.rb: restore "not windows" guardYusuke Endoh
2020-03-28Deal with bundled gems by BASERUBYNobuyoshi Nakada
2020-03-28Fixed RbConfig spec for multiarchNobuyoshi Nakada
2020-03-28Guard RbConfig spec unless installedNobuyoshi Nakada
2020-03-28spec/ruby/optional/capi/kernel_spec.rb: stop a spec that causes SEGVYusuke Endoh
2020-03-28Update to ruby/spec@ec84479Benoit Daloze
2020-03-28Update to ruby/mspec@16b5a0aBenoit Daloze
2020-03-28* 2020-03-28 [ci skip]git
2020-03-27Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans
2020-03-27[ruby/reline] Suppress $/ warningsNobuyoshi Nakada
2020-03-27test/digest/test_digest.rb: Apply EnvUtil.apply_timeout_scale to timeoutYusuke Endoh
2020-03-27[ci skip] Doc-only enhancements for HashBurdette Lamar
2020-03-27* 2020-03-27 [ci skip]git
2020-03-26Fix AppVeyor pull request CI (#2983)S.H
2020-03-26Added implictily require for URI::HTTPHiroshi SHIBATA
2020-03-26* remove trailing spaces. [ci skip]git
2020-03-26[ruby/uri] Remove RCS keywordsDavid Rodríguez
2020-03-26[ruby/uri] Remove revision lines from commentsMatt Muller
2020-03-26[ruby/uri] Add support for WebSocketsMatt Muller
2020-03-26[ruby/uri] Simplify construction of URI instances using parser interface.Samuel Williams
2020-03-26[ruby/uri] Prefer `require_relative` for loading internal codeDavid Rodríguez
2020-03-26[ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta