summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-22Extended interface for IO::Buffer & documentation.Samuel Williams
2021-12-21Revert commits for did_you_meanYuki Nishijima
2021-12-21* gems/default_gems: Fix CI buildsYuki Nishijima
2021-12-21* gems/default_gems: Sync did_you_meanYuki Nishijima
2021-12-21[ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta
2021-12-21`mandatory_only_cme` should not be in `def`Koichi Sasada
2021-12-21Rename IMMUTABLE to READONLY.Samuel Williams
2021-12-21Improve interface for get/set/copy.Samuel Williams
2021-12-21Mark non-private mapped files as external.Samuel Williams
2021-12-21Default `IO::Buffer#get_string` to use BINARY encoding.Samuel Williams
2021-12-21Add tests for `IO::Buffer` `get`/`set`.Samuel Williams
2021-12-21Rename `to_str` -> `get_string` and add support for encodings.Samuel Williams
2021-12-21Improved exception usage/classes.Samuel Williams
2021-12-21Fix handling of frozens strings.Samuel Williams
2021-12-21Fix mapping invalid non-file object.Samuel Williams
2021-12-21[rubygems/rubygems] Skip find_in_unresolved_tree test for TruffleRuby due to ...Brandon Fish
2021-12-20Remove Class#descendantsJeremy Evans
2021-12-21test/fiber/test_io_buffer.rb: fix file descriptor leaksKazuki Yamaguchi
2021-12-20[ruby/openssl] ssl: update test_options_disable_versionsKazuki Yamaguchi
2021-12-20[ruby/openssl] ssl: update test_accept_errors_include_peeraddr test caseKazuki Yamaguchi
2021-12-20[ruby/openssl] hmac: skip test_dup on OpenSSL 3.0 for nowKazuki Yamaguchi
2021-12-20[ruby/openssl] cipher: update test_ciphersKazuki Yamaguchi
2021-12-20[ruby/openssl] pkey: deprecate PKey#set_* methodsKazuki Yamaguchi
2021-12-20[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC#generate_key!Kazuki Yamaguchi
2021-12-20[ruby/openssl] pkey/dh: deprecate OpenSSL::PKey::DH#generate_key!Kazuki Yamaguchi
2021-12-20[ruby/openssl] pkey: test parsing concatenated PEM stringKazuki Yamaguchi
2021-12-20test/ruby/test_ast.rb: Avoid a "method redefined" warningYusuke Endoh
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