aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-241-7/+25
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-0/+18
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-0/+23
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-0/+14
* Store errno in struct rb_process_statusNobuyoshi Nakada2020-12-241-1/+16
* Remove unneeded codeMarc-Andre Lafortune2020-12-241-5/+0
* dir.c: chdir conflict should raise only when called in different threadYusuke Endoh2020-12-241-3/+16
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-241-0/+13
* Fix class of method in Method#inspect for singleton classes of classesJeremy Evans2020-12-231-0/+14
* test/ruby/test_module.rb: not depend on the order of method definitionsYusuke Endoh2020-12-241-5/+5
* Reset paren_nest at tAREF and tASET [Bug #17431]Nobuyoshi Nakada2020-12-241-0/+18
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-241-1/+23
* [ruby/irb] Fix error_message for assert_dynamic_promptaycabta2020-12-231-2/+8
* [ruby/psych] Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA2020-12-231-1/+1
* [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-231-0/+3
* [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-231-0/+47
* Ensure non-literal expressions shareable if `leteral`Nobuyoshi Nakada2020-12-231-4/+6
* Update rb_ractor_ensure_shareableNobuyoshi Nakada2020-12-231-4/+6
* Split the testNobuyoshi Nakada2020-12-231-1/+15
* Added assertionsNobuyoshi Nakada2020-12-231-1/+21
* Added dedicated helper methodsNobuyoshi Nakada2020-12-231-16/+33
* Changed shareable literal semantics [Feature #17397]Nobuyoshi Nakada2020-12-231-5/+7
* Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA2020-12-237-122/+173
* ripper: fix bad label parameter handling [Bug #17425]Nobuyoshi Nakada2020-12-231-15/+16
* [ruby/etc] Make Ractor safeMarc-Andre Lafortune2020-12-221-0/+23
* [memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata2020-12-232-6/+6
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-2/+53
* Add verbose nil in testingDelton Ding2020-12-231-0/+1
* Enable `Fiber.current` and `Fiber#alive?` call inside ractorDelton Ding2020-12-231-0/+22
* Make NoMatchingPatternError a subclass of StandardErrorKazuki Tsujimoto2020-12-231-0/+4
* [ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi2020-12-221-0/+4
* [ruby/reline] Support isearch-terminatorsaycabta2020-12-221-0/+30
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+11
* Import set 1.0.1Akinori MUSHA2020-12-222-2/+8
* Prepare to release json-2.5.0Hiroshi SHIBATA2020-12-222-6/+2
* [ruby/date] Make Ractor-compatibleMarc-Andre Lafortune2020-12-221-0/+27
* Enumerator.new: raise unless block given卜部昌平2020-12-221-10/+4
* Import set 1.0.0Akinori MUSHA2020-12-223-0/+53
* reset cache before iteratingKoichi Sasada2020-12-221-6/+26
* [json] Make json Ractor safeKenta Murata2020-12-211-0/+34
* [json] Stop using prototype objectsKenta Murata2020-12-211-36/+3
* Fixed a typo in an error class nameNobuyoshi Nakada2020-12-211-1/+1
* [ruby/rdoc] Guard for WEBrickHiroshi SHIBATA2020-12-211-1/+1
* irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada2020-12-201-2/+0
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-37/+16
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-1/+3
* Set non-verbose mode as well as tty modeNobuyoshi Nakada2020-12-201-0/+4
* Set :DEFAULT to PROMPT_MODE for CIaycabta2020-12-201-20/+8
* Suppress errors related to using variables that are not directly related to t...aycabta2020-12-201-4/+20
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+144