summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-22Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans
2020-09-21Make hash returned by Hash#transform_values not have a defaultJeremy Evans
2020-09-16Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata
2020-09-16RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...Benoit Daloze
2020-09-16Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"Benoit Daloze
2020-09-16skip on RUBY_ISEQ_DUMP_DEBUG=to_binaryKoichi Sasada
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-09-11Let String#slice! return nil (#3533)Soutaro Matsumoto
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-09-06Make it possible to dump and load an exception objectYusuke Endoh
2020-09-04Added Symbol#nameNobuyoshi Nakada
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-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[stringio] fix stringio codepoint enumerator off by one errorYoann Lecuyer
2020-08-26Fixed error messages at non-ascii %string terminatorNobuyoshi Nakada
2020-08-19register_fstring: avoid duping the passed string when possibleJean Boussier
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-08-13rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-13rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-12Fix corruption in ARGF.inplacePeter Zhu
2020-08-12string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki
2020-08-11Enable s390x invokebuiltin JIT test againTakashi Kokubun
2020-08-06[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh
2020-08-06Apply timeout-scale to test_thr_kill.Jun Aruga
2020-07-31Added NUL-contained casesNobuyoshi Nakada
2020-07-30Fix Array#flatten for recursive array when given positive depth [Bug #17092]Marc-Andre Lafortune
2020-07-28Fix Time#ceil when result should be the same as the receiverJeremy Evans
2020-07-27Prevent SystemStackError when calling super in module with activated refinementJeremy Evans
2020-07-24Respect visibility in non-array Enumerable#inject [Bug #13592]Nobuyoshi Nakada
2020-07-24Fix Time#to_a behavior with timezone [Bug #17046]S.H
2020-07-23Improved Enumerable::Lazy#flat_mapNobuyoshi Nakada
2020-07-23Test for weeknumber with timezone [Bug #17042]Nobuyoshi Nakada
2020-07-22Switch reserved for numbered parameter warning to SyntaxErrorJeremy Evans
2020-07-19Special case Range#max for integer beginning and Float::Infinity endJeremy Evans
2020-07-19Fix Range#max for beginless Integer ranges [Bug #17034]Michael Kohl
2020-07-18Optimize Array#min (#3324)Kenta Murata
2020-07-18Optimize Array#max (#3325)Kenta Murata
2020-07-15Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada
2020-07-13Fix Range#{max,minmax} for range with integer beginning and non-integer endJeremy Evans
2020-07-12Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada
2020-07-10Encode ' as ' when using encode(xml: :attr)Jeremy Evans