summaryrefslogtreecommitdiff
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* Make TracePoint#enable with block target current thread by defaultJeremy Evans2022-03-291-16/+21
* Fix multiplex backreferencs near end of string in regexp matchJeremy Evans2022-03-291-0/+6
* Make define_singleton_method always define a public methodJeremy Evans2022-03-291-0/+11
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-2/+2
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-242-27/+32
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-2/+2
* Raise ArgumentError when calling Enumberable#inject without block or argumentsJeremy Evans2022-03-231-0/+2
* Make a dedecated assertion to clarify failed assertionsNobuyoshi Nakada2022-03-191-22/+22
* Add String#bytespliceShugo Maeda2022-03-181-0/+44
* Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans2022-03-171-0/+22
* A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada2022-03-181-0/+1
* A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada2022-03-171-2/+3
* Revert "Fix version check to use Emoji version for emoji-variation-sequences....Martin Dürst2022-03-161-1/+1
* Revert "Allow `.0` version mismatch to pass the tests"Martin Dürst2022-03-161-2/+1
* Allow `.0` version mismatch to pass the testsKoichi Sasada2022-03-161-1/+2
* Fix version check to use Emoji version for emoji-variation-sequences.txtMartin Dürst2022-03-161-1/+1
* Fix failuresKazuhiro NISHIYAMA2022-03-141-2/+8
* add some tests for Unicode Version 14.0.0Martin Dürst2022-03-132-0/+6
* Add test for protected methods on module includedJohn Hawthorn2022-03-111-0/+19
* Fix visibility of alias of zsuper methodsJeremy Evans2022-03-101-0/+10
* Fix race in TestThread#test_thread_status_in_trapBenoit Daloze2022-03-011-1/+1
* Add a test for Exception#detailed_messageYusuke Endoh2022-02-221-0/+29
* test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh2022-02-221-1/+1
* Do not escape error messageYusuke Endoh2022-02-222-7/+8
* Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda2022-02-192-0/+161
* Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto2022-02-191-20/+0
* Add Thread.each_caller_locationJeremy Evans2022-02-171-0/+29
* test/ruby/test_exception.rb: prevent "assigned but unused variable"Yusuke Endoh2022-02-121-1/+1
* Fix Range#include? for beginless exclusive string rangesJeremy Evans2022-02-091-0/+4
* st.c: Do not clear entries_bound when calling Hash#shift for empty hashYusuke Endoh2022-02-101-0/+13
* Fix TAG_THROW through require [Bug #18562]John Hawthorn2022-02-051-0/+21
* Move total_freed_pages to size poolPeter Zhu2022-02-031-0/+2
* Move total_allocated_pages to size poolPeter Zhu2022-02-031-0/+2
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-023-12/+14
* pend some tests while using to_binaryKoichi Sasada2022-01-312-0/+6
* Ignore warnings at reading debug info for nowNobuyoshi Nakada2022-01-291-0/+1
* Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada2022-01-271-0/+18
* An alias can suppress method redefinition warningNobuyoshi Nakada2022-01-271-0/+11
* [wasm] Disallow compactionPeter Zhu2022-01-241-0/+1
* Do not create core file if it is intentional abortKoichi Sasada2022-01-191-1/+2
* `rb_fiber_terminate` must not return [Bug #18497]Nobuyoshi Nakada2022-01-191-0/+5
* Assuming EXIT_SUCCESS equals 0 is not portableNobuyoshi Nakada2022-01-191-3/+3
* test/ruby/test_assignment.rb: Prevent a warningYusuke Endoh2022-01-191-2/+1
* Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada2022-01-171-0/+9
* Weakmap failure is still pendingNobuyoshi Nakada2022-01-161-1/+1
* Remove outdated skipsNobuyoshi Nakada2022-01-162-2/+2
* Use pend for old TODOsNobuyoshi Nakada2022-01-162-2/+2
* Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans2022-01-141-0/+30
* Make Hash#shift return nil for empty hashJeremy Evans2022-01-141-5/+5
* Fix constant assignment evaluation orderJeremy Evans2022-01-141-0/+109