aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for another timezonenobu2018-10-091-14/+45
* Time.parse based from non-Time objectnobu2018-10-091-0/+19
* ext/objspace/objspace_dump.c: print addresses consistentlynobu2018-10-091-0/+56
* Revert "ext/objspace/objspace_dump.c: print addresses consistently"naruse2018-10-091-56/+0
* ext/objspace/objspace_dump.c: print addresses consistentlytenderlove2018-10-081-0/+56
* include/ruby/ruby.h: import external symbolsk0kubun2018-10-081-16/+0
* test_win32ole_event.rb: sleep longerk0kubun2018-10-081-0/+1
* 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
* appveyor.yml: completely separate win32ole testsk0kubun2018-10-071-13/+0
* 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-072-12/+3
* mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun2018-10-071-35/+0
* appveyor.yml: separately execute unstable testsk0kubun2018-10-072-0/+25
* test_jit.rb: skip some testsk0kubun2018-10-071-3/+15
* Use binread because webrick also uses binreadnaruse2018-10-052-3/+3
* 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
* * ext/win32ole/lib/win32ole.rb (methods): COM method elements should besuke2018-09-261-1/+1
* 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
* test/unit.rb: fix --subprocess-timeout-scalenobu2018-09-241-0/+4
* Check whether to skip every framenobu2018-09-241-0/+18
* insns.def: optimize & and | of Integer [experimental]k0kubun2018-09-242-0/+18
* webrick: raise EOFError in parse when read line is nilnormal2018-09-241-0/+7
* revert r64817: kernel_warn.rb: skip kernel_require.rbnobu2018-09-241-18/+0
* kernel_warn.rb: skip kernel_require.rbnobu2018-09-241-0/+18
* test_win32api.rb: suppress a warningnobu2018-09-231-0/+3
* * remove trailing spaces.svn2018-09-211-7/+7
* escape all env properly.ko12018-09-211-0/+16
* 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
* Skip EHOSTUNREACH by host issuesnobu2018-09-181-0/+2
* Merge upstream revision of rubygems/rubygems.hsbt2018-09-182-11/+44
* Tests of Enumerator::Yielder#yield with multiple argumentsnobu2018-09-181-0/+6
* Propagate subprocess timeout scale option to worker processesnobu2018-09-161-0/+2
* lib/matrix: Fix potential bug of Vector#angle_withmarcandre2018-09-161-0/+2
* Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.marcandre2018-09-161-0/+7