summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-01-04Fix broken JIT of getinlinecacheTakashi Kokubun
2021-01-05enable constant cache on ractorsKoichi Sasada
2021-01-04Fixed error message when % at EOFNobuyoshi Nakada
2021-01-03Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada
2021-01-03Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun
2021-01-02Add Enumerable#compact and Enumerator::Lazy#compactzverok
2021-01-01Added AST assertions for method definition arguments [Bug #17495]Nobuyoshi Nakada
2021-01-01Added AST tests for endless method definitionsNobuyoshi Nakada
2020-12-31Make any hash values fixable [Bug #17488]Nobuyoshi Nakada
2020-12-28Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada
2020-12-24Store errno in struct rb_process_statusNobuyoshi Nakada
2020-12-24Remove unneeded codeMarc-Andre Lafortune
2020-12-24dir.c: chdir conflict should raise only when called in different threadYusuke Endoh
2020-12-24shareable_constant_value: experimental_copyKoichi Sasada
2020-12-23Fix class of method in Method#inspect for singleton classes of classesJeremy Evans
2020-12-24test/ruby/test_module.rb: not depend on the order of method definitionsYusuke Endoh
2020-12-24Reset paren_nest at tAREF and tASET [Bug #17431]Nobuyoshi Nakada
2020-12-24Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh
2020-12-23Ensure non-literal expressions shareable if `leteral`Nobuyoshi Nakada
2020-12-23Update rb_ractor_ensure_shareableNobuyoshi Nakada
2020-12-23Split the testNobuyoshi Nakada
2020-12-23Added assertionsNobuyoshi Nakada
2020-12-23Added dedicated helper methodsNobuyoshi Nakada
2020-12-23Changed shareable literal semantics [Feature #17397]Nobuyoshi Nakada
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-23Make NoMatchingPatternError a subclass of StandardErrorKazuki Tsujimoto
2020-12-22Enumerator.new: raise unless block given卜部昌平
2020-12-22reset cache before iteratingKoichi Sasada
2020-12-20win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada
2020-12-19test/ruby/test_module.rb: Avoid "warning: method redefined"Yusuke Endoh
2020-12-19Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2eYusuke Endoh
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-19Fixed not to make non-literal expression shareable [Feature #17273]Nobuyoshi Nakada
2020-12-18Removed old GC tuning environment variables deprecated since 2.1Nobuyoshi Nakada
2020-12-18Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh
2020-12-18Revert "Added tests for [Feature #17314]"Yusuke Endoh
2020-12-18Drop token info also for endless singleton method definitionNobuyoshi Nakada
2020-12-18Added tests for [Feature #17314]Nobuyoshi Nakada
2020-12-18Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada
2020-12-18use eval to create different Regexp objectsKoichi Sasada
2020-12-17test/ruby: suppress some warningsYusuke Endoh
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-12-16test/ruby/test_enum.rb: Avoid "warning: assigned but unused variable"Yusuke Endoh
2020-12-16[memory_view] Make MemoryView API Ractor-safe (#3911)Kenta Murata
2020-12-16Fixed marshal compatibility of Process::StatusNobuyoshi Nakada
2020-12-15Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune