summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-20Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)Samuel Williams
2022-10-19Transition frozen string to frozen root shapeJemma Issroff
2022-10-19[rubygems/rubygems] Use [] instead of double-quotes Hiroshi SHIBATA
2022-10-19Bypass git submodule add/update with git config protocol.file.allow=always op...Hiroshi SHIBATA
2022-10-19Add support for anonymous shared IO buffers. (#6580)Samuel Williams
2022-10-18[ruby/fiddle] Add support for linker script on LinuxSutou Kouhei
2022-10-18[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz
2022-10-18Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-10-18[rubygems/rubygems] TestGemSecuritySigner#test_sign: Correct the expectation ...Jarek Prokop
2022-10-18[rubygems/rubygems] TestGemSecurity#test_class_re_sign: Correct signature alg...Jarek Prokop
2022-10-18[rubygems/rubygems] Set Subject Key Identifier in test to correspond to the n...Jarek Prokop
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-18[Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki
2022-10-17[ruby/irb] Remove unnecessary coloring support checkst0012
2022-10-17[ruby/openssl] add BN#mod_sqrtBen Toews
2022-10-17[ruby/openssl] Add support to SSL_CTX_set_keylog_callbackChristophe De La Fuente
2022-10-17[ruby/openssl] pkey/ec: check existence of public key component before exportingKazuki Yamaguchi
2022-10-17[ruby/openssl] pkey: restore support for decoding "openssl ecparam -genkey" o...Kazuki Yamaguchi
2022-10-17[ruby/openssl] pkey/dsa: let PKey::DSA.generate choose appropriate q sizeKazuki Yamaguchi
2022-10-17[ruby/openssl] hmac: use EVP_PKEY_new_raw_private_key() if availableKazuki Yamaguchi
2022-10-17[ruby/openssl] ssl: enable generating keying material from SSL sessionsmadblobfish
2022-10-17[ruby/openssl] Check if the option is an Hash in `pkey_ctx_apply_options0()`Nobuhiro IMAI
2022-10-17[ruby/openssl] [CI] TestHMAC#test_dup - remove 'pend' for OpenSSL 3MSP-Greg
2022-10-17Change a tab to spacesyui-knk
2022-10-15Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams
2022-10-15Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams
2022-10-14Add a test for transition orderAaron Patterson
2022-10-15[ruby/delegate] Fix DelegateClass block "method redefined" warningJonathan Hefner
2022-10-15Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams
2022-10-14[ruby/pp] [Feature #19045] Add support Data#pretty_printmanga_osyo
2022-10-13Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson
2022-10-13[ruby/uri] Fix splitting relative URINobuyoshi Nakada
2022-10-13Add missing `f.resume` to fiber test. (#6539)Samuel Williams
2022-10-13URI.parse should set empty string in host instead of nilNARUSE, Yui
2022-10-12Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh
2022-10-12Suppress warnings in test/ruby/test_ast.rbYusuke Endoh
2022-10-12Simplify implementation of scheduler `io_read` and `io_write`. (#6527)Samuel Williams
2022-10-12Add :ssl_min_version and :ssl_max_version optionsKazuki Yamaguchi
2022-10-12Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-11[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-11[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-10-11Ignore failure to set nonblock mode. (#6524)Samuel Williams
2022-10-10Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev
2022-10-09Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada
2022-10-09Extract `assert_error_tolerant`Nobuyoshi Nakada
2022-10-09Allow abbreviated dump options with additional optionsNobuyoshi Nakada
2022-10-09Set AST prettyprint width to 80 explicitlyNobuyoshi Nakada