aboutsummaryrefslogtreecommitdiffstats
path: root/vm_args.c
Commit message (Expand)AuthorAgeFilesLines
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-34/+34
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-1/+1
* * vm.c: use VM_ASSERT instead of assert().ko12015-06-101-5/+5
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-2/+3
* * vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type toko12015-05-311-1/+1
* * remove trailing spaces.svn2015-04-061-1/+1
* * vm_args.c: protect value stack from calling other methodsko12015-04-061-15/+29
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-1/+1
* vm_args.c: rb_exc_set_backtracenobu2015-02-231-1/+3
* error.c: predefined IDsnobu2015-02-231-1/+1
* vm_core.h: fix symbols leaknobu2015-02-061-13/+14
* vm_args.c: fix non-symbol keys hashnobu2015-01-011-1/+3
* fix typoskazu2014-11-271-4/+4
* * vm_args.c: fix backtrace location for keyword related exceptions.ko12014-11-271-29/+41
* trivial packing of rb_execarg, load_file_arg, args_infonormal2014-11-231-2/+2
* * vm_core.h: change semantics of opt_num and opt_table.ko12014-11-031-4/+4
* * vm_args.c: fixed build error with clanghsbt2014-11-031-2/+2
* * vm_core.h: change iseq parameter data structure.ko12014-11-021-30/+30
* * rewrite method/block parameter fitting logic to optimizeko12014-11-021-0/+783