aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-2/+14
* rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平2019-08-271-8/+8
* decouple compile.c usage of imemo_ifunc卜部昌平2019-08-271-4/+4
* Add details about parameters to define_method doc (#2165)OKURA Masafumi2019-08-161-2/+12
* * expand tabs.git2019-08-141-1/+1
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-141-1/+1
* Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson2019-08-121-5/+5
* fix typos.Tanaka Akira2019-07-141-8/+9
* Method#inspect with source location.Koichi Sasada2019-07-141-0/+12
* Describe lambda-ness of Proc more.Tanaka Akira2019-07-141-4/+65
* * expand tabs.git2019-06-121-3/+3
* Add compaction support for more types.Aaron Patterson2019-06-111-1/+4
* Unpin objects that `proc` referencesAaron Patterson2019-06-031-9/+62