summaryrefslogtreecommitdiff
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* [Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+17
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+6
* Prevent a warning "possibly useless use of a literal in void context"Yusuke Endoh2022-06-201-0/+6
* Prevent a warning "Expected ... to define AutoloadTest but it didn't"Yusuke Endoh2022-06-201-0/+3
* [Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier2022-06-181-0/+17
* Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada2022-06-171-1/+3
* Allow calling protected methods from refinementsJohn Hawthorn2022-06-161-0/+35
* Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada2022-06-172-0/+22
* ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada2022-06-171-0/+8
* Added tests for setting ivars on frozen objsJemma Issroff2022-06-161-0/+30
* Adding more clone tests, and adding dup testsJemma Issroff2022-06-162-0/+156
* MJIT: Handle JIT failure properlyTakashi Kokubun2022-06-151-0/+12
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-1/+5
* MJIT: Add a test for Process.waitall handlingTakashi Kokubun2022-06-141-0/+13
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-0/+39
* Prevent a warning: assigned but unused variable - outYusuke Endoh2022-06-131-3/+3
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-0/+21
* Fix nested bmethod TracePoint and memory leakAlan Wu2022-06-101-0/+22
* Remove a leftover requireTakashi Kokubun2022-06-091-1/+0
* Fix exit locations test (#5995)Eileen M. Uchitelle2022-06-091-3/+12
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+101
* Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans2022-06-091-0/+3
* Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fbTakashi Kokubun2022-06-081-0/+10
* MJIT: Ignore existence of .bundle.dSYM on macOSTakashi Kokubun2022-06-081-4/+16
* Add key force_major_gc_count to GC.stat_heapPeter Zhu2022-06-081-0/+1
* Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh2022-06-071-6/+0
* error.c: Let Exception#inspect inspect its messageYusuke Endoh2022-06-071-0/+6
* Ignore invalid escapes in regexp commentsJeremy Evans2022-06-061-0/+53
* Fix Module#const_source_location for autoload constants with direct requiresJeremy Evans2022-06-061-0/+17
* Fix Range#cover? returning true for beginless ranges of different typesJeremy Evans2022-06-061-0/+29
* Add Module#undefined_instance_methodsJeremy Evans2022-06-061-0/+9
* Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada2022-06-021-10/+1
* Fix the condition when a new buffer is needed without GMPNobuyoshi Nakada2022-06-021-0/+9
* Skip failing test with freebsdHiroshi SHIBATA2022-05-311-0/+2
* Fix use-after-free with interacting TracePointsAlan Wu2022-05-302-0/+31
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+2
* Also skip failing test with freebsd 12Hiroshi SHIBATA2022-05-301-0/+2
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+5
* Fix GC race condition in autoload.Samuel Williams2022-05-261-0/+1
* Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio2022-05-241-15/+43
* Make the test class naming consistentTakashi Kokubun2022-05-201-1/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-205-15/+15
* YJIT: Add opt_succ (#5919)Takashi Kokubun2022-05-191-0/+4
* Restore implicit relationship between `autoload_const` and `autoload_data` du...Samuel Williams2022-05-171-0/+20
* Delete autoload data from global features after autoload has completed. (#5910)Samuel Williams2022-05-171-0/+28
* YJIT: Implement getblockparamAaron Patterson2022-05-121-0/+26
* Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs2022-05-111-3/+34
* Fix the order of assert_eqaul and remove unused variablesNobuyoshi Nakada2022-05-101-10/+8
* Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)Samuel Williams2022-05-091-0/+22
* Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)Samuel Williams2022-05-091-16/+20