aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Stop testing inexistent instructionsTakashi Kokubun2019-09-031-9/+5
* 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
* Merge pull request #2418 from jeremyevans/array-empty-kwsplatJeremy Evans2019-09-021-0/+27
* 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
* 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
* 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
* Make pattern matching support **nil syntaxKazuki Tsujimoto2019-09-011-0/+38
* test/ruby/test_keyword.rb: Add remove_method before method redefinitionYusuke Endoh2019-09-011-0/+10
* 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
* Remove a verbose warning that is no longer neededJeremy Evans2019-08-301-3/+3
* Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans2019-08-302-12/+36
* Make Method/Proc#parameters handle **nil syntaxJeremy Evans2019-08-301-0/+6
* Make RubyVM::AbstractSyntaxTree handle **nil syntaxJeremy Evans2019-08-301-0/+13
* Support **nil syntax for specifying a method does not accept keyword argumentsJeremy Evans2019-08-302-0/+44
* Restore splitting of hashes into positional and keyword arguments, add warningJeremy Evans2019-08-301-0/+24
* Fix test after keyword argument separationJeremy Evans2019-08-301-1/+1
* Update tests to fix warning message changesJeremy Evans2019-08-301-4/+4
* Fix keyword argument separation warnings in testJeremy Evans2019-08-306-22/+22
* Make the dot-colon method reference frozenMaciej Mensfeld2019-08-301-0/+13
* proc.c: Add UnboundMethod#bind_callYusuke Endoh2019-08-301-0/+9
* Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter2019-08-301-20/+20
* Disallow use of attrset symbols as Struct membersJeremy Evans2019-08-291-0/+4
* Refined warnings against literal in flip-flopNobuyoshi Nakada2019-08-291-3/+21
* Allow non-finalizable objects in ObjectSpace::WeakMapJean Boussier2019-08-291-10/+21
* Freeze method reference operator objectNobuyoshi Nakada2019-08-291-0/+4
* Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada2019-08-291-9/+0
* Show the previous definition location,Nobuyoshi Nakada2019-08-292-8/+12
* Aseert exception at negative step for non-endless range tooNobuyoshi Nakada2019-08-291-0/+1
* Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada2019-08-292-15/+2
* Inspect dynamic symbol as well as static symbolNobuyoshi Nakada2019-08-251-0/+4
* Enable more Time TZ tests on OpenBSDJeremy Evans2019-08-201-1/+1
* Use the original require for test_race_exceptionHiroshi SHIBATA2019-08-171-2/+2
* Search refinement module along nested usingsNobuyoshi Nakada2019-08-171-0/+28
* Fixed heap-use-after-freeNobuyoshi Nakada2019-08-151-0/+6
* Make Range#=== operate like cover? instead of include? for string rangesJeremy Evans2019-08-141-0/+8
* Implement Range#minmaxJeremy Evans2019-08-141-0/+21
* Remove support for nil::ConstantJeremy Evans2019-08-141-0/+6