summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for args forwarding after rest argumentyui-knk2022-11-191-0/+2
* Fix io/console test for --with-static-linked-extAlan Wu2022-11-181-1/+3
* 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
* Prevent a "method redefined" warningYusuke Endoh2022-11-181-1/+1
* Prevent a "warning: assigned but unused variable - s2"Yusuke Endoh2022-11-181-1/+1
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-178-73/+143
* YJIT: Make the code GC test stablerTakashi Kokubun2022-11-171-1/+1
* Drop Ruby 2.5 supportst00122022-11-172-6/+3
* YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun2022-11-161-1/+1
* [ruby/irb] Improve testing infraStan Lo2022-11-151-0/+1
* Added empty class for test methods in TestIRB casesHiroshi SHIBATA2022-11-151-0/+4
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-154-83/+29
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-143-37/+37
* [ruby/error_highlight] Enable tests for TypeError and ArgumentErrorYusuke Endoh2022-11-141-16/+14
* Fix invokebuiltin in Ruby MJITTakashi Kokubun2022-11-131-3/+9
* [ruby/bigdecimal] Tweak check_rounding_mode_optionKenta Murata2022-11-131-2/+12
* [ruby/irb] Simplify info command's testsStan Lo2022-11-111-154/+136
* Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA2022-11-114-10/+10
* [rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek2022-11-111-2/+73
* [rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek2022-11-112-5/+8
* [rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek2022-11-113-0/+157
* [rubygems/rubygems] github source should default to secure protocolJason Karns2022-11-111-2/+2
* Allow a float error for Regexp.timeoutYusuke Endoh2022-11-111-2/+6
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+38
* Run EnvUtil.apply_timeout_scale outside of assert_separatelyYusuke Endoh2022-11-111-10/+6
* [ruby/racc] Make racc test more flexible (for JRuby).Thomas E. Enebo2022-11-101-0/+2
* YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)Takashi Kokubun2022-11-101-0/+48
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-2/+0
* Transition shape when object's capacity changesJemma Issroff2022-11-104-30/+34
* 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
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-101-4/+22
* 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
* [ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo2022-11-081-266/+157
* mutex: Raise a ThreadError when detecting a fiber deadlock (#6680)Jean byroot Boussier2022-11-091-1/+21
* Fix false LocalJumpError when branch coverage is enabledYusuke Endoh2022-11-081-0/+14
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-0/+34
* [ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh...Yusuke Endoh2022-11-071-20/+0
* [rubygems/rubygems] Fix rubocop violationsPeter Zhu2022-11-071-2/+2
* [rubygems/rubygems] Drop support for HP-UXPeter Zhu2022-11-071-1/+0
* [Bug #19106] Normalize time at 24:00:00 with a timezone objectNobuyoshi Nakada2022-11-071-0/+5
* [ruby/irb] Silent the noise created when building Context in testsStan Lo2022-11-041-0/+1
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-11-041-0/+2
* [ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun2022-11-041-0/+13