aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge rdoc-6.1.0.bata2aycabta2018-11-272-3/+7
* improve messages for test failuresduerst2018-11-261-7/+11
* * remove trailing spaces.svn2018-11-261-2/+2
* `TracePoint#enable(target_line:)` is supported. [Feature #15289]ko12018-11-261-0/+27
* Give up support for cross-callcc set_trace_func.ko12018-11-261-4/+13
* Support targetting TracePoint [Feature #15289]ko12018-11-261-0/+142
* test_jit.rb: skip a test for Windows for nowk0kubun2018-11-261-1/+5
* process.c: finish MJIT prior to #execk0kubun2018-11-261-0/+12
* add tests for grapheme clusters using Unicode Emoji test dataduerst2018-11-261-0/+117
* object.c: Deprecate Object#=~ and add NilClass#=~`mame2018-11-261-1/+3
* test/rdoc/test_rdoc_rdoc.rb: add dummy finishmame2018-11-261-0/+14
* Normalize month-mday before finding epochnaruse2018-11-251-0/+23
* parser: improve error messagesnobu2018-11-253-4/+4
* assertions for r65956nobu2018-11-241-1/+8
* remove guard against bug #15337, because it is fixedduerst2018-11-241-2/+0
* add tests using Unicode test data for grapheme clustersduerst2018-11-241-0/+94
* Don't use single byte optimization on grapheme clustersnaruse2018-11-241-0/+1
* Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu2018-11-241-1/+115
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-9/+3
* Fix r65926 test_dir.rb for windows (tilde)k0kubun2018-11-241-1/+2
* test/ruby/test_thread.rb: use safe navigation operator.kazu2018-11-231-5/+6
* split each assert_nothing_raisednobu2018-11-231-3/+7
* Use File.expand_path("~username") instead of ENV["HOME"]naruse2018-11-221-2/+1
* Revert r63030nobu2018-11-221-1/+3
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-224-2/+14
* Enable refinements at Object#respond_to?nobu2018-11-221-2/+2
* Enable refinements to public_send.nobu2018-11-221-0/+33
* Proc#<< and Proc#>>nobu2018-11-222-22/+28
* proc.c: Support any callable when composing Procsnobu2018-11-222-6/+31
* proc.c: Implement Method#* for Method compositionnobu2018-11-221-0/+34
* proc.c: Implement Proc#* for Proc compositionnobu2018-11-221-0/+51
* Revert "test_gem_remote_fetcher.rb: give up testing MJIT here"k0kubun2018-11-221-4/+0
* test_gem_remote_fetcher.rb: give up testing MJIT herek0kubun2018-11-211-0/+4
* Merge master branch from rubygems/rubygems upstream.hsbt2018-11-21100-187/+191
* Skip known MJIT random test failuresk0kubun2018-11-202-0/+9
* configure.ac: disable native-fiber for MinGWk0kubun2018-11-203-7/+0
* appveyor.yml: do not undefine everything [ci skip]k0kubun2018-11-201-1/+1
* appveyor.yml: exclude TestEnumerable.rb on msys2k0kubun2018-11-203-0/+7
* test/excludes/_appveyor: exclude AppVeyor killerk0kubun2018-11-201-0/+2
* revert r65822shugo2018-11-201-37/+0
* lib/monitor.rb: prevent to initialize MonitorMixin twiceshugo2018-11-201-0/+37
* process.c: do not try to pause MJITk0kubun2018-11-201-2/+0
* test_process.rb: Process.daemon seems irrelevant [ci skip]k0kubun2018-11-191-2/+2
* revert r65807k0kubun2018-11-191-0/+2
* string.c: setbyte silently ignores upper bitsshyouhei2018-11-191-0/+11
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-2/+38
* test_jit.rb: fix typo [ci skip]k0kubun2018-11-181-1/+1
* test/mkmf/base.rb: use CC_WRAPPER same as the toplevelnobu2018-11-171-0/+8