summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-09-02Add category to `rb_warn_deprecated`eileencodes
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-09-01Reapply "Special case Range#max for integer beginning and Float::Infinity end...Marc-Andre Lafortune
2020-09-01Support passing a category to `Warning.warn`eileencodes
2020-09-01Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...Jeremy Evans
2020-09-01Revert "Special case Range#max for integer beginning and Float::Infinity end"Jeremy Evans
2020-08-31Prohibit setter method names in endless method definitionYusuke Endoh
2020-08-31The deprecation of enumerators with block has been withdrawnNobuyoshi Nakada
2020-08-29Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-08-27Fix Method#super_method for aliased methodsJeremy Evans
2020-08-27[ruby/io-console] Bug 17128: In test_set_winsize_console, wrapped re-size in ...Leam Hall
2020-08-27[stringio] fix stringio codepoint enumerator off by one errorYoann Lecuyer
2020-08-27Make Socket.getaddrinfo interruptible (#2827)Kir Shatrov
2020-08-26Fixed error messages at non-ascii %string terminatorNobuyoshi Nakada
2020-08-21Fixup 3292f4d965845d543733559fd1736b8c42fadab3Hiroshi SHIBATA
2020-08-21Fixed the executable path for erb commandHiroshi SHIBATA
2020-08-20Skip irb/test_history on Windows tooaycabta
2020-08-19Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier
2020-08-19register_fstring: avoid duping the passed string when possibleJean Boussier
2020-08-19Skip Editline for history tests of IRBaycabta
2020-08-19Skip irb/test_history on Solarisaycabta
2020-08-18Reset object allocation trace informationAaron Patterson
2020-08-19Use "in" and "out" options of "system" instead of "replace_stdio"aycabta
2020-08-18Update references when tracing allocationsAaron Patterson
2020-08-19Do "write" to temp stdin before "reopen"aycabta
2020-08-18test/irb/test_history.rb: prevent warningsYusuke Endoh
2020-08-18Lounch external process on Windows correctlyaycabta
2020-08-18[ruby/irb] Change the way the IRB is invoked as an external processaycabta
2020-08-18[ruby/reline] Keep original characters in inputrcaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Call #start_terminal after generating temporary inputrcaycabta
2020-08-18[ruby/reline] Use single quotes for non-expanded string literalsaycabta
2020-08-18[ruby/reline] Use temporary dir with yamatanooroti testaycabta
2020-08-18[ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta
2020-08-18[ruby/irb] Support shortening lambda notationaycabta
2020-08-18[ruby/irb] Add require 'irb' to test separatelyaycabta
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta
2020-08-18[ruby/irb] Add tests about IRB historyaycabta
2020-08-18[ruby/irb] Support oneline method definitionaycabta
2020-08-18test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh
2020-08-18Disable debugging test.Koichi Sasada
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-08-16Remove the deprecated override of Kernel#open in open-uriJeremy Evans