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