aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix singleton class cloningAlan Wu2020-11-161-0/+47
* remain enabled and line specified trace pointsKoichi Sasada2020-11-171-0/+25
* Make Array methods return Array instances instead of subclass instancesJeremy Evans2020-11-031-60/+80
* Rightward assignment is replaced by one-line pattern matchingKazuki Tsujimoto2020-11-041-10/+0
* test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"Yusuke Endoh2020-11-031-1/+0
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-0/+65
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-011-2/+2
* check isolated Proc more strictlyKoichi Sasada2020-10-291-0/+51
* Add Thread.ignore_deadlock accessorJeremy Evans2020-10-281-0/+13
* test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh2020-10-281-1/+1
* Allow non-argument endless-def with a space instead of parenthesesNobuyoshi Nakada2020-10-261-2/+2
* rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...Kenta Murata2020-10-261-0/+8
* Assoc pattern matching (#3703)Nobuyoshi Nakada2020-10-262-17/+18
* numeric.c, range.c: prohibit zero stepKenta Murata2020-10-233-28/+19
* rational.c: try converting by to_int in Rational() (#3684)Kenta Murata2020-10-221-0/+19
* Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata2020-10-211-1/+37
* 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