aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Propagate kw_splat informationYusuke Endoh2019-09-051-0/+75
* Fix code locations of array node inside hash node when multiple kw splatsJeremy Evans2019-09-051-0/+7
* Make m(**{}) mean call without keywordsJeremy Evans2019-09-051-3/+9
* Add tests for `File.absolute_path?`David Rodríguez2019-09-051-0/+18
* [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez2019-09-055-6/+6
* [rubygems/rubygems] Fix Layout/SpaceAroundOperators: Operator = should be sur...bronzdoc2019-09-051-1/+1
* [rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec i...bronzdoc2019-09-051-31/+7
* [rubygems/rubygems] Remove useless gem setupbronzdoc2019-09-051-10/+1
* [rubygems/rubygems] Test building a gem with multiple gemspec without a gem n...bronzdoc2019-09-051-0/+59
* [rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc2019-09-051-0/+39
* [rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc2019-09-051-1/+1
* [rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez2019-09-052-4/+49
* [rubygems/rubygems] Little refactor to avoid rubocop's false positiveDavid Rodríguez2019-09-051-6/+8
* Implement Enumerator::Lazy#eager [Feature #15901]Akinori MUSHA2019-09-041-0/+8
* Check frozen flag on MJIT setinstancevariableTakashi Kokubun2019-09-041-0/+22
* Do not turn on keyword_init for Struct subclass if keyword hash is emptyJeremy Evans2019-09-031-0/+4
* Fix Enumerator::Lazy#{to_enum,enum_for} where method is defined in LazyJeremy Evans2019-09-031-0/+48
* Make Enumerator::Lazy#with_index be lazyJeremy Evans2019-09-031-0/+22
* Stop testing inexistent instructionsTakashi Kokubun2019-09-031-9/+5
* Try extending timeout of IO.selectTakashi Kokubun2019-09-031-1/+2
* Examine TestIO#test_select_exceptfds on Solaris with 1 byte dataNaohisa Goto2019-09-031-3/+5
* test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh2019-09-031-1/+3
* Make Array#uniq return subclass instance if called on subclass instanceJeremy Evans2019-09-021-0/+25
* Add insn tests for newarraykwsplatTakashi Kokubun2019-09-031-0/+4
* Drop unstable Travis osx in favor of GitHub ActionsTakashi Kokubun2019-09-034-17/+0
* Merge pull request #2418 from jeremyevans/array-empty-kwsplatJeremy Evans2019-09-021-0/+27
* test/drb/drbtest.rb: Skip test_06_timeout on Solaris10sYusuke Endoh2019-09-021-6/+9
* Do not clear backtrace in Exception#exceptionNobuyoshi Nakada2019-09-021-0/+12
* Rewrote using assert_separatelyNobuyoshi Nakada2019-09-021-16/+8
* Prohibit nul-separated glob pattern [Feature #14643] (#2419)Nobuyoshi Nakada2019-09-021-3/+2
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+96
* Revert "Make Enumerator::Lazy#with_index be lazy"Jeremy Evans2019-09-011-22/+0
* Fix opt_regexpmatch1 referencesTakashi Kokubun2019-09-021-4/+1
* Make Enumerator::Lazy#with_index be lazyJeremy Evans2019-09-011-0/+22
* Skip POINTOPOINT of IPv4 too instead of IPv6 onlyKazuhiro NISHIYAMA2019-09-021-5/+4
* Fix method name in test to not override existing method nameJeremy Evans2019-09-011-1/+1
* Fix keyword argument separation warning in method_missingJeremy Evans2019-09-011-0/+73
* test/drb/drbtest.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-09-011-1/+1
* Revert "Revert "Revert "Skip BUGs on Solaris"""Yusuke Endoh2019-09-012-3/+1
* Revert "Revert "Skip BUGs on Solaris""Yusuke Endoh2019-09-012-1/+3
* Make pattern matching support **nil syntaxKazuki Tsujimoto2019-09-011-0/+38
* Automatically detect missing symbolsTakashi Kokubun2019-09-011-0/+1
* test/ruby/test_keyword.rb: Add remove_method before method redefinitionYusuke Endoh2019-09-011-0/+10
* Revert "Skip BUGs on Solaris"Yusuke Endoh2019-09-012-3/+1
* Fix keyword argument separation warning when using sendJeremy Evans2019-08-311-0/+68
* Don't pass an empty keyword hash when double splatting empty hash when callin...Jeremy Evans2019-08-311-0/+138
* Split warning messages for tag-jumpNobuyoshi Nakada2019-09-012-21/+21
* Don't pass an empty keyword hash when double splatting empty hashJeremy Evans2019-08-301-0/+49
* Use more accurate source location in keyword argument separation warningsJeremy Evans2019-08-301-4/+4
* Warn for keyword to last hash parameter when method has no optional/rest para...Jeremy Evans2019-08-301-2/+23