aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-191-2/+0
* DEBUGNobuyoshi Nakada2019-09-191-0/+2
* Add and fix some keyword testsJeremy Evans2019-09-181-17/+182
* Fix keyword argument separation issues with sym procs when using refinementsJeremy Evans2019-09-171-0/+303
* Pass keyword argument flag when rb_call_super_kw calls method_missingJeremy Evans2019-09-171-0/+194
* Comment lines can be placed between fluent dot nowNobuyoshi Nakada2019-09-151-0/+3
* Correctly handle keywords for Method#call for cfuncs, send, and attr_*Jeremy Evans2019-09-131-0/+554
* Name dynamically defined methods with line numbersNobuyoshi Nakada2019-09-131-35/+35
* Document and test Enumerator.produceAkinori MUSHA2019-09-121-0/+45
* Emit missing keyword argument separation warnings for define_methodJeremy Evans2019-09-111-0/+22
* Remove check of ai.protocolMasaki Matsushita2019-09-101-1/+0
* Support timeout for AddrinfoMasaki Matsushita2019-09-101-0/+5
* Revert "Support timeout for Addrinfo"Masaki Matsushita2019-09-091-5/+0
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-095-0/+13
* Fix expected ip_portMasaki Matsushita2019-09-091-1/+1
* Fix service name for testMasaki Matsushita2019-09-091-1/+1
* Fix domain name for testMasaki Matsushita2019-09-091-1/+1
* Fix invalid keyword argument separation warning for delegating callsJeremy Evans2019-09-081-0/+1
* Support timeout for AddrinfoMasaki Matsushita2019-09-091-0/+5
* Add keyword argument separation tests for implicit/explicit super callsJeremy Evans2019-09-081-0/+220
* compile.c (compile_list): emit newarraykwsplat only at the last chunkYusuke Endoh2019-09-071-0/+8
* Rename NODE_ARRAY to NODE_LIST to reflect its actual use casesYusuke Endoh2019-09-071-1/+1
* Fix keyword argument warnings in the tests from Class#newJeremy Evans2019-09-064-6/+6
* Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans2019-09-061-20/+152
* Try shrinking tested VM stack maxTakashi Kokubun2019-09-061-2/+2
* Convert empty keyword hash to required positional argument and warn for metho...Jeremy Evans2019-09-051-4/+12
* Convert empty keyword hash to required positional argument and warn for sym p...Jeremy Evans2019-09-051-4/+12
* Convert empty keyword hash to required positional argument and warn for lambd...Jeremy Evans2019-09-051-61/+31
* Convert empty keyword hash to required positional argument and warnJeremy Evans2019-09-051-6/+112
* Always remove empty keyword hashes when calling methodsJeremy Evans2019-09-051-32/+16
* Add a keyword-to-last-hash warning for some case of define_method methodYusuke Endoh2019-09-051-25/+75
* define_method should not drop the empty keyword hashYusuke Endoh2019-09-051-4/+4
* vm_call_bmethod should not drop the empty keyword hashYusuke Endoh2019-09-051-1/+3
* vm_call_opt_send should not drop the empty keyword hashYusuke Endoh2019-09-051-2/+3
* test_method_missing_kwsplat should call the target directlyYusuke Endoh2019-09-051-41/+44
* Ignore an empty keyword splat for attr_reader/writer methodsYusuke Endoh2019-09-051-0/+46
* C method should accept a keyword hash (for compatibility with 2.6)Yusuke Endoh2019-09-051-8/+8
* CALLER_SETUP_ARG removes an empty keyword hash from argvYusuke Endoh2019-09-051-15/+5
* Fix passing keywords without splats to sym procs, define_method, and method_m...Jeremy Evans2019-09-051-32/+131
* Make Symbol#to_proc calls handle keyword argumentsJeremy Evans2019-09-051-0/+73
* 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