summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2020-10-14ruby_vm_global_method_state is no longer needed.Koichi Sasada
2020-10-13test/ruby/test_fiber.rb: Suppress "assigned but unused variable" warningsYusuke Endoh
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2020-10-12Make the test suite pass on real Android/Termux environmentYusuke Endoh
2020-10-12bignum.c (rb_int_powm): Integer#pow(0, 1) should return 0Yusuke Endoh
2020-10-12Prohibit setter method names in all kinds of endless methodsNobuyoshi Nakada
2020-10-03Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA
2020-10-03Remove known use-after-poison bugNobuyoshi Nakada
2020-10-02Ensure that the comparison succeeded [Bug #17205]Nobuyoshi Nakada
2020-09-30Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada
2020-09-30Fix unsigned int overflow in error message for chrPeter Zhu
2020-09-28Pass ASAN options to child environmentsAaron Patterson
2020-09-28Make Warning.warn accept only category keywordJeremy Evans
2020-09-28Switch conflicting chdir warning to RuntimeErrorJeremy Evans
2020-09-27Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...Benoit Daloze
2020-09-26Use Tempfile.create instead of Tempfile.open in test_io.rbBenoit Daloze
2020-09-25test/ruby/test_enumerator.rb: check the deprecation warningYusuke Endoh
2020-09-25test/ruby/test_memory_view.rb: prevent "assigned but unused variable - members"Yusuke Endoh
2020-09-25test/ruby/test_enumerator.rb: remove capture_io that is no longer neededYusuke Endoh
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25Buffer protocol proposal (#3261)Kenta Murata
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