aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/bigdecimal/test_bigdecimal.rb: Use BigDecimal()Yusuke Endoh2019-09-221-1/+1
* Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans2019-09-213-0/+15
* Fix Module#class_variables for singleton classes of classes/modulesJeremy Evans2019-09-211-0/+28
* test/ruby/test_assignment.rb: use bug number for assert messageYusuke Endoh2019-09-211-8/+8
* Handle keyword argument separation for Enumerator#sizeJeremy Evans2019-09-201-0/+99
* Make passing empty keywords to dig pass empty keywords to next dig methodJeremy Evans2019-09-201-0/+220
* Allows calling a private method only with bare `self`Nobuyoshi Nakada2019-09-201-0/+1
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-201-69/+0
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-201-83/+0
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-204-421/+0
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-201-116/+0
* Allow calling a private accessor with `self.`Nobuyoshi Nakada2019-09-201-4/+4
* Allow calling a private method with `self.`Dylan Thacker-Smith2019-09-203-3/+4
* Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui2019-09-191-0/+24
* Fixed reserved numbered parameter warningNobuyoshi Nakada2019-09-191-0/+1
* 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