aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-0/+17
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-0/+19
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-041-0/+12
* enable constant cache on ractorsKoichi Sasada2021-01-051-9/+13
* Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA2021-01-0414-107/+109
* Fixed error message when % at EOFNobuyoshi Nakada2021-01-041-0/+1
* Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada2021-01-031-0/+8
* Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun2021-01-031-0/+8
* Add Enumerable#compact and Enumerator::Lazy#compactzverok2021-01-022-0/+20
* [ruby/bigdecimal] Fix test for Ruby 2.4Kenta Murata2021-01-021-10/+20
* [ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata2021-01-021-0/+17
* [ruby/bigdecimal] Fix test_limitKenta Murata2021-01-021-9/+10
* Added AST assertions for method definition arguments [Bug #17495]Nobuyoshi Nakada2021-01-011-0/+8
* Added AST tests for endless method definitionsNobuyoshi Nakada2021-01-011-0/+19
* Make any hash values fixable [Bug #17488]Nobuyoshi Nakada2020-12-311-0/+26
* Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun2020-12-291-0/+11
* Increase timeout for reline with --jit-waitTakashi Kokubun2020-12-291-0/+1
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+14
* [ruby/irb] Fix failing testsTakashi Kokubun2020-12-281-3/+3
* Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada2020-12-281-1/+24
* test/test_trick.rb: fixed the position to add timeoutNobuyoshi Nakada2020-12-251-2/+2
* test/test_trick.rb: increase timeout of some testsYusuke Endoh2020-12-251-2/+2
* test_trick.rb: Make the encoding explicit for code written in UTF-8Nobuyoshi Nakada2020-12-251-2/+2
* test/test_trick.rb: Add a test file for TRICK entries (#3988)Yusuke Endoh2020-12-251-0/+191
* [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