summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2019-04-27Add class ref to `UnboundMethod#owner` docokuramasafumi
2019-04-22Adds a reference to `TracePoint` to `binding` docsKazuhiro NISHIYAMA
2019-04-13* expand tabs.svn
2019-04-13Proc.new: change deprecation warning for clarity (issue #15539)marcandre
2019-04-08range.c: force hash values fixablenobu
2019-03-28[DOC] fix markups [ci skip]nobu
2019-03-06proc.c: call respond_to_missing? with a symbolnobu
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