summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-04-01Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans
2022-03-31Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada
2022-03-31re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh
2022-03-30Do not autosplat array in block call just because keywords acceptedJeremy Evans
2022-03-30re.c: raise Regexp::TimeoutError instead of RuntimeErrorYusuke Endoh
2022-03-30re.c: Add `timeout` keyword for Regexp.new and Regexp#timeoutYusuke Endoh
2022-03-30re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh
2022-03-29Avoid trace events in implementation of TracePoint#enableJeremy Evans
2022-03-29Make TracePoint#enable with block target current thread by defaultJeremy Evans
2022-03-29Fix multiplex backreferencs near end of string in regexp matchJeremy Evans
2022-03-29Make define_singleton_method always define a public methodJeremy Evans
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-23Raise ArgumentError when calling Enumberable#inject without block or argumentsJeremy Evans
2022-03-19Make a dedecated assertion to clarify failed assertionsNobuyoshi Nakada
2022-03-18Add String#bytespliceShugo Maeda
2022-03-17Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans
2022-03-18A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-03-17A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-03-16Revert "Fix version check to use Emoji version for emoji-variation-sequences....Martin Dürst
2022-03-16Revert "Allow `.0` version mismatch to pass the tests"Martin Dürst
2022-03-16Allow `.0` version mismatch to pass the testsKoichi Sasada
2022-03-16Fix version check to use Emoji version for emoji-variation-sequences.txtMartin Dürst
2022-03-14Fix failuresKazuhiro NISHIYAMA
2022-03-13add some tests for Unicode Version 14.0.0Martin Dürst
2022-03-11Add test for protected methods on module includedJohn Hawthorn
2022-03-10Fix visibility of alias of zsuper methodsJeremy Evans
2022-03-01Fix race in TestThread#test_thread_status_in_trapBenoit Daloze
2022-02-22Add a test for Exception#detailed_messageYusuke Endoh
2022-02-22test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh
2022-02-22Do not escape error messageYusuke Endoh
2022-02-19Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda
2022-02-19Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto
2022-02-17Add Thread.each_caller_locationJeremy Evans
2022-02-12test/ruby/test_exception.rb: prevent "assigned but unused variable"Yusuke Endoh
2022-02-09Fix Range#include? for beginless exclusive string rangesJeremy Evans
2022-02-10st.c: Do not clear entries_bound when calling Hash#shift for empty hashYusuke Endoh
2022-02-05Fix TAG_THROW through require [Bug #18562]John Hawthorn
2022-02-03Move total_freed_pages to size poolPeter Zhu
2022-02-03Move total_allocated_pages to size poolPeter Zhu
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-01-31pend some tests while using to_binaryKoichi Sasada
2022-01-29Ignore warnings at reading debug info for nowNobuyoshi Nakada
2022-01-27Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada
2022-01-27An alias can suppress method redefinition warningNobuyoshi Nakada
2022-01-24[wasm] Disallow compactionPeter Zhu
2022-01-19Do not create core file if it is intentional abortKoichi Sasada
2022-01-19`rb_fiber_terminate` must not return [Bug #18497]Nobuyoshi Nakada