summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu2022-11-213-4/+4
* [Bug #19016] `SyntaxError` with parser error messagesNobuyoshi Nakada2022-11-221-0/+12
* [Bug #19016] re-order error handling at cleanupNobuyoshi Nakada2022-11-221-7/+8
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-1/+226
* Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh2022-11-211-1/+1
* Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk2022-11-211-4/+32
* [Bug #19016] Handle syntax error in main script like other errorsNobuyoshi Nakada2022-11-201-0/+17
* Avoid a timeout on test_cache_optimization_exponentialTakashi Kokubun2022-11-191-1/+1
* [ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Deal with inconsistency with ruby/rubyTakashi Kokubun2022-11-201-0/+4
* [ruby/irb] Require missing EnvUtilTakashi Kokubun2022-11-201-0/+4
* [ruby/irb] Try using a different file nameTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun2022-11-201-0/+1
* Skip TestDRbSSLAry on mswinTakashi Kokubun2022-11-191-0/+4
* [ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun2022-11-201-19/+19
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-201-1/+77
* 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