summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Refine the error message for hidden variablesNobuyoshi Nakada2021-11-071-0/+5
* rb_id_serial_to_id: return unregistered ID as an internal IDNobuyoshi Nakada2021-11-071-0/+28
* YJIT: Implement checkkeyword (#5083)John Hawthorn2021-11-051-0/+10
* Delegate keywords from Enumerable#to_a to #eachJeremy Evans2021-11-051-0/+5
* [rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez2021-11-051-0/+18
* [rubygems/rubygems] Bin dir should fall inside destdirDavid Rodríguez2021-11-051-2/+1
* [rubygems/rubygems] Remove unnecessary test setupDavid Rodríguez2021-11-051-20/+16
* [rubygems/rubygems] Simplify `--destdir` testDavid Rodríguez2021-11-051-4/+2
* [rubygems/rubygems] Refactor setup tests to not always pass `--prefix`David Rodríguez2021-11-052-7/+15
* Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh2021-11-051-0/+1
* Add the test of `Dir.glob` when `sort: true` is given explicitlyNobuyoshi Nakada2021-11-051-0/+2
* [rubygems/rubygems] Don't apply `--destdir` twice when running `setup.rb`Alyssa Ross2021-11-051-0/+22
* test/ruby/test_gc_compact.rb: Backpatch the URL to the PRYusuke Endoh2021-11-041-1/+1
* test/ruby/test_gc_compact.rb: Do not run on s390xYusuke Endoh2021-11-041-0/+5
* [rubygems/rubygems] Fix typosNobuyoshi Nakada2021-11-042-8/+8
* [ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi2021-11-041-0/+24
* [ruby/rdoc] Fix typos in test method names [ci skip]Nobuyoshi Nakada2021-11-041-2/+2
* [ruby/openssl] Fix typos [ci skip]Nobuyoshi Nakada2021-11-031-1/+1
* [ruby/optparse] Fix typo [ci skip]Nobuyoshi Nakada2021-11-031-1/+1
* [rubygems/rubygems] Fix `gem install` vs `gem fetch` inconsistencyDavid Rodríguez2021-11-032-8/+48
* Fix typosNobuyoshi Nakada2021-11-022-2/+2
* [rubygems/rubygems] Use OpenSSL constants for error codes.Vít Ondruch2021-11-021-4/+10
* test/readline/test_readline.rb: Use TERM=vt100 to run the testsYusuke Endoh2021-11-021-0/+3
* Allow custom LicenseRefCarlos Palhares2021-11-021-0/+11
* Remove SimpleCov at all.Josef Šimánek2021-11-021-10/+0
* Removed the related code of `gem server`Hiroshi SHIBATA2021-11-022-654/+4
* [ruby/openssl] ssl: disallow reading/writing to unstarted SSL socketKazuki Yamaguchi2021-11-011-51/+12
* Argument forwarding definition without parentheses [Bug #18267]Nobuyoshi Nakada2021-10-311-1/+14
* Apply the timeout scale to also separated workersNobuyoshi Nakada2021-10-301-12/+18
* 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