aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ruby/fileutils] Fix #install with "X" mode option"Hiroshi SHIBATA2019-11-301-2/+0
* [ruby/webrick] Check the feature by itself, instead of the version numberNobuyoshi Nakada2019-11-301-1/+1
* [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans2019-11-301-0/+7
* [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans2019-11-302-1/+9
* [ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada2019-11-301-0/+2
* [ruby/fileutils] Added `test_install_mode_option`Nobuyoshi Nakada2019-11-301-0/+24
* [ruby/forwardable] Fix keyword argument separation warnings on Ruby 2.7+Jeremy Evans2019-11-301-0/+16
* Supress class variable overtaken warning when original modules are the sameJeremy Evans2019-11-291-0/+23
* Make single line pattern matching void expressionNobuyoshi Nakada2019-11-301-2/+2
* check interrupts at each frame pop timing.Koichi Sasada2019-11-292-3/+5
* Reduce duplicated warnings for the change of Ruby 3 keyword argumentsYusuke Endoh2019-11-292-29/+140
* vm_method.c: add top-level ruby2_keywordsYusuke Endoh2019-11-291-0/+12
* `LoadError` is not a subclass of `StandardError`Nobuyoshi Nakada2019-11-291-1/+5
* Skip useless testNobuyoshi Nakada2019-11-291-1/+1
* * remove trailing spaces. [ci skip]git2019-11-291-1/+1
* fastpath for ivar read of FL_EXIVAR objects.Koichi Sasada2019-11-291-0/+19
* Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui2019-11-281-0/+23
* Make prepending a refined module after inclusion not break refinementsJeremy Evans2019-11-281-0/+32
* Honor refinements for modules that prepend other modulesJeremy Evans2019-11-281-0/+28
* Add require "irb" to test/irb/test_completion.rbaycabta2019-11-281-1/+2
* Fix regexp to complete complex literalaycabta2019-11-281-0/+5
* Raise `NoMatchingPatternError` when expr `in` pat doesn't matchNobuyoshi Nakada2019-11-281-1/+4
* Fix ghost method line noaycabta2019-11-281-3/+5
* Don't modify rest array when using ruby2_keywordsJeremy Evans2019-11-271-0/+9
* [ripper] Fixed unique key check in pattern matchingNobuyoshi Nakada2019-11-261-0/+25
* [ripper] Quoted label without expression must be a local variableNobuyoshi Nakada2019-11-251-0/+3
* 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