summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-20[ruby/irb] Remove unnecessary space in regexpaycabta
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta
2021-12-20[ruby/reline] Add a test for dialog proc with contextaycabta
2021-12-20[ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta
2021-12-20[ruby/reline] Add support for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Add Reline.dialog_proc(name_sym)aycabta
2021-12-20[ruby/reline] Add a test for Reline.add_dialog_procaycabta
2021-12-20Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams
2021-12-19[ruby/reline] Clear dialog in pastingaycabta
2021-12-19Default size for IO::Buffer.Samuel Williams
2021-12-18YJIT: Implement internDaniel Colson
2021-12-19Make AST.of possible even under eval when keep_script_lines is enabledYusuke Endoh
2021-12-19Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh
2021-12-18Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams
2021-12-18[ruby/reline] Change a test method name to more appropriateaycabta
2021-12-18[ruby/pp] Add context to bind_call and skip 2.7+ testCharles Oliver Nutter
2021-12-18[ruby/pp] Incorporate 2.6 versions of 2.7 methods neededCharles Oliver Nutter
2021-12-18[ruby/logger] Removed loading old helper file and load Logger class by itselfHiroshi SHIBATA
2021-12-18[ruby/logger] Test casesBaron Bloomer
2021-12-17YJIT: Allow iseq with both opt and kwargsJohn Hawthorn
2021-12-17`ENV` ivars should not be accessible from ractorsKoichi Sasada
2021-12-17Send the message for s390x to stderr [ci skip]Nobuyoshi Nakada
2021-12-16Use `to_s` and `puts` in testsNobuyoshi Nakada
2021-12-15Skip test_operating_system_customizing_default_dir for failing with rubyciHiroshi SHIBATA
2021-12-15[rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez
2021-12-15[rubygems/rubygems] Extract a helper to temporarily modify internal encodingDavid Rodríguez
2021-12-15[rubygems/rubygems] Unify duplicated helperDavid Rodríguez
2021-12-15Skip s390x because Travis CI was failing with unknown reasonHiroshi SHIBATA
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-15ucrt can raise `Errno::EINVAL`Koichi Sasada
2021-12-15fix testKoichi Sasada
2021-12-15Removed traling spaces [ci skip]Nobuyoshi Nakada
2021-12-15Add Ractor tests for ENVRohit Menon
2021-12-15Fix arg_forward without parentheses [Bug #18267]Nobuyoshi Nakada
2021-12-14ripper: refine test to show expected statesNobuyoshi Nakada
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-14[ruby/securerandom] Use String#unpack1Nobuyoshi Nakada
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
2021-12-13[ruby/reline] Remove unnecessary variables, lower_spaceaycabta
2021-12-13Pass UnboundMethod to 2nd arg of define_methodKoichi Sasada
2021-12-13fix Struct's setter arityKoichi Sasada
2021-12-13Struct setter's parameters == `[:req, :_]`Koichi Sasada
2021-12-12[ruby/cgi] Check integer overflow in long rangeNobuyoshi Nakada
2021-12-10[ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi
2021-12-10[ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi
2021-12-10[rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan
2021-12-09Add {Method,UnboundMethod}#{public?,private?,protected?}Jeremy Evans
2021-12-10`TracePoint.allow_reentry`Koichi Sasada
2021-12-09Check month overflow when marshalNobuyoshi Nakada