summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2022-10-08Fix flaky test test_thrashing_for_young_objectsPeter Zhu
2022-10-08[ruby/optparse] Don't treat empty string as an option descriptionMaciek Rząsa
2022-10-08"expr_value" can be erroryui-knk
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-10-08Treat "end" as reserved word with consideration of indentyui-knk
2022-10-08Generates "end" tokens if parser hits end of inputyui-knk
2022-10-08Add error_tolerant option to RubyVM::ASTyui-knk
2022-10-08[ruby/irb] Sort constant completion's candidatesst0012
2022-10-08[ruby/irb] Correct assert_equal's usage in completion testsst0012
2022-10-08[ruby/irb] Add constant completion testst0012
2022-10-08[ruby/irb] Regroup completion testsst0012