aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-1836-696/+130
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-1814-232/+0
* Fix typosKazuhiro NISHIYAMA2019-11-1720-20/+20
* Implement em_set_mark and em_exchange_markaycabta2019-11-152-0/+36
* `#@1` is no longer an embedded variableNobuyoshi Nakada2019-11-142-1/+2
* test/ruby/test_proc.rb: suppress "method redefined" warningsYusuke Endoh2019-11-141-1/+4
* Suspend many fibers test on JIT for nowTakashi Kokubun2019-11-131-0/+1
* Skip tailcall test for MJITTakashi Kokubun2019-11-121-0/+1
* Avoid top-level search for nested constant reference from nil in defined?Dylan Thacker-Smith2019-11-131-0/+5
* Suppress warnings except for when last evaluationaycabta2019-11-131-0/+6
* Migrate Wercker MJIT tests to Actions (#2676)Takashi Kokubun2019-11-125-12/+0
* Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada2019-11-121-2/+7
* Fixed `assert_equal` first argument to be expected.manga_osyo2019-11-121-4/+4
* Reline#readline and Reline#readmultiline to private.osyo-manga2019-11-121-2/+6
* Added assertions for realpath and realdirpathNobuyoshi Nakada2019-11-121-0/+6
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-127-73/+3
* Warn on `...` at EOLNobuyoshi Nakada2019-11-121-0/+7
* [ruby/bigdecimal] Remove taint checkingJeremy Evans2019-11-121-9/+0
* [ruby/psych] Remove taint supportJeremy Evans2019-11-121-131/+0
* Monitor#exit: check monitor ownership.Koichi Sasada2019-11-121-0/+23
* Clear current argument name at empty block argument [Bug #16343]Nobuyoshi Nakada2019-11-121-0/+20
* test/ruby/test_require.rb: Remove the tests of require with $SAFEYusuke Endoh2019-11-121-55/+0
* Skip test_validate_gemspec unless git installedKazuhiro NISHIYAMA2019-11-111-0/+1
* Revert "Warn EOF char in comment"NARUSE, Yui2019-11-112-15/+0
* Revert "Elaborated EOF char message a little"NARUSE, Yui2019-11-112-4/+4
* Merge RubyGems 3.1.0.pre3Hiroshi SHIBATA2019-11-1110-65/+157
* Elaborated EOF char message a littleNobuyoshi Nakada2019-11-112-4/+4
* Remove binary data at installationNobuyoshi Nakada2019-11-111-4/+4
* Relaxed warning assertionsNobuyoshi Nakada2019-11-111-4/+4
* Warn EOF char in commentNobuyoshi Nakada2019-11-112-0/+15
* Fixed embedded document with EOF charNobuyoshi Nakada2019-11-111-0/+9
* Prefer assert_syntax_error and assert_valid_syntaxNobuyoshi Nakada2019-11-112-268/+143
* Fix uplevel of test_jitTakashi Kokubun2019-11-101-3/+3
* qsymbols and symbols should be colored as SymbolTakashi Kokubun2019-11-101-3/+3
* Colorize on_symbols_beg (%I)Takashi Kokubun2019-11-101-0/+8
* Colorize string quotes as boldTakashi Kokubun2019-11-101-23/+23
* Disallow omission of parentheses/brackets in single line pattern matching [Fe...Kazuki Tsujimoto2019-11-101-1/+7
* Test opt_invokebuiltin_delegate_leave in test_jitTakashi Kokubun2019-11-091-0/+9
* Support RB_BUILTIN in ISeq#to_aTakashi Kokubun2019-11-092-2/+9
* Test invokebuiltin in test_jitTakashi Kokubun2019-11-091-5/+15
* Extend sleep duration for SolarisTakashi Kokubun2019-11-091-1/+1
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-095-0/+0
* Fix typosKazuki Tsujimoto2019-11-091-2/+2
* Fix passing actual object_id to finalizerJohn Hawthorn2019-11-081-0/+8
* Fix typoKazuki Tsujimoto2019-11-081-1/+1
* Define Struct#deconstruct_keysKazuki Tsujimoto2019-11-082-0/+36
* use builtin for TracePoint.Koichi Sasada2019-11-081-37/+101
* Add a counter for compactionAaron Patterson2019-11-071-0/+6
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-072-90/+8
* Disallow duplicated pattern variableKazuki Tsujimoto2019-11-071-8/+59