aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/lib/jit_support.rb: Let JIT tests skip on centos8Yusuke Endoh2020-07-111-0/+2
* OpenSSL 1.1.1 introduces a new '.include' directive. Update our confignagachika2020-07-111-0/+54
* merge revision(s) 87ad5ea729735ff6b8f1ac0bb3aad2aedd6f716e,9745e90197f1297089...nagachika2020-07-091-1/+7
* merge revision(s) a19228f878d955eaf2cce086bcf53f46fdf894b9: [Backport #16979]nagachika2020-06-272-8/+13
* merge revision(s) 263b941321c3de6afc8f9dafbc2625f866b7437e: [Backport #16981]nagachika2020-06-271-0/+6
* merge revision(s) 7e289cdf3fed588b2d5a6973e29f9ff95cb8d76c: [Backport #16949]nagachika2020-06-133-24/+21
* Fix pp when passed a empty ruby2_keywords-flagged hash as array element (#2966)Jeremy Evans2020-03-311-0/+5
* Clear all trace events during teardownAlan Wu2020-03-301-0/+4
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-3018-142/+646
* Suppress an "assigned but unused variable" warningYusuke Endoh2020-03-281-0/+1
* Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada2020-03-281-0/+2
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-03-271-0/+2
* Allow newlines inside braced patternNobuyoshi Nakada2020-03-271-0/+14
* Allow trailing comma in hash patternKazuki Tsujimoto2020-03-271-0/+9
* Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada2020-03-271-0/+9
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-261-1/+6
* check ar_table after `#hash` callKoichi Sasada2020-03-261-0/+58
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-0/+12
* Do not autosplat when calling proc with empty keyword splatJeremy Evans2020-03-151-0/+20
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-03-151-5/+27
* Avoid infinite loop on --jit-waitTakashi Kokubun2020-03-151-4/+26
* Fix SimpleDelegator respond_to? regressionJean Boussier2020-03-151-0/+14
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-03-151-0/+8
* Make ruby2_keywords methods correctly handle **{} optimizationJeremy Evans2020-03-151-0/+14
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-141-0/+8
* Fixed duplicated warningNobuyoshi Nakada2020-03-141-0/+6
* Fixed symbol misused as IDNobuyoshi Nakada2020-03-141-0/+8
* Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada2020-03-131-0/+7
* lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh2020-03-132-0/+28
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-03-131-0/+7
* Squashed commit of the following: [Backport #16516]NARUSE, Yui2020-03-132-1/+10
* Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada2020-03-131-0/+1
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-201-0/+10
* Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono2020-02-181-1/+1
* hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh2020-02-181-0/+24
* Restart timer thread even after preparation failedNobuyoshi Nakada2020-02-131-0/+9
* MinGW on Actions (#2791)MSP-Greg2020-01-302-4/+17
* Fixed a segfault `GC.verify_compaction_references`Nobuyoshi Nakada2020-01-301-0/+2
* `Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada2020-01-161-0/+4
* script_compiled event on compile error.Koichi Sasada2020-01-161-0/+9
* range.c: Range#min with a beginless one now raise an explicit exceptionYusuke Endoh2019-12-251-0/+6
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-8/+11
* Scale sleeping times to wait for the OS operationsNobuyoshi Nakada2019-12-241-0/+4
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-241-3/+40
* Synchronize with a Queue instead of sleepingNobuyoshi Nakada2019-12-241-4/+12
* Revert "Scale sleeping times"Koichi Sasada2019-12-241-4/+0
* Scale sleeping timesNobuyoshi Nakada2019-12-241-0/+4
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-241-7/+8
* [ruby/rdoc] Support newline in the middle of constant definitionaycabta2019-12-241-1/+1
* [ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta2019-12-241-0/+11