summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2019-01-28* expand tabs.svn
2019-01-28Add refinements support to method/instance_method.nobu
2019-01-10proc.c: proc without blocknobu
2019-01-10proc.c: check if callablenobu
2018-12-14proc.c: [DOC] fix typosstomar
2018-12-14* remove trailing spaces. [ci skip]svn
2018-12-14tweak syntax of Proc documentation [ci skip]duerst
2018-12-13proc.c: [DOC] fix typosstomar
2018-12-13[DOC] Fix typos [ci skip]kazu
2018-12-12Enhance Proc docs [Misc #14610]duerst
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-26* expand tabs.svn
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-11-23proc.c: [DOC] refine proc-compistion examples [ci skip]nobu
2018-11-22Proc#<< and Proc#>>nobu
2018-11-22proc.c: Support any callable when composing Procsnobu
2018-11-22proc.c: Implement Method#* for Method compositionnobu
2018-11-22proc.c: Implement Proc#* for Proc compositionnobu
2018-10-26proc.c: [DOC] improve docs for {Method,Proc}#===stomar
2018-10-26proc.c: [DOC] fix grammar in doc for Method#to_sstomar
2018-10-21Improve docs of Proc / Methodaycabta
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-10-10revisit `RARRAY_PTR()`.ko1
2018-07-25Remove obsolete comment from Module#define_method documentationtenderlove
2018-07-24UNREACHABLE_RETURNnobu
2018-06-03Add TracePoint#parametersmame
2018-05-23remove VM_ENV_DATA_INDEX_ENV_PROC.ko1
2018-04-03proc.c: fix segfault when no singleton classnobu
2018-04-03Fix Kernel#singleton_method with Module#Prependnobu
2018-03-21Remove outdated proc.c binding comment.nobu
2018-02-16no ID cache in Init functionsnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-30proc: fix super_method segfault after bindnormal
2018-01-22use predefined IDskazu
2018-01-07Speedup `block.call` [Feature #14330]ko1
2018-01-02explicit cast to void* required for %pshyouhei
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-28proc.c: empty iseq namesnobu
2017-12-26proc.c (bind_location): Add Binding#source_locationmame
2017-12-12Add Method#=== that invokes #calla_matsuda
2017-11-29Make Module#{define|alias|undef|remove}_method public [#14133]marcandre
2017-11-16provide rb_vm_make_proc/lambda().ko1
2017-11-02proc.c: fix rdoc for Method class documentationstomar
2017-11-02proc.c: further improve docs for {Method,Proc}#aritystomar
2017-11-02proc.c: improve docs for {Method,Proc}#aritystomar
2017-10-28`th` -> `ec` for rb_vm_call()ko1
2017-10-28* proc.c (rb_block_arity): use `ec` directly.ko1
2017-10-28* proc.c (proc_new): use `ec` directly.ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-28move fields from `th` to `ec`.ko1