summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2021-01-04[DOC] Update Proc.new without a block [ci skip]Nobuyoshi Nakada
2020-12-26[DOC] Fix typo in proc.cMarcus Stollsteimer
2020-12-23Fix class of method in Method#inspect for singleton classes of classesJeremy Evans
2020-12-21Document Proc#==zverok
2020-12-12fix lambda's warning and testsKoichi Sasada
2020-12-11show deprecation warning correctly for lambda(&b)Koichi Sasada
2020-11-16Fix typo on Proc docsTomás Coêlho
2020-11-02Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson
2020-10-29check isolated Proc more strictlyKoichi Sasada
2020-10-06Use proc_binding rather than rb_funcallChris Seaton
2020-10-06Moved rb_callable_receiver internalNobuyoshi Nakada
2020-09-16Warn on a finalizer that captures the object to be finalizedChris Seaton
2020-08-27Fix Method#super_method for aliased methodsJeremy Evans
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