aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add class ref to `UnboundMethod#owner` docokuramasafumi2019-04-271-1/+1
* Adds a reference to `TracePoint` to `binding` docsKazuhiro NISHIYAMA2019-04-221-1/+1
* * expand tabs.svn2019-04-131-1/+1
* Proc.new: change deprecation warning for clarity (issue #15539)marcandre2019-04-131-1/+1
* range.c: force hash values fixablenobu2019-04-081-1/+1
* [DOC] fix markups [ci skip]nobu2019-03-281-53/+49
* proc.c: call respond_to_missing? with a symbolnobu2019-03-061-8/+13
* * expand tabs.svn2019-01-281-3/+3
* Add refinements support to method/instance_method.nobu2019-01-281-4/+4
* proc.c: proc without blocknobu2019-01-101-0/+3
* proc.c: check if callablenobu2019-01-101-4/+33
* proc.c: [DOC] fix typosstomar2018-12-141-2/+2
* * remove trailing spaces. [ci skip]svn2018-12-141-1/+1
* tweak syntax of Proc documentation [ci skip]duerst2018-12-141-31/+36
* proc.c: [DOC] fix typosstomar2018-12-131-3/+3