summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-23Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA
2020-12-23ripper: fix bad label parameter handling [Bug #17425]Nobuyoshi Nakada
2020-12-22[ruby/etc] Make Ractor safeMarc-Andre Lafortune
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-23[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta
2020-12-23Add verbose nil in testingDelton Ding
2020-12-23Enable `Fiber.current` and `Fiber#alive?` call inside ractorDelton Ding
2020-12-23Make NoMatchingPatternError a subclass of StandardErrorKazuki Tsujimoto
2020-12-22[ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi
2020-12-22[ruby/reline] Support isearch-terminatorsaycabta
2020-12-22[ruby/reline] Render refreshed prompt just after i-search finishedaycabta
2020-12-22Import set 1.0.1Akinori MUSHA
2020-12-22Prepare to release json-2.5.0Hiroshi SHIBATA
2020-12-22[ruby/date] Make Ractor-compatibleMarc-Andre Lafortune
2020-12-22Enumerator.new: raise unless block given卜部昌平
2020-12-22Import set 1.0.0Akinori MUSHA
2020-12-22reset cache before iteratingKoichi Sasada
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] Stop using prototype objectsKenta Murata
2020-12-21Fixed a typo in an error class nameNobuyoshi Nakada
2020-12-21[ruby/rdoc] Guard for WEBrickHiroshi SHIBATA
2020-12-20irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada
2020-12-20win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20Set non-verbose mode as well as tty modeNobuyoshi Nakada
2020-12-20Set :DEFAULT to PROMPT_MODE for CIaycabta
2020-12-20Suppress errors related to using variables that are not directly related to t...aycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-12-19[ruby/ostruct] Add Ractor testMarc-Andre Lafortune
2020-12-19[ruby/matrix] Add Ractor testMarc-Andre Lafortune
2020-12-20[pathname] Make Pathname Ractor safe (#3940)Kenta Murata
2020-12-19[bigdecimal] Fix deprecation warning testKenta Murata
2020-12-19[bigdecimal] Add BigDecimal#n_significant_digitsKenta Murata
2020-12-19[bigdecimal] Make BigDecimal#precs deprecatedKenta Murata
2020-12-19[bigdecimal] Add BigDecimal#precisionKenta Murata
2020-12-19[bigdecimal] Make bigdecimal Ractor safeKenta Murata
2020-12-19[bigdecimal] Fix the default precision of Float#to_dKenta Murata
2020-12-19test/ruby/test_module.rb: Avoid "warning: method redefined"Yusuke Endoh
2020-12-19Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2eYusuke Endoh
2020-12-19ripper: fix `#tok` on some error events [Bug 17345]Nobuhiro IMAI
2020-12-19Try to test with rake-13.0.2 again.Hiroshi SHIBATA
2020-12-19[digest] Make digest Ractor safeKenta Murata
2020-12-19Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...Yusuke Endoh
2020-12-19Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada
2020-12-19fix refinements/prepend bugKoichi Sasada
2020-12-19Added tests for [Feature #17314]Yusuke Endoh
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-19[bigdecimal] Fix test for d5ab8e8562Kenta Murata
2020-12-19[ruby/reline] Yank by em-kill-region correctlyaycabta
2020-12-19[ruby/reline] Bind yank-pop correctlyaycabta