summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-09-01Make pattern matching support **nil syntaxKazuki Tsujimoto
2019-09-01test/ruby/test_keyword.rb: Add remove_method before method redefinitionYusuke Endoh
2019-08-31Fix keyword argument separation warning when using sendJeremy Evans
2019-08-31Don't pass an empty keyword hash when double splatting empty hash when callin...Jeremy Evans
2019-09-01Split warning messages for tag-jumpNobuyoshi Nakada
2019-08-30Don't pass an empty keyword hash when double splatting empty hashJeremy Evans
2019-08-30Use more accurate source location in keyword argument separation warningsJeremy Evans
2019-08-30Warn for keyword to last hash parameter when method has no optional/rest para...Jeremy Evans
2019-08-30Remove a verbose warning that is no longer neededJeremy Evans
2019-08-30Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans
2019-08-30Make Method/Proc#parameters handle **nil syntaxJeremy Evans
2019-08-30Make RubyVM::AbstractSyntaxTree handle **nil syntaxJeremy Evans
2019-08-30Support **nil syntax for specifying a method does not accept keyword argumentsJeremy Evans
2019-08-30Restore splitting of hashes into positional and keyword arguments, add warningJeremy Evans
2019-08-30Fix test after keyword argument separationJeremy Evans
2019-08-30Update tests to fix warning message changesJeremy Evans
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-08-30Make the dot-colon method reference frozenMaciej Mensfeld
2019-08-30proc.c: Add UnboundMethod#bind_callYusuke Endoh
2019-08-30Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter
2019-08-29Disallow use of attrset symbols as Struct membersJeremy Evans
2019-08-29Refined warnings against literal in flip-flopNobuyoshi Nakada
2019-08-29Allow non-finalizable objects in ObjectSpace::WeakMapJean Boussier
2019-08-29Freeze method reference operator objectNobuyoshi Nakada
2019-08-29Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada
2019-08-29Show the previous definition location,Nobuyoshi Nakada
2019-08-29Aseert exception at negative step for non-endless range tooNobuyoshi Nakada
2019-08-29Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada
2019-08-25Inspect dynamic symbol as well as static symbolNobuyoshi Nakada
2019-08-20Enable more Time TZ tests on OpenBSDJeremy Evans
2019-08-17Use the original require for test_race_exceptionHiroshi SHIBATA
2019-08-17Search refinement module along nested usingsNobuyoshi Nakada
2019-08-15Fixed heap-use-after-freeNobuyoshi Nakada
2019-08-14Make Range#=== operate like cover? instead of include? for string rangesJeremy Evans
2019-08-14Implement Range#minmaxJeremy Evans
2019-08-14Remove support for nil::ConstantJeremy Evans
2019-08-14Don't accidentally name anonymous module/classAlan Wu
2019-08-14change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada
2019-08-13UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada
2019-08-12Add another test for frame omitted inliningTakashi Kokubun
2019-08-09Fix parsing of mutiple assignment with rescue modifierJeremy Evans
2019-08-09restore timeoutKoichi Sasada
2019-08-09extend timeout to debug.Koichi Sasada
2019-08-09introduce RCLASS_CLONED flag for inline cache.Koichi Sasada
2019-08-09Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu
2019-08-09Should require without wrapper moduleNobuyoshi Nakada
2019-08-08Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada
2019-08-08solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada
2019-08-08solve "duplicate :raise event" [Bug #15877]Koichi Sasada
2019-08-06Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma