aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* [DOC] Fix typos [ci skip]kazu2018-12-131-1/+1
* Enhance Proc docs [Misc #14610]duerst2018-12-121-4/+164
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-2/+1
* * expand tabs.svn2018-11-261-2/+2
* Support targetting TracePoint [Feature #15289]ko12018-11-261-7/+7
* proc.c: [DOC] refine proc-compistion examples [ci skip]nobu2018-11-231-17/+13
* Proc#<< and Proc#>>nobu2018-11-221-13/+82
* proc.c: Support any callable when composing Procsnobu2018-11-221-13/+3
* proc.c: Implement Method#* for Method compositionnobu2018-11-221-0/+25
* proc.c: Implement Proc#* for Proc compositionnobu2018-11-221-0/+54
* proc.c: [DOC] improve docs for {Method,Proc}#===stomar2018-10-261-7/+7
* proc.c: [DOC] fix grammar in doc for Method#to_sstomar2018-10-261-2/+2
* Improve docs of Proc / Methodaycabta2018-10-211-5/+49
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-3/+3
* revisit `RARRAY_PTR()`.ko12018-10-101-7/+5
* Remove obsolete comment from Module#define_method documentationtenderlove2018-07-251-4/+2
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* Add TracePoint#parametersmame2018-06-031-4/+4
* remove VM_ENV_DATA_INDEX_ENV_PROC.ko12018-05-231-9/+1
* proc.c: fix segfault when no singleton classnobu2018-04-031-8/+10
* Fix Kernel#singleton_method with Module#Prependnobu2018-04-031-3/+3
* Remove outdated proc.c binding comment.nobu2018-03-211-3/+1
* no ID cache in Init functionsnobu2018-02-161-0/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-2/+2
* proc: fix super_method segfault after bindnormal2018-01-301-0/+1
* use predefined IDskazu2018-01-221-1/+1
* Speedup `block.call` [Feature #14330]ko12018-01-071-0/+3
* explicit cast to void* required for %pshyouhei2018-01-021-1/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-21/+4
* proc.c: empty iseq namesnobu2017-12-281-1/+4
* proc.c (bind_location): Add Binding#source_locationmame2017-12-261-0/+20
* Add Method#=== that invokes #calla_matsuda2017-12-121-0/+1
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-1/+1
* provide rb_vm_make_proc/lambda().ko12017-11-161-1/+1
* proc.c: fix rdoc for Method class documentationstomar2017-11-021-1/+1
* proc.c: further improve docs for {Method,Proc}#aritystomar2017-11-021-11/+13
* proc.c: improve docs for {Method,Proc}#aritystomar2017-11-021-10/+18