aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add VM_NO_KEYWORDSJeremy Evans2019-09-051-2/+2
* Propagate kw_splat informationYusuke Endoh2019-09-051-2/+2
* Add rb_iseq_locationJeremy Evans2019-08-301-1/+7
* Use more accurate source location in keyword argument separation warningsJeremy Evans2019-08-301-1/+1
* Separate keyword arguments from positional argumentsYusuke Endoh2019-08-301-1/+1
* [DOC] Return obj may be different from 1st argument [ci skip]Kazuhiro NISHIYAMA2019-08-301-3/+3
* proc.c: Add UnboundMethod#bind_callYusuke Endoh2019-08-301-31/+72
* move docs around [ci skip]卜部昌平2019-08-291-12/+12