aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid triggering autoload in Module#const_defined?(String)Jean Boussier2019-05-071-0/+6
* Fix use of numbered parameter inside proc that is default value of optargJeremy Evans2019-05-051-0/+2
* Fix a case where numbered parameters should not be allowedJeremy Evans2019-05-051-0/+2
* parse.y: duplicated when clause warningNobuyoshi Nakada2019-05-051-3/+14
* ignore test_RangeErrorMasatoshi SEKI2019-05-041-8/+0
* add DRb::WeakIdConv (Bug #15711)Masatoshi SEKI2019-05-041-0/+17
* Silence a (probable) debug printNobuyoshi Nakada2019-05-011-0/+2
* Windows simply causes an error to open invalid pathNAKAMURA Usaku2019-05-011-1/+19
* Add exception support in `Range#first`.manga_osyo2019-05-011-0/+2
* Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku2019-04-301-1/+2
* Use Ripper for IRBaycabta2019-04-301-108/+0
* Use Encoding::UTF_8 if RELINE_TEST_ENCODING doesn't existaycabta2019-04-301-3/+1
* Use Encoding::UTF_8 if Encoding.default_external is Encoding::IBM437aycabta2019-04-301-0/+2
* Add Reline as a fallback library for Readlineaycabta2019-04-306-0/+2690
* Disallow also CR in here-doc identifierNobuyoshi Nakada2019-04-291-0/+6
* Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada2019-04-291-1/+3
* parse.y: fix here-doc identifier with newlineNobuyoshi Nakada2019-04-291-4/+3
* numeric.c: Extend Integer#[] to support range argumentsYusuke Endoh2019-04-281-0/+25
* test/ruby/test_integer.rb: Add a sane test for Integer#[]Yusuke Endoh2019-04-281-0/+14
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-0/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-7/+2
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-13/+9
* Update rubygems with latest upstream changesDavid Rodríguez2019-04-2812-55/+149
* Always mark the string returned by File.realpath as taintedJeremy Evans2019-04-281-1/+1
* * remove trailing spaces.git2019-04-281-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-0/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-274-5/+6
* Get rid of indirect sharingNobuyoshi Nakada2019-04-271-0/+9
* Isolate TestGCCompact from JIT testingTakashi Kokubun2019-04-272-0/+2
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-271-1/+1
* suppress warning in test/irbnaruse2019-04-272-1/+4
* Revert "Class instance should be also colorable on IRB"Takashi Kokubun2019-04-261-1/+0
* Class instance should be also colorable on IRBTakashi Kokubun2019-04-261-0/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-266-8/+151
* Hide internal IDsNobuyoshi Nakada2019-04-262-0/+8
* Syntax-highlight yield in IRBTakashi Kokubun2019-04-261-0/+1
* Support highlighting Regexp in inspectTakashi Kokubun2019-04-261-0/+2
* Force IRB::Color to recognize TERMTakashi Kokubun2019-04-261-1/+19
* Colorize IRB's inspect resultTakashi Kokubun2019-04-261-0/+14
* Colorize IRB's code_around_bindingTakashi Kokubun2019-04-262-2/+41
* add DRbObject dereference test (Preparation for investigation of Bug #15711)Masatoshi SEKI2019-04-251-0/+47
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-04-251-7/+7
* Defer setting gc_stress until inits doneNobuyoshi Nakada2019-04-241-0/+4
* Fix complex hash keys to work with compactionAaron Patterson2019-04-231-0/+7
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-236-2683/+0
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-236-0/+2683
* Disallow numbered parameter as the default value of optional argumentSeiei Miyagi2019-04-231-0/+1
* Fix internal error of `->x:@2{}`Seiei Miyagi2019-04-231-0/+1
* Use github url instead of ViewVC.SHIBATA Hiroshi2019-04-221-1/+1
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-217-3830/+0