aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Separated Method#[] from Method#call [Bug #16813] [ci skip]Nobuyoshi Nakada2020-04-241-1/+13
* [DOC] Fixed explanation for Method#>> [Bug #16813] [ci skip]Nobuyoshi Nakada2020-04-241-2/+2
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+3
* Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans2020-03-221-2/+2
* `Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh2020-03-161-4/+4
* hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh2020-03-161-0/+35
* proc.c: Remove non-sense /* fall through */Yusuke Endoh2020-03-161-1/+0
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-091-1/+8
* Proc from Symbol needs a receiverNobuyoshi Nakada2020-02-221-1/+2
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-1/+1
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-191-0/+1
* Check if bindable against the refined target [Bug #16617]Nobuyoshi Nakada2020-02-091-0/+5
* Fix wrong return value in proc documentation.Florian Heinle2020-01-301-1/+1
* Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL0x005c2020-01-231-5/+5
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-5/+0
* Decide lambdaness of (f << g) using g (#2729)Alan Wu2019-12-301-2/+8
* decouple internal.h headers卜部昌平2019-12-261-2/+7
* internal/imemo.h rework卜部昌平2019-12-261-1/+2
* Adjust sentence in doc [ci skip]Alan Wu2019-12-221-1/+1
* Actualize Method#inspect docszverok2019-12-221-2/+21
* Document numbered block parameterszverok2019-12-221-0/+50
* Kernel#lambda: return forwarded block as non-lambda procAlan Wu2019-12-211-1/+9
* Added rb_warn_deprecatedNobuyoshi Nakada2019-12-191-2/+2
* Add Proc#ruby2_keywordsJeremy Evans2019-12-091-0/+65
* Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans2019-12-041-5/+11
* Fix the docs for Proc#>>.Paweł Przeniczny2019-11-251-2/+2
* Refined inspection of argument forwardingNobuyoshi Nakada2019-11-211-12/+39
* Update representation (discussed on ruby tracker)zverok2019-11-201-5/+3
* Method parameters inspectzverok2019-11-201-1/+58
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-6/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-29/+0
* delete unused functions卜部昌平2019-11-141-13/+0
* Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada2019-11-121-7/+9
* Documentation improvements for Ruby corezverok2019-10-261-0/+16
* check T_ICLASS for Method#inspect.Koichi Sasada2019-10-251-0/+8
* Module#define_method: Add UnboundMethod to expected classesksss2019-10-111-1/+1
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-031-5/+15
* refactor constify most of rb_method_entry_t卜部昌平2019-09-301-4/+4
* refactor add rb_method_entry_from_template卜部昌平2019-09-301-8/+1
* refactor delete rb_method_entry_copy卜部昌平2019-09-301-2/+0
* refactor rb_method_definition_create take opts卜部昌平2019-09-301-2/+2
* refactor constify most of rb_method_definition_t卜部昌平2019-09-301-5/+4
* Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDSJeremy Evans2019-09-291-2/+2
* Fix more keyword separation issuesJeremy Evans2019-09-261-1/+1
* Fix keyword argument separation issues in Enumerator::Generator#eachJeremy Evans2019-09-261-0/+18
* Add rb_adjust_argv_kw_splat to internal.hJeremy Evans2019-09-261-2/+0
* Fix keyword argument separation issues in Proc#{<<,>>}Jeremy Evans2019-09-261-2/+18
* Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans2019-09-141-12/+32
* Consolidate empty keyword handlingJeremy Evans2019-09-131-8/+2
* Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans2019-09-061-2/+8