aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Special case Range#max for integer beginning and Float::Infinity end"Jeremy Evans2020-09-011-6/+0
* Prohibit setter method names in endless method definitionYusuke Endoh2020-08-311-0/+1
* The deprecation of enumerators with block has been withdrawnNobuyoshi Nakada2020-08-311-66/+34
* Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze2020-08-296-12/+36
* Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze2020-08-291-14/+15
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-297-40/+13
* Fix Method#super_method for aliased methodsJeremy Evans2020-08-271-0/+80
* [ruby/io-console] Bug 17128: In test_set_winsize_console, wrapped re-size in ...Leam Hall2020-08-271-4/+8
* [stringio] fix stringio codepoint enumerator off by one errorYoann Lecuyer2020-08-272-0/+23
* Make Socket.getaddrinfo interruptible (#2827)Kir Shatrov2020-08-271-1/+1
* Fixed error messages at non-ascii %string terminatorNobuyoshi Nakada2020-08-261-0/+2
* Fixup 3292f4d965845d543733559fd1736b8c42fadab3Hiroshi SHIBATA2020-08-211-1/+1
* Fixed the executable path for erb commandHiroshi SHIBATA2020-08-211-3/+3
* Skip irb/test_history on Windows tooaycabta2020-08-201-6/+1
* Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier2020-08-191-0/+9
* register_fstring: avoid duping the passed string when possibleJean Boussier2020-08-191-0/+16
* Skip Editline for history tests of IRBaycabta2020-08-191-0/+9
* Skip irb/test_history on Solarisaycabta2020-08-191-1/+1
* Reset object allocation trace informationAaron Patterson2020-08-181-0/+1
* Use "in" and "out" options of "system" instead of "replace_stdio"aycabta2020-08-191-28/+1
* Update references when tracing allocationsAaron Patterson2020-08-181-1/+1
* Do "write" to temp stdin before "reopen"aycabta2020-08-191-5/+5
* test/irb/test_history.rb: prevent warningsYusuke Endoh2020-08-181-4/+4
* Lounch external process on Windows correctlyaycabta2020-08-181-2/+1
* [ruby/irb] Change the way the IRB is invoked as an external processaycabta2020-08-181-2/+1
* [ruby/reline] Keep original characters in inputrcaycabta2020-08-182-0/+95
* [ruby/reline] Support mode iconMark Delk2020-08-181-0/+34
* [ruby/reline] Call #start_terminal after generating temporary inputrcaycabta2020-08-181-6/+28
* [ruby/reline] Use single quotes for non-expanded string literalsaycabta2020-08-181-4/+15
* [ruby/reline] Use temporary dir with yamatanooroti testaycabta2020-08-181-2/+17
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-181-5/+15
* [ruby/irb] Support shortening lambda notationaycabta2020-08-181-0/+16
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-0/+23
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-0/+23
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131
* [ruby/irb] Support oneline method definitionaycabta2020-08-181-0/+29
* test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh2020-08-181-2/+2
* Disable debugging test.Koichi Sasada2020-08-181-1/+1
* Fix method name escaping in ObjectSpace.dumpJohn Hawthorn2020-08-171-0/+18
* Ensure the shortcut cached in the classNobuyoshi Nakada2020-08-171-0/+11
* Also escape DEL codeNobuyoshi Nakada2020-08-171-0/+1
* Fixed the radix for control charsNobuyoshi Nakada2020-08-171-0/+4
* Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams2020-08-181-0/+22
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-161-12/+0
* rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-131-0/+4
* rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-131-0/+4
* Fix corruption in ARGF.inplacePeter Zhu2020-08-121-0/+15
* string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki2020-08-121-0/+5
* Test out fix for OpenSSL test flakinessAlan Wu2020-08-111-1/+1