summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-01test/ruby/test_keyword.rb: Add remove_method before method redefinitionYusuke Endoh
2019-09-01Revert "Skip BUGs on Solaris"Yusuke Endoh
2019-08-31Fix keyword argument separation warning when using sendJeremy Evans
2019-09-01Note about ANYARGS in NEWSTakashi Kokubun
2019-08-31Don't pass an empty keyword hash when double splatting empty hash when callin...Jeremy Evans
2019-09-01Made :nil static IDNobuyoshi Nakada
2019-09-01IRB 1.1.0.pre.3aycabta
2019-09-01Reline 0.0.2aycabta
2019-09-01Re-calculate state variables of screen when screen size changesaycabta
2019-09-01Ignore the all of warnings with inline_spec.rb of bundler examples.Hiroshi SHIBATA
2019-09-01* 2019-09-01 [ci skip]git
2019-09-01Split warning messages for tag-jumpNobuyoshi Nakada
2019-08-31Use double splat for keyword args by a hash object in lib/un.rbaycabta
2019-08-31Limit the apt addon enablement to trustyTakashi Kokubun
2019-08-31Try using built-in apt source for gcc-8Takashi Kokubun
2019-08-31Try to fix apt-get update error for trusty (take 2)Takashi Kokubun
2019-08-31Try to suppress errors in BASERUBY TravisTakashi Kokubun
2019-08-30Don't pass an empty keyword hash when double splatting empty hashJeremy Evans
2019-08-31fix CI failures in x64-mingw32卜部昌平
2019-08-31Remove files/directories for git/github which are committed [ci skip]Nobuyoshi Nakada
2019-08-30Add rb_iseq_locationJeremy 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-31tool/rbinstall.rb: remove a keyword-argument warningYusuke Endoh
2019-08-31NEWS: Hash-to-keywords automatic conversion is now warnedYusuke Endoh
2019-08-31* 2019-08-31 [ci skip]git
2019-08-30Fix a couple of bundler issues with keyword argument separationJeremy Evans
2019-08-30Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans
2019-08-30Add back missing warning for duplicate keys in splatted hashesJeremy Evans
2019-08-30Update specs to handle non-Symbols for keyword splats in 2.7Jeremy Evans
2019-08-30When splitting a keyword hash, dup it first to not mutate itJeremy Evans
2019-08-30Implement keyword argument to last positional hash emulationJeremy Evans
2019-08-30Make keyword_hash_split staticJeremy Evans
2019-08-30Make Method/Proc#parameters handle **nil syntaxJeremy Evans
2019-08-30Make RubyVM::AbstractSyntaxTree handle **nil syntaxJeremy Evans
2019-08-30Make ripper support **nil syntaxJeremy Evans
2019-08-30Support **nil syntax for specifying a method does not accept keyword argumentsJeremy Evans
2019-08-30Set symbol export for rb_hash_stlike_foreachJeremy 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-30Only promote last hash to keyword if all keys are symbolsJeremy Evans
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2019-08-30Fix hash to keyword warning to apply in all casesJeremy Evans
2019-08-30Allow ** syntax to be used for calling methods that do not accept keywordsJeremy Evans
2019-08-30Separate keyword arguments from positional argumentsYusuke Endoh
2019-08-30Split CC_LINKER_ARGS from CC_DLDFLAGS_ARGSTakashi Kokubun
2019-08-30Try dropping DLDFLAGS from compile_c_to_oTakashi Kokubun