| Commit message (Expand) | Author | Age | Files | Lines |
* | compile.c: unnamed keyword rest check | nobu | 2013-12-25 | 1 | -2/+4 |
* | iseq.c: fix parameter of unnamed rest keywords argument | nobu | 2013-12-25 | 1 | -4/+2 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -25/+25 |
* | gc.c: promote long-lived NODE_CREF objects to oldgen | tmm1 | 2013-12-08 | 1 | -3/+3 |
* | * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby... | tmm1 | 2013-11-26 | 1 | -2/+4 |
* | iseq.c: fix values for true | nobu | 2013-11-15 | 1 | -1/+3 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -3/+2 |
* | * vm_backtrace.c, include/ruby/debug.h: add new APIs | ko1 | 2013-10-08 | 1 | -0/+14 |
* | * include/ruby/debug.h: add backtrace collecting APIs for profiler. | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * iseq.c, internal.h: change to public (but internal) functions | ko1 | 2013-10-07 | 1 | -21/+23 |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -8/+9 |
* | parse.y, vm_eval.c: file encoding in eval | nobu | 2013-07-29 | 1 | -16/+12 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -22/+22 |
* | * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add | ko1 | 2013-06-19 | 1 | -33/+38 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -1/+0 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -2/+0 |
* | * iseq.c (prepare_iseq_build): remove additional line braek. | ko1 | 2013-05-13 | 1 | -1/+0 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | iseq: reduce array allocations for simple sequences | tmm1 | 2013-04-17 | 1 | -5/+13 |
* | iseq.c: remove duplicated strings for file paths | tmm1 | 2013-04-17 | 1 | -1/+4 |
* | * iseq.c (iseq_load): get rid of SEGV. | nobu | 2013-03-26 | 1 | -0/+1 |
* | required keyword arguments | nobu | 2013-03-12 | 1 | -1/+13 |
* | iseq.c: keyword arguments | nobu | 2013-03-07 | 1 | -1/+1 |
* | iseq.c: keyword arguments | nobu | 2013-03-06 | 1 | -1/+2 |
* | prefix global symbols | nobu | 2013-03-06 | 1 | -6/+6 |
* | * iseq.c (iseq_data_to_ary): fix condition. | ko1 | 2013-02-28 | 1 | -1/+1 |
* | adjust style | nobu | 2012-12-29 | 1 | -2/+2 |
* | * iseq.c (RubyVM::InstructionSequence): rdoc formatting | zzak | 2012-12-29 | 1 | -63/+92 |
* | * iseq.c (RubyVM::InstructionSequence): Add rdoc for new iseq features | zzak | 2012-12-29 | 1 | -1/+121 |
* | * iseq.c (rb_iseq_line_trace_all, rb_iseq_line_trace_specify): Add | zzak | 2012-12-29 | 1 | -0/+17 |
* | * iseq.c (Init_ISeq): remove definition of the following methods: | ko1 | 2012-12-21 | 1 | -1/+7 |
* | * iseq.c (rb_iseq_parameters): fix limit for optional arguments. | eregon | 2012-12-11 | 1 | -6/+1 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -0/+4 |
* | * iseq.c (rb_iseq_line_trace_each): iterate `line' event only. | ko1 | 2012-12-01 | 1 | -9/+13 |
* | complex.c, time.c: make marshal methods private | nobu | 2012-12-01 | 1 | -2/+2 |
* | * iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods. | ko1 | 2012-11-30 | 1 | -18/+73 |
* | [EXPERIMENTAL] | ko1 | 2012-11-30 | 1 | -0/+105 |
* | * iseq.c (make_compile_option_value): add trace_instruction option. | ko1 | 2012-11-26 | 1 | -0/+1 |
* | iseq.c: fix r37397 | nobu | 2012-11-01 | 1 | -1/+5 |
* | iseq.c: simplify | nobu | 2012-11-01 | 1 | -14/+2 |
* | * iseq.c (rb_iseq_compile_with_option): Instead of testing | shyouhei | 2012-10-27 | 1 | -1/+6 |
* | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 | 2012-10-15 | 1 | -8/+8 |
* | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 | 2012-10-14 | 1 | -1/+43 |
* | Suppress warning: 'iseqval' may be used uninitialized in this function | naruse | 2012-10-11 | 1 | -1/+1 |
* | * iseq.c (insn_operand_intern): cast op to rb_call_info_t* before | naruse | 2012-10-10 | 1 | -1/+1 |
* | * iseq.c (insn_operand_intern): add support disasm TS_CALLINFO | ko1 | 2012-10-10 | 1 | -0/+4 |
* | * iseq.c (iseq_free): fix memory leak. | ko1 | 2012-10-09 | 1 | -0/+1 |
* | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo | 2012-10-08 | 1 | -4/+4 |
* | * insns.def (getlocal, setlocal): remove old getlocal/setlocal | ko1 | 2012-10-04 | 1 | -12/+3 |