aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* range.c: Fix an exception message in rb_range_beg_lenKenta Murata2020-10-201-0/+3
* test/ruby/test_syntax.rb: avoid "warning: assigned but unused variable"Yusuke Endoh2020-10-161-1/+1
* Adjust sp for `if true or ...`/`if false and ...`wanabe2020-10-161-0/+5
* Adjust sp for `x = false; y = (return until x unless x)` [Bug #16695]wanabe2020-10-161-0/+9
* Check encoding name to replicateNobuyoshi Nakada2020-10-152-3/+9
* remove uneffective testKoichi Sasada2020-10-141-25/+0
* ruby_vm_global_method_state is no longer needed.Koichi Sasada2020-10-141-2/+2
* test/ruby/test_fiber.rb: Suppress "assigned but unused variable" warningsYusuke Endoh2020-10-131-4/+2
* relax Fiber#transfer's restrictionKoichi Sasada2020-10-121-16/+87
* Make the test suite pass on real Android/Termux environmentYusuke Endoh2020-10-121-1/+1
* bignum.c (rb_int_powm): Integer#pow(0, 1) should return 0Yusuke Endoh2020-10-121-0/+20
* Prohibit setter method names in all kinds of endless methodsNobuyoshi Nakada2020-10-121-1/+6
* Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA2020-10-031-1/+1
* Remove known use-after-poison bugNobuyoshi Nakada2020-10-031-0/+4
* Ensure that the comparison succeeded [Bug #17205]Nobuyoshi Nakada2020-10-021-0/+21
* Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada2020-09-301-1/+1
* Fix unsigned int overflow in error message for chrPeter Zhu2020-09-301-0/+1
* Pass ASAN options to child environmentsAaron Patterson2020-09-281-0/+1
* Make Warning.warn accept only category keywordJeremy Evans2020-09-281-2/+2
* Switch conflicting chdir warning to RuntimeErrorJeremy Evans2020-09-281-2/+28
* Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...Benoit Daloze2020-09-271-1/+2
* Use Tempfile.create instead of Tempfile.open in test_io.rbBenoit Daloze2020-09-261-6/+11
* test/ruby/test_enumerator.rb: check the deprecation warningYusuke Endoh2020-09-251-1/+9
* test/ruby/test_memory_view.rb: prevent "assigned but unused variable - members"Yusuke Endoh2020-09-251-1/+1
* test/ruby/test_enumerator.rb: remove capture_io that is no longer neededYusuke Endoh2020-09-251-3/+1
* freeze all Range objects.v3_0_0_preview1Koichi Sasada2020-09-252-3/+3
* Buffer protocol proposal (#3261)Kenta Murata2020-09-251-0/+249
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-258-120/+31
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-221-31/+0
* Make hash returned by Hash#transform_values not have a defaultJeremy Evans2020-09-211-0/+1
* Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata2020-09-161-0/+5
* RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...Benoit Daloze2020-09-161-1/+1
* Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"Benoit Daloze2020-09-161-1/+0
* skip on RUBY_ISEQ_DUMP_DEBUG=to_binaryKoichi Sasada2020-09-161-0/+1
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-154-14/+6
* Let String#slice! return nil (#3533)Soutaro Matsumoto2020-09-111-0/+2
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-1/+4
* Make it possible to dump and load an exception objectYusuke Endoh2020-09-061-0/+31
* Added Symbol#nameNobuyoshi Nakada2020-09-041-0/+6
* Add category to `rb_warn_deprecated`eileencodes2020-09-021-2/+14
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-021-2/+8
* Reapply "Special case Range#max for integer beginning and Float::Infinity end...Marc-Andre Lafortune2020-09-011-0/+6
* Support passing a category to `Warning.warn`eileencodes2020-09-011-3/+21
* Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...Jeremy Evans2020-09-011-11/+2
* 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
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-4/+1
* Fix Method#super_method for aliased methodsJeremy Evans2020-08-271-0/+80
* [stringio] fix stringio codepoint enumerator off by one errorYoann Lecuyer2020-08-271-0/+13