summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-05C method should accept a keyword hash (for compatibility with 2.6)Yusuke Endoh
2019-09-05CALLER_SETUP_ARG removes an empty keyword hash from argvYusuke Endoh
2019-09-05vm_argc.c (vm_caller_setup_arg_kw): "cfunc" argument is no longer usedYusuke Endoh
2019-09-05Set calling->kw_splat = 1 in vm_caller_setup_arg_kwYusuke Endoh
2019-09-05Fix passing keywords without splats to sym procs, define_method, and method_m...Jeremy Evans
2019-09-05Make Symbol#to_proc calls handle keyword argumentsJeremy Evans
2019-09-05If removing an empty keyword splat hash, unset the kw_splat flagJeremy Evans
2019-09-05Add rb_funcall_with_block_kwJeremy Evans
2019-09-05Set VM_FRAME_FLAG_CFRAME_KW if kw_splat set in vm_yield_with_cfuncJeremy Evans
2019-09-05Add VM_NO_KEYWORDSJeremy Evans
2019-09-05Propagate kw_splat informationYusuke Endoh
2019-09-06Warn local variables which conflict with new numbered parametersNobuyoshi Nakada
2019-09-05Reverting node marking until I can fix GC problem.Aaron Patterson
2019-09-05I forgot to add `break` in my case statementsAaron Patterson
2019-09-05Stash tmpbuffer inside internal structsAaron Patterson
2019-09-05add debugging code to the mark functionAaron Patterson
2019-09-05lazily allocate the mark arrayAaron Patterson
2019-09-05Don't change DSTR nodes to ARRAY nodesAaron Patterson
2019-09-05Create two buckets for allocating NODE structsAaron Patterson
2019-09-05Stash the imemo buf at the end of the ID listAaron Patterson
2019-09-05Mark some tmpbufs via node objectsAaron Patterson
2019-09-05Directly mark node objects instead of using a mark arrayAaron Patterson
2019-09-06* 2019-09-06 [ci skip]git
2019-09-05Fix code locations of array node inside hash node when multiple kw splatsJeremy Evans
2019-09-05Make m(**{}) mean call without keywordsJeremy Evans
2019-09-05Add a temporal stack dumper for debugging on trunk-mjitYusuke Endoh
2019-09-05Add version that FreeBSD supports `CLOCK_PROCESS_CPUTIME_ID` [ci skip]yuuji.yaginuma
2019-09-05Add tests for `File.absolute_path?`David Rodríguez
2019-09-05Add `File.absolute_path?` (#2198)David Rodríguez
2019-09-05[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez
2019-09-05[rubygems/rubygems] Minor fixAlexander Pakulov
2019-09-05[rubygems/rubygems] Fix Layout/SpaceAroundOperators: Operator = should be sur...bronzdoc
2019-09-05[rubygems/rubygems] Add missing parenthesesbronzdoc
2019-09-05[rubygems/rubygems] Remove unnecessary gem_name methodbronzdoc
2019-09-05[rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec i...bronzdoc
2019-09-05[rubygems/rubygems] Remove useless gem setupbronzdoc
2019-09-05[rubygems/rubygems] Test building a gem with multiple gemspec without a gem n...bronzdoc
2019-09-05[rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc
2019-09-05[rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc
2019-09-05[rubygems/rubygems] Make passing a gem name to be optionalbronzdoc
2019-09-05[rubygems/rubygems] Move build gem logic to its own methodbronzdoc
2019-09-05[rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez
2019-09-05[rubygems/rubygems] Little refactor to avoid rubocop's false positiveDavid Rodríguez
2019-09-05[rubygems/rubygems] Use IAM role to extract security-credentials for EC2 inst...Alexander Pakulov
2019-09-05[rubygems/rubygems] Move empty check earlierDavid Rodríguez
2019-09-05Try to fix `invalid option`Kazuhiro NISHIYAMA
2019-09-05Change name to `Tests (test-bundled-gems)` in macos.yml tooKazuhiro NISHIYAMA
2019-09-05add tests卜部昌平
2019-09-05Removed -git option of make-snapshotNobuyoshi Nakada
2019-09-05interesting (but annoying) tidbit warning suppressed卜部昌平