summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2020-06-29add UNREACHABLE_RETURN卜部昌平
2020-06-29proc_binding: do not goto into a branch卜部昌平
2020-06-29rb_obj_singleton_method: do not goto into a branch卜部昌平
2020-06-29rb_method_name_error: do not goto into a branch卜部昌平
2020-06-29bind_local_variable_get: do not goto into a branch卜部昌平
2020-06-20Removed space linesNobuyoshi Nakada
2020-06-20Remove unused variablesKazuki Tsujimoto
2020-06-19Implement Proc#== and #eql?Jeremy Evans
2020-06-17rb_method_name_error: delete unused code卜部昌平
2020-06-11Warn when passing a non-literal block to Kernel#lambdaJeremy Evans
2020-06-10Make proc/Proc.new without block an error instead of warningJeremy Evans
2020-06-09Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans
2020-04-24[DOC] Separated Method#[] from Method#call [Bug #16813] [ci skip]Nobuyoshi Nakada
2020-04-24[DOC] Fixed explanation for Method#>> [Bug #16813] [ci skip]Nobuyoshi Nakada
2020-04-08Suppress -Wswitch warningsNobuyoshi Nakada
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卜部昌平