summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-01[ruby/etc] Deprecate names under `Struct`Nobuyoshi Nakada
2020-04-01[ruby/etc] Drop binary gems supportNobuyoshi Nakada
2020-04-01Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada
2020-04-01Use FrozenError instead of frozen_error_classNobuyoshi Nakada
2020-03-31Make JIT-ed leave insn leafTakashi Kokubun
2020-04-01`Dir.glob` always returns an arrayNobuyoshi Nakada
2020-04-01* 2020-04-01 [ci skip]git
2020-04-01Fix helper to not assume glibcPaul Jordan
2020-04-01Patch assembly so that it aligns properlyPaul Jordan
2020-04-01ucontext doesn't exist in a musl-libc env; use native assemblyPaul Jordan
2020-03-31ext/socket/init.c: do not return uninitialized bufferYusuke Endoh
2020-03-31Share download cache with bundlerNobuyoshi Nakada
2020-03-30Remove an unused pragmaTakashi Kokubun
2020-03-31* 2020-03-31 [ci skip]git
2020-03-30Optimize exivar access on JIT-ed getivarTakashi Kokubun
2020-03-30Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA
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