aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate keyword arguments from positional argumentsYusuke Endoh2019-08-309-51/+152
* Split CC_LINKER_ARGS from CC_DLDFLAGS_ARGSTakashi Kokubun2019-08-301-5/+6
* Try dropping DLDFLAGS from compile_c_to_oTakashi Kokubun2019-08-301-1/+1
* Make the dot-colon method reference frozenMaciej Mensfeld2019-08-302-1/+14
* Revert "require 'pp' before use PP"Kazuhiro NISHIYAMA2019-08-301-1/+0
* Removed debug printNobuyoshi Nakada2019-08-301-10/+0
* Add guard as same as `==`Kazuhiro NISHIYAMA2019-08-301-0/+1
* Constified local variable `translator`Nobuyoshi Nakada2019-08-301-12/+5
* Adjust indent [ci skip]Nobuyoshi Nakada2019-08-301-26/+26
* [DOC] Return obj may be different from 1st argument [ci skip]Kazuhiro NISHIYAMA2019-08-301-3/+3
* spec/ruby/core/unboundmethod/bind_call_spec.rb: Add ruby_version_is guardYusuke Endoh2019-08-301-36/+38
* Exclude ripper y.output from packages [ci skip]Nobuyoshi Nakada2019-08-301-1/+1
* Export the last modified revision for tags [ci skip]Nobuyoshi Nakada2019-08-301-2/+2
* Suppress uninitialized instance variable warnings [ci skip]Nobuyoshi Nakada2019-08-301-4/+2
* Support revision in git-svn logNobuyoshi Nakada2019-08-301-6/+29
* Updated comment of VCS#get_revisions [ci skip]Nobuyoshi Nakada2019-08-301-2/+5
* Workaround for https://reviews.llvm.org/D25824卜部昌平2019-08-302-7/+7
* lib/pp.rb: Use UnboundMethod#bind_call instead of .bind(obj).call(...)Yusuke Endoh2019-08-302-6/+6
* spec/ruby/core/unboundmethod/bind_call_spec.rb: AddedYusuke Endoh2019-08-301-0/+50
* proc.c: Add UnboundMethod#bind_callYusuke Endoh2019-08-303-31/+109
* require 'pp' before use PPKazuhiro NISHIYAMA2019-08-302-1/+5
* Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter2019-08-301-20/+20
* Add some NODE information for lldbAaron Patterson2019-08-291-0/+6
* Add word "Euler's number" to Math::E docsschneems2019-08-291-1/+1
* 7z does not accept gzip's optionsKazuhiro NISHIYAMA2019-08-301-2/+1
* * 2019-08-30 [ci skip]git2019-08-301-1/+1
* Disallow use of attrset symbols as Struct membersJeremy Evans2019-08-292-0/+7
* Refined warnings against literal in flip-flopNobuyoshi Nakada2019-08-292-62/+48
* NEWS: [Feature #16035] [ci skip]Nobuyoshi Nakada2019-08-291-0/+7
* Don't pick up lib/readline.rb from ruby/relineaycabta2019-08-291-2/+1
* Check events that console window size changed on Windowsaycabta2019-08-291-0/+17
* Fix alignment of a SHORT variableaycabta2019-08-291-1/+1
* CONSOLE_SCREEN_BUFFER_INFO is 22bytesaycabta2019-08-291-2/+2
* Allow non-finalizable objects in ObjectSpace::WeakMapJean Boussier2019-08-292-21/+30
* Rule out gcc on Windows卜部昌平2019-08-292-0/+27
* drop-in type check for rb_define_singleton_method卜部昌平2019-08-2916-150/+269
* drop-in type check for rb_define_private_method卜部昌平2019-08-294-14/+70
* drop-in type check for rb_define_protected_method卜部昌平2019-08-292-0/+44