aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use realpath to try to fix failures with symlinksKazuhiro NISHIYAMA2019-11-231-0/+2
* Tracer.set_get_line_procs should support block and Proc objectaycabta2019-11-231-0/+103
* Tracer.add_filter should support block and Proc objectaycabta2019-11-231-0/+73
* Skip test_validate_gemspec when tarball and git installed tooKazuhiro NISHIYAMA2019-11-231-1/+1
* Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptimeJeremy Evans2019-11-211-0/+11
* Add test/reline/test_string_processing.rbaycabta2019-11-211-0/+23
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-1/+1
* Refined inspection of argument forwardingNobuyoshi Nakada2019-11-211-2/+4
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-211-0/+24
* Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA2019-11-201-0/+5
* Update representation (discussed on ruby tracker)zverok2019-11-201-20/+20
* Fix test_module.rbzverok2019-11-201-1/+1
* Method parameters inspectzverok2019-11-201-6/+63
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-0/+40
* Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]Kazuki Tsujimoto2019-11-191-0/+13
* Revert "[ripper] Quoted label without expression must be a local variable"Nobuyoshi Nakada2019-11-201-3/+0
* Avoid needless object allocationKazuki Tsujimoto2019-11-192-1/+3
* Add a testKazuhiro NISHIYAMA2019-11-191-3/+23
* [ripper] Quoted label without expression must be a local variableNobuyoshi Nakada2019-11-191-0/+3
* Prefer dedecated assertionsNobuyoshi Nakada2019-11-191-4/+4
* pack is not using invokebuiltin anymoreTakashi Kokubun2019-11-181-6/+3
* test/-ext-/string/test_fstring.rb: suppress a warning for taintYusuke Endoh2019-11-181-1/+6
* catch up last commit.Koichi Sasada2019-11-181-1/+1
* More fixes for $SAFE/taint post mergingJeremy Evans2019-11-184-57/+29
* 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