aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* `th` -> `ec` for rb_vm_call()ko12017-10-281-10/+10
* * proc.c (rb_block_arity): use `ec` directly.ko12017-10-281-7/+7
* * proc.c (proc_new): use `ec` directly.ko12017-10-281-3/+3
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-2/+2
* move fields from `th` to `ec`.ko12017-10-281-1/+1
* `th` -> `ec` for block related functions.ko12017-10-271-3/+3
* move decl.ko12017-10-271-2/+0
* Restore the prototype declaration of rb_vm_bh_to_procvalmame2017-10-271-0/+2
* rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko12017-10-261-3/+1
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-4/+4
* some functions accept `ec` instead of `th`.ko12017-10-261-2/+2
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-5/+5
* * remove trailing spaces.svn2017-10-241-1/+1
* Lazy Proc allocation for block parametersko12017-10-241-0/+12
* proc.c: super_method of included methodnobu2017-10-061-17/+20
* proc.c: prefer name method result to inspectnobu2017-10-061-11/+5
* proc.c: [DOC] fixup r59720rhe2017-09-021-1/+1
* Add Method#original_name code example [ci skip]nobu2017-09-021-0/+6
* fix error message.ko12017-08-291-1/+1
* Fiber#to_s (#inspect) return richer information.ko12017-08-101-23/+20
* vm_eval.c: rb_lambda_callnobu2017-07-181-4/+36
* proc.c: rb_block_min_max_aritynobu2017-07-181-4/+20
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-2/+2
* proc.c: infect inspect resultnobu2017-06-141-0/+1
* proc.c: skip prepended modulesnobu2017-06-141-1/+1
* * proc.c (get_local_variable_ptr): return found env ptr. Returned envko12017-06-121-4/+12