aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make JIT-ed leave insn leafTakashi Kokubun2020-03-312-5/+22
* `Dir.glob` always returns an arrayNobuyoshi Nakada2020-04-011-10/+5
* * 2020-04-01 [ci skip]git2020-04-011-2/+2
* Fix helper to not assume glibcPaul Jordan2020-04-011-3/+16
* Patch assembly so that it aligns properlyPaul Jordan2020-04-011-1/+5
* ucontext doesn't exist in a musl-libc env; use native assemblyPaul Jordan2020-04-011-2/+2
* ext/socket/init.c: do not return uninitialized bufferYusuke Endoh2020-03-311-9/+8
* Share download cache with bundlerNobuyoshi Nakada2020-03-312-0/+7
* Remove an unused pragmaTakashi Kokubun2020-03-301-1/+0
* * 2020-03-31 [ci skip]git2020-03-311-1/+1
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-307-12/+107
* Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA2020-03-302-12/+10
* Use `--depth` on pull requestKazuhiro NISHIYAMA2020-03-305-5/+5
* Refresh revision.h by after-updateNobuyoshi Nakada2020-03-301-4/+2
* [DOC] Updated module name [ci skip]Nobuyoshi Nakada2020-03-301-4/+4
* [rubygems/rubygems] Remove deprecated + broken rubygems/source_local.Ellen Marie Dash2020-03-301-7/+0
* [rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez2020-03-302-0/+188
* [rubygems/rubygems] Remove misleading commentDavid Rodríguez2020-03-301-1/+1
* [rubygems/rubygems] Remove ruby 1.8 leftoversDavid Rodríguez2020-03-302-8/+3
* [rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez2020-03-3030-90/+90
* [rubygems/rubygems] Remove weird spacing from error messagesDavid Rodríguez2020-03-307-40/+40
* [rubygems/rubygems] Remove weird spacing between receiver and methodDavid Rodríguez2020-03-307-43/+43
* [rubygems/rubygems] Consistently left align tokenizer test columnsDavid Rodríguez2020-03-301-118/+118
* [rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez2020-03-3047-303/+303
* * 2020-03-30 [ci skip]git2020-03-301-1/+1
* Clear all trace events during teardownAlan Wu2020-03-294-1/+20
* Set `gnumake` in GNUmakefile for cygwinNobuyoshi Nakada2020-03-291-0/+2
* spec/ruby/core/time/: Use near time for timezone testYusuke Endoh2020-03-293-7/+7
* spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRubyYusuke Endoh2020-03-291-0/+1
* Increase the number of Process.times attemptsTakashi Kokubun2020-03-281-1/+1
* Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun2020-03-281-5/+20
* * 2020-03-29 [ci skip]git2020-03-291-1/+1
* [ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter2020-03-291-0/+1
* Fixed relative paths for test-specNobuyoshi Nakada2020-03-281-2/+2
* Improve reliability of the Process.times specBenoit Daloze2020-03-281-4/+12
* Do not check that #stime changes in Process.times specBenoit Daloze2020-03-281-1/+0
* Remove debugging codeBenoit Daloze2020-03-281-8/+1
* The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze2020-03-282-5/+5
* Remove Process.clock_getres "matches the resolution in practice" specsBenoit Daloze2020-03-282-72/+0
* Remove spec which is an incorrect usage of rb_rescue2()Benoit Daloze2020-03-282-36/+0
* spec/ruby/library/rbconfig/rbconfig_spec.rb: restore "not windows" guardYusuke Endoh2020-03-281-9/+11
* Deal with bundled gems by BASERUBYNobuyoshi Nakada2020-03-281-1/+1
* Fixed RbConfig spec for multiarchNobuyoshi Nakada2020-03-281-6/+7
* Guard RbConfig spec unless installedNobuyoshi Nakada2020-03-281-1/+1
* spec/ruby/optional/capi/kernel_spec.rb: stop a spec that causes SEGVYusuke Endoh2020-03-281-10/+18
* Update to ruby/spec@ec84479Benoit Daloze2020-03-2850-377/+739
* Update to ruby/mspec@16b5a0aBenoit Daloze2020-03-2820-162/+192
* * 2020-03-28 [ci skip]git2020-03-281-1/+1
* Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans2020-03-272-0/+24
* [ruby/reline] Suppress $/ warningsNobuyoshi Nakada2020-03-271-1/+8