aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't accidentally name anonymous module/classAlan Wu2019-08-141-0/+18
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-141-2/+2
* UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada2019-08-132-3/+3
* Add another test for frame omitted inliningTakashi Kokubun2019-08-121-0/+16
* Fix parsing of mutiple assignment with rescue modifierJeremy Evans2019-08-091-0/+5
* restore timeoutKoichi Sasada2019-08-091-3/+1
* extend timeout to debug.Koichi Sasada2019-08-091-1/+3
* introduce RCLASS_CLONED flag for inline cache.Koichi Sasada2019-08-092-9/+46
* Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu2019-08-091-0/+10
* Should require without wrapper moduleNobuyoshi Nakada2019-08-091-0/+13
* Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada2019-08-081-2/+2
* solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada2019-08-081-1/+7
* solve "duplicate :raise event" [Bug #15877]Koichi Sasada2019-08-081-0/+13
* Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma2019-08-061-4/+0