aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Remove unnecessary space in regexpaycabta2021-12-201-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+5
* [ruby/reline] Add a test for dialog proc with contextaycabta2021-12-201-0/+14
* [ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta2021-12-201-0/+5
* [ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta2021-12-201-21/+21
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-201-3/+6
* [ruby/reline] Add Reline.dialog_proc(name_sym)aycabta2021-12-201-0/+5
* [ruby/reline] Add a test for Reline.add_dialog_procaycabta2021-12-201-0/+15
* Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams2021-12-201-6/+10
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+11
* Default size for IO::Buffer.Samuel Williams2021-12-191-0/+4
* YJIT: Implement internDaniel Colson2021-12-181-0/+5
* Make AST.of possible even under eval when keep_script_lines is enabledYusuke Endoh2021-12-191-3/+64
* Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh2021-12-191-3/+32
* Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams2021-12-183-0/+228
* [ruby/reline] Change a test method name to more appropriateaycabta2021-12-181-1/+1
* [ruby/pp] Add context to bind_call and skip 2.7+ testCharles Oliver Nutter2021-12-181-2/+2
* [ruby/pp] Incorporate 2.6 versions of 2.7 methods neededCharles Oliver Nutter2021-12-181-0/+10
* [ruby/logger] Removed loading old helper file and load Logger class by itselfHiroshi SHIBATA2021-12-181-1/+1
* [ruby/logger] Test casesBaron Bloomer2021-12-182-3/+38
* YJIT: Allow iseq with both opt and kwargsJohn Hawthorn2021-12-171-0/+11
* `ENV` ivars should not be accessible from ractorsKoichi Sasada2021-12-171-0/+30
* Send the message for s390x to stderr [ci skip]Nobuyoshi Nakada2021-12-171-1/+1
* Use `to_s` and `puts` in testsNobuyoshi Nakada2021-12-162-13/+13
* Skip test_operating_system_customizing_default_dir for failing with rubyciHiroshi SHIBATA2021-12-151-2/+5
* [rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez2021-12-151-0/+15
* [rubygems/rubygems] Extract a helper to temporarily modify internal encodingDavid Rodríguez2021-12-152-15/+21
* [rubygems/rubygems] Unify duplicated helperDavid Rodríguez2021-12-153-14/+7
* Skip s390x because Travis CI was failing with unknown reasonHiroshi SHIBATA2021-12-151-0/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-153-15/+26
* ucrt can raise `Errno::EINVAL`Koichi Sasada2021-12-151-1/+1
* fix testKoichi Sasada2021-12-151-3/+4
* Removed traling spaces [ci skip]Nobuyoshi Nakada2021-12-151-5/+5
* Add Ractor tests for ENVRohit Menon2021-12-151-0/+855
* Fix arg_forward without parentheses [Bug #18267]Nobuyoshi Nakada2021-12-151-1/+24
* ripper: refine test to show expected statesNobuyoshi Nakada2021-12-141-14/+21
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-1318-36/+36
* [ruby/securerandom] Use String#unpack1Nobuyoshi Nakada2021-12-141-2/+2
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-136-21/+40
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-0/+20
* Pass UnboundMethod to 2nd arg of define_methodKoichi Sasada2021-12-131-2/+2
* fix Struct's setter arityKoichi Sasada2021-12-131-0/+14
* Struct setter's parameters == `[:req, :_]`Koichi Sasada2021-12-131-0/+15
* [ruby/cgi] Check integer overflow in long rangeNobuyoshi Nakada2021-12-121-0/+17
* [ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi2021-12-101-0/+18
* [ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi2021-12-101-0/+10
* [rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan2021-12-101-0/+44
* Add {Method,UnboundMethod}#{public?,private?,protected?}Jeremy Evans2021-12-091-0/+19
* `TracePoint.allow_reentry`Koichi Sasada2021-12-101-0/+24
* Check month overflow when marshalNobuyoshi Nakada2021-12-091-0/+5