aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for args forwarding after rest argumentyui-knk2022-11-191-0/+2
* Differentiate T_OBJECT shapes from other objectsAaron Patterson2022-11-181-5/+14
* Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk2022-11-181-0/+24
* Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda2022-11-182-1/+3
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-173-11/+21
* YJIT: Make the code GC test stablerTakashi Kokubun2022-11-171-1/+1
* YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun2022-11-161-1/+1
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-142-35/+35
* Fix invokebuiltin in Ruby MJITTakashi Kokubun2022-11-131-3/+9
* Allow a float error for Regexp.timeoutYusuke Endoh2022-11-111-2/+6
* Run EnvUtil.apply_timeout_scale outside of assert_separatelyYusuke Endoh2022-11-111-10/+6
* YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)Takashi Kokubun2022-11-101-0/+48
* Transition shape when object's capacity changesJemma Issroff2022-11-102-16/+16
* Omit test on IO Buffers which relies on String being embeddedJemma Issroff2022-11-101-1/+5
* Fix bug in array pack with shared stringsJemma Issroff2022-11-101-0/+6
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-101-0/+8
* Update timeout seconds for square testTSUYUSATO Kitsune2022-11-091-1/+1
* Update timeout secondsTSUYUSATO Kitsune2022-11-091-1/+1
* Fix and add regexp testsTSUYUSATO Kitsune2022-11-091-2/+22
* Make pending_interrupt?(Exception) workYusuke Endoh2022-11-091-0/+8
* [Bug #19106] Normalize time at 24:00:00 with a timezone objectNobuyoshi Nakada2022-11-071-0/+5
* YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun2022-11-031-4/+4
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-11/+6
* Add `node_id_for_backtrace_location` functioneileencodes2022-10-311-0/+13
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-261-3/+5
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-3/+118
* Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada2022-10-241-1/+21
* Fix per-instance Regexp timeout (#6621)Yusuke Endoh2022-10-241-8/+65
* Reduce type check of arguments at Complex creationNobuyoshi Nakada2022-10-231-5/+24
* Update Complex.polar with Complex testsNobuyoshi Nakada2022-10-231-4/+10
* Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff2022-10-211-4/+4
* Remove unused class serialJemma Issroff2022-10-211-2/+0
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-0/+3
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+25
* [Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`Nobuyoshi Nakada2022-10-201-0/+7
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-0/+12
* Add support for anonymous shared IO buffers. (#6580)Samuel Williams2022-10-191-0/+15
* [Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki2022-10-181-0/+14
* Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams2022-10-151-0/+2
* Add a test for transition orderAaron Patterson2022-10-141-0/+25
* Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams2022-10-151-0/+8
* Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson2022-10-131-1/+1
* Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh2022-10-121-0/+1
* Suppress warnings in test/ruby/test_ast.rbYusuke Endoh2022-10-121-1/+9
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-121-6/+16
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-111-24/+33
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-113-2/+184
* Ignore failure to set nonblock mode. (#6524)Samuel Williams2022-10-111-0/+16
* Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev2022-10-101-0/+32
* Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada2022-10-091-0/+2