aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* try to remove some test skips for MJITk0kubun2018-10-212-5/+0
* Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]aycabta2018-10-201-3/+20
* require 'rbconifg' earlier.ko12018-10-201-2/+0
* skip tests if --disable-mjit-support.ko12018-10-202-0/+4
* rename configure option `--disable-mjit` to `--disable-mjit-support`ko12018-10-201-1/+1
* add disabling MJIT features option.ko12018-10-201-0/+4
* complex.c: small optimization of Complex#**nobu2018-10-201-0/+4
* mjit.c: don't let MJIT.pause hang on full active unitsk0kubun2018-10-191-0/+12
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-193-15/+29
* test_rubyoptions.rb: don't use obsoleted methodk0kubun2018-10-191-19/+15
* test_rubyvm_mjit.rb: don't use obsoleted methodk0kubun2018-10-191-6/+0
* test/lib/jit_support.rb: fire test_jit everywherek0kubun2018-10-191-4/+0
* infect taint flag on Array#pack and String#unpacknagachika2018-10-171-0/+16
* regparse.c: Suppress duplicated range warning by mere \Xnobu2018-10-151-0/+2
* _mjit_compile_getivar.erb: optimize IC-hit getivark0kubun2018-10-141-0/+19
* Load as FIXOFF mode if zone is presentnobu2018-10-121-0/+1
* Add tests for another timezonenobu2018-10-091-14/+45
* include/ruby/ruby.h: import external symbolsk0kubun2018-10-081-16/+0
* Add test for marshalnobu2018-10-081-0/+6
* Removed redundant suffix `_with_timezone`nobu2018-10-081-4/+4
* Timezone at Time#+ and Time#-nobu2018-10-081-0/+6
* Timezone support by Time [Feature #14850]nobu2018-10-081-0/+60
* test_jit.rb: skip to test tempdir emptinessk0kubun2018-10-081-2/+14
* mjit_worker.c: clean up all unnecessary files on mswink0kubun2018-10-071-9/+0
* appveyor.yml: give up running TestThreadQueue#test_queue_with_trapk0kubun2018-10-071-0/+3
* mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun2018-10-071-35/+0
* test_jit.rb: skip some testsk0kubun2018-10-071-3/+15
* Add difference method to Arraynobu2018-10-051-0/+21
* Just a shebang is valid codenobu2018-10-021-0/+3
* Fix Rational of Floatnobu2018-10-021-0/+23
* Removed Windows version conditionnobu2018-10-011-1/+1
* rational.c: may be floatnobu2018-09-291-0/+3
* range.c: Add Range#%mrkn2018-09-281-0/+9
* revert r64847, r64846 and r64839k0kubun2018-09-262-0/+18
* revert r64838 and r64839k0kubun2018-09-262-18/+1
* insns.def: drop bitblt insnk0kubun2018-09-251-1/+0
* Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun2018-09-252-0/+18
* Revert r64824 to fix build failure on AppVeyork0kubun2018-09-252-18/+0
* insns.def: optimize & and | of Integer [experimental]k0kubun2018-09-242-0/+18
* Enumerable#to_h with block and so onnobu2018-09-205-10/+78
* Add union method to Arraynobu2018-09-201-0/+38
* parse.y: fix block passing with empty kwargsnobu2018-09-201-1/+6
* * hash.c (rb_hash_merge): Accepts zero or more hashes as argumentsmame2018-09-191-0/+24
* Tests of Enumerator::Yielder#yield with multiple argumentsnobu2018-09-181-0/+6
* Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.marcandre2018-09-161-0/+7
* encoding.c: check external encodingnobu2018-09-151-0/+7
* test_sprintf.rb: test for %pnobu2018-09-151-0/+6
* warn unused blocks with Enumerable#all? any? one? none?nobu2018-09-131-0/+60
* fiber: fix crash on GC after forkingnormal2018-09-121-8/+15
* enumerator.c: Fix ArithmeticSequence for complex stepmrkn2018-09-121-0/+20