summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2020-03-22Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans
2020-03-16`Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh
2020-03-16hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh
2020-03-16proc.c: Remove non-sense /* fall through */Yusuke Endoh
2020-03-09Don't display singleton class in Method#inspect unless method defined thereJeremy Evans
2020-02-22Proc from Symbol needs a receiverNobuyoshi Nakada
2020-02-22`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-19`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-09Check if bindable against the refined target [Bug #16617]Nobuyoshi Nakada
2020-01-30Fix wrong return value in proc documentation.Florian Heinle
2020-01-23Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL0x005c
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2019-12-30Decide lambdaness of (f << g) using g (#2729)Alan Wu
2019-12-26decouple internal.h headers卜部昌平
2019-12-26internal/imemo.h rework卜部昌平
2019-12-22Adjust sentence in doc [ci skip]Alan Wu
2019-12-22Actualize Method#inspect docszverok
2019-12-22Document numbered block parameterszverok
2019-12-21Kernel#lambda: return forwarded block as non-lambda procAlan Wu
2019-12-19Added rb_warn_deprecatedNobuyoshi Nakada
2019-12-09Add Proc#ruby2_keywordsJeremy Evans
2019-12-04Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans
2019-11-25Fix the docs for Proc#>>.Paweł Przeniczny
2019-11-21Refined inspection of argument forwardingNobuyoshi Nakada
2019-11-20Update representation (discussed on ruby tracker)zverok
2019-11-20Method parameters inspectzverok
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-11-12Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada
2019-10-26Documentation improvements for Ruby corezverok
2019-10-25check T_ICLASS for Method#inspect.Koichi Sasada
2019-10-11Module#define_method: Add UnboundMethod to expected classesksss
2019-10-03Revert https://github.com/ruby/ruby/pull/2486卜部昌平
2019-09-30refactor constify most of rb_method_entry_t卜部昌平
2019-09-30refactor add rb_method_entry_from_template卜部昌平
2019-09-30refactor delete rb_method_entry_copy卜部昌平
2019-09-30refactor rb_method_definition_create take opts卜部昌平
2019-09-30refactor constify most of rb_method_definition_t卜部昌平
2019-09-29Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDSJeremy Evans
2019-09-26Fix more keyword separation issuesJeremy Evans
2019-09-26Fix keyword argument separation issues in Enumerator::Generator#eachJeremy Evans
2019-09-26Add rb_adjust_argv_kw_splat to internal.hJeremy Evans
2019-09-26Fix keyword argument separation issues in Proc#{<<,>>}Jeremy Evans
2019-09-14Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans
2019-09-13Consolidate empty keyword handlingJeremy Evans
2019-09-06Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans
2019-09-05Add VM_NO_KEYWORDSJeremy Evans
2019-09-05Propagate kw_splat informationYusuke Endoh
2019-08-30Add rb_iseq_locationJeremy Evans