summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Preserve the encoding of message from outer local variableNobuyoshi Nakada2021-10-291-0/+4
* Preserve the encoding of message from outer local variablesNobuyoshi Nakada2021-10-292-0/+14
* Remove redundant callsNobuyoshi Nakada2021-10-291-3/+3
* Fix script_lines in loaded iseq as nilNobuyoshi Nakada2021-10-291-0/+5
* Rename ::YJIT to RubyVM::YJITAlan Wu2021-10-283-11/+13
* Fix leap day with UTC offset [Bug #18274]Nobuyoshi Nakada2021-10-281-0/+1
* YJIT: move --yjit-stats at_exit call into RubyAlan Wu2021-10-271-0/+5
* Expect multi-line -v output for -DRUBY_DEVEL in testsAlan Wu2021-10-271-2/+5
* Fix indentation in testAlan Wu2021-10-271-5/+5
* YJIT: Support newhash with values (#5029)John Hawthorn2021-10-271-0/+10
* [ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh2021-10-271-2/+2
* pack.c: add an offset argument to unpack and unpack1Jean Boussier2021-10-261-0/+26
* Add Class#descendantsJeremy Evans2021-10-261-0/+18
* [Bug #18264] Fix memory leak in TracePointPeter Zhu2021-10-261-0/+10
* Make the metaclass of Refinement explicitlyShugo Maeda2021-10-261-0/+4
* fix random EBADF problemKoichi Sasada2021-10-261-6/+10
* [rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen2021-10-264-10/+106
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-253-13/+34
* Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu2021-10-251-1/+1
* test/ruby/test_jit.rb: Add a test for checkmatch insnYusuke Endoh2021-10-251-0/+11
* test/ruby/test_jit.rb: Print a hint at exit of the original processYusuke Endoh2021-10-251-1/+2
* [rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez2021-10-251-7/+7
* process.c: Add Process._fork (#5017)Yusuke Endoh2021-10-251-0/+92
* test/ruby/test_rubyvm.rb: prevent "assigned but unused variable" warningsYusuke Endoh2021-10-251-3/+3
* test/ruby/test_refinement.rb: Prevent deprecation warnings during testYusuke Endoh2021-10-251-3/+16
* test/ruby/test_marshal.rb: Prevent "assigned but unused variable" warningYusuke Endoh2021-10-251-1/+1
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-251-0/+146
* Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune2021-10-251-0/+4
* [ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}Kazuki Yamaguchi2021-10-251-0/+4
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-242-0/+66
* [ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez2021-10-241-0/+9
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-0/+13
* [ruby/openssl] test/openssl/test_ssl: use assert_raise in test_bad_socketKazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson2021-10-231-0/+11
* [ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on Ope...Kazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] test/openssl/test_pkey: use EC keys for PKey.generate_paramete...Kazuki Yamaguchi2021-10-231-16/+11
* [ruby/openssl] test/openssl/test_ssl: fix illegal SAN extensionKazuki Yamaguchi2021-10-231-2/+1
* [ruby/openssl] test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0Kazuki Yamaguchi2021-10-231-148/+149
* [ruby/openssl] test/openssl/test_ssl: relax regex to match OpenSSL's error me...Kazuki Yamaguchi2021-10-231-1/+3
* [ruby/openssl] test/openssl/test_digest: do not test constants for legacy alg...Kazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi2021-10-234-24/+14
* [ruby/openssl] test/openssl/test_ssl: assume TLS 1.2 supportKazuki Yamaguchi2021-10-233-55/+26
* [ruby/openssl] test/openssl/utils: remove dup_public helper methodKazuki Yamaguchi2021-10-235-51/+44
* Disable did_you_mean in TestPatternMatchingYuki Nishijima2021-10-221-0/+19
* Remove the test for DYM's verbose formatterYuki Nishijima2021-10-221-8/+0
* Sync did_you_mean againYuki Nishijima2021-10-223-38/+21
* Revert "Sync did_you_mean"Yuki Nishijima2021-10-223-21/+38
* Sync did_you_meanYuki Nishijima2021-10-223-38/+21
* 'uri/https' is neededKoichi Sasada2021-10-221-0/+1
* [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...Tiago2021-10-221-7/+23