aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make pattern matching support **nil syntaxKazuki Tsujimoto2019-09-016-8/+87
* Automatically detect missing symbolsTakashi Kokubun2019-09-012-0/+3
* Export rb_const_source_location_at for MJITKazuki Tsujimoto2019-09-011-1/+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-312-2/+70
* Note about ANYARGS in NEWSTakashi Kokubun2019-09-011-0/+3
* Don't pass an empty keyword hash when double splatting empty hash when callin...Jeremy Evans2019-08-312-1/+146
* Made :nil static IDNobuyoshi Nakada2019-09-012-3/+4
* IRB 1.1.0.pre.3aycabta2019-09-011-2/+2
* Reline 0.0.2aycabta2019-09-011-1/+1
* Re-calculate state variables of screen when screen size changesaycabta2019-09-011-0/+53
* Ignore the all of warnings with inline_spec.rb of bundler examples.Hiroshi SHIBATA2019-09-011-1/+1
* * 2019-09-01 [ci skip]git2019-09-011-2/+2
* Split warning messages for tag-jumpNobuyoshi Nakada2019-09-013-30/+39
* Use double splat for keyword args by a hash object in lib/un.rbaycabta2019-08-311-9/+9
* Limit the apt addon enablement to trustyTakashi Kokubun2019-08-311-4/+10
* Try using built-in apt source for gcc-8Takashi Kokubun2019-08-311-10/+5
* Try to fix apt-get update error for trusty (take 2)Takashi Kokubun2019-08-311-2/+3
* Try to suppress errors in BASERUBY TravisTakashi Kokubun2019-08-311-1/+3
* Don't pass an empty keyword hash when double splatting empty hashJeremy Evans2019-08-303-0/+56
* fix CI failures in x64-mingw32卜部昌平2019-08-312-29/+2
* Remove files/directories for git/github which are committed [ci skip]Nobuyoshi Nakada2019-08-311-4/+2
* Add rb_iseq_locationJeremy Evans2019-08-302-5/+11
* Use more accurate source location in keyword argument separation warningsJeremy Evans2019-08-303-21/+17
* Warn for keyword to last hash parameter when method has no optional/rest para...Jeremy Evans2019-08-303-36/+69
* Remove a verbose warning that is no longer neededJeremy Evans2019-08-302-14/+3
* tool/rbinstall.rb: remove a keyword-argument warningYusuke Endoh2019-08-311-1/+1
* NEWS: Hash-to-keywords automatic conversion is now warnedYusuke Endoh2019-08-311-0/+19
* * 2019-08-31 [ci skip]git2019-08-311-1/+1
* Fix a couple of bundler issues with keyword argument separationJeremy Evans2019-08-302-4/+10
* Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans2019-08-305-25/+64
* Add back missing warning for duplicate keys in splatted hashesJeremy Evans2019-08-301-1/+11
* Update specs to handle non-Symbols for keyword splats in 2.7Jeremy Evans2019-08-305-150/+378
* When splitting a keyword hash, dup it first to not mutate itJeremy Evans2019-08-301-0/+1
* Implement keyword argument to last positional hash emulationJeremy Evans2019-08-301-1/+27
* Make keyword_hash_split staticJeremy Evans2019-08-301-1/+1
* Make Method/Proc#parameters handle **nil syntaxJeremy Evans2019-08-302-0/+12
* Make RubyVM::AbstractSyntaxTree handle **nil syntaxJeremy Evans2019-08-302-2/+15
* Make ripper support **nil syntaxJeremy Evans2019-08-302-3/+19
* Support **nil syntax for specifying a method does not accept keyword argumentsJeremy Evans2019-08-307-0/+67
* Set symbol export for rb_hash_stlike_foreachJeremy Evans2019-08-301-0/+2
* Restore splitting of hashes into positional and keyword arguments, add warningJeremy Evans2019-08-302-12/+86
* Fix test after keyword argument separationJeremy Evans2019-08-301-1/+1
* Update tests to fix warning message changesJeremy Evans2019-08-301-4/+4
* Only promote last hash to keyword if all keys are symbolsJeremy Evans2019-08-301-6/+29
* Fix keyword argument separation warnings in testJeremy Evans2019-08-309-31/+31
* Fix keyword argument separation issues in libJeremy Evans2019-08-3013-38/+38
* Fix hash to keyword warning to apply in all casesJeremy Evans2019-08-301-11/+9
* Allow ** syntax to be used for calling methods that do not accept keywordsJeremy Evans2019-08-304-65/+19