aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-304-23/+47
* Make Method/Proc#parameters handle **nil syntaxJeremy Evans2019-08-301-0/+6
* Make RubyVM::AbstractSyntaxTree handle **nil syntaxJeremy Evans2019-08-301-0/+13
* Make ripper support **nil syntaxJeremy Evans2019-08-301-0/+10
* 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-309-31/+31
* 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-292-11/+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
* Fix use_lib_reline for test/readlineaycabta2019-08-271-1/+4
* Add test with encoding.manga_osyo2019-08-271-10/+10
* Change to test file path.manga_osyo2019-08-271-0/+0
* Add support Windows in CI.manga_osyo2019-08-271-8/+8
* Add test reline.manga_osyo2019-08-271-0/+242
* Refactoring Reline.manga_osyo2019-08-272-177/+6
* Fix reference core method.manga_osyo2019-08-271-2/+2
* Remove test_mode in `lib/reline`.manga_osyo2019-08-271-0/+12
* Refactoring Reline accessor.manga_osyo2019-08-271-0/+174
* Inspect dynamic symbol as well as static symbolNobuyoshi Nakada2019-08-251-0/+4
* Add abs to Matrix (#2199)Fernando Wolf Bona2019-08-211-0/+5
* Enable more Time TZ tests on OpenBSDJeremy Evans2019-08-201-1/+1
* Make portable for standalone test-unit gem.Hiroshi SHIBATA2019-08-192-1/+3
* Remove commented out debug printaycabta2019-08-181-4/+0
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-0/+10
* Remove Travis CI workaroundaycabta2019-08-171-1/+0
* Removed test_case files from lib directory.Hiroshi SHIBATA2019-08-174-202/+1098
* Skip teardown with JRubyHiroshi SHIBATA2019-08-171-1/+1
* Use the original require for test_race_exceptionHiroshi SHIBATA2019-08-171-2/+2