aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-121-1/+4
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-121-0/+1
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-121-0/+4
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-112-0/+6
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-092-23/+23
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-041-0/+12
* enable constant cache on ractorsKoichi Sasada2021-01-051-9/+13
* 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
* 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
* Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada2020-12-281-1/+24
* 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
* 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
* [memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata2020-12-231-1/+1
* Make NoMatchingPatternError a subclass of StandardErrorKazuki Tsujimoto2020-12-231-0/+4
* Enumerator.new: raise unless block given卜部昌平2020-12-221-10/+4
* reset cache before iteratingKoichi Sasada2020-12-221-6/+26
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-37/+16
* test/ruby/test_module.rb: Avoid "warning: method redefined"Yusuke Endoh2020-12-191-2/+2
* Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2eYusuke Endoh2020-12-191-0/+17
* Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...Yusuke Endoh2020-12-191-1/+2
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-191-0/+73
* fix refinements/prepend bugKoichi Sasada2020-12-191-0/+27
* Added tests for [Feature #17314]Yusuke Endoh2020-12-191-0/+9
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-184-21/+21
* Fixed not to make non-literal expression shareable [Feature #17273]Nobuyoshi Nakada2020-12-191-0/+1
* Removed old GC tuning environment variables deprecated since 2.1Nobuyoshi Nakada2020-12-181-6/+0
* Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh2020-12-181-73/+0
* Revert "Added tests for [Feature #17314]"Yusuke Endoh2020-12-181-28/+1
* Drop token info also for endless singleton method definitionNobuyoshi Nakada2020-12-181-0/+1
* Added tests for [Feature #17314]Nobuyoshi Nakada2020-12-181-1/+28
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-181-0/+73
* use eval to create different Regexp objectsKoichi Sasada2020-12-181-2/+7
* test/ruby: suppress some warningsYusuke Endoh2020-12-172-2/+12