summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2014-01-12iseq.c: linear searchnobu
2014-01-12iseq.c: potential memory leaknobu
2014-01-12ruby/util.h: DECIMAL_SIZE_OF_BITSnobu
2013-12-25compile.c: unnamed keyword rest checknobu
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-11-15iseq.c: fix values for truenobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-08* vm_backtrace.c, include/ruby/debug.h: add new APIsko1
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) functionsko1
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-07-29parse.y, vm_eval.c: file encoding in evalnobu
2013-06-21* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko1
2013-06-19* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
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 addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-17iseq: reduce array allocations for simple sequencestmm1
2013-04-17iseq.c: remove duplicated strings for file pathstmm1
2013-03-26* iseq.c (iseq_load): get rid of SEGV.nobu
2013-03-12required keyword argumentsnobu
2013-03-07iseq.c: keyword argumentsnobu
2013-03-06iseq.c: keyword argumentsnobu
2013-03-06prefix global symbolsnobu
2013-02-28* iseq.c (iseq_data_to_ary): fix condition.ko1
2012-12-29adjust stylenobu
2012-12-29* iseq.c (RubyVM::InstructionSequence): rdoc formattingzzak
2012-12-29* iseq.c (RubyVM::InstructionSequence): Add rdoc for new iseq featureszzak
2012-12-29* iseq.c (rb_iseq_line_trace_all, rb_iseq_line_trace_specify): Addzzak
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-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-01* iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko1
2012-12-01complex.c, time.c: make marshal methods privatenobu
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-01iseq.c: fix r37397nobu
2012-11-01iseq.c: simplifynobu
2012-10-27* iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-11Suppress warning: 'iseqval' may be used uninitialized in this functionnaruse
2012-10-10* iseq.c (insn_operand_intern): cast op to rb_call_info_t* beforenaruse
2012-10-10* iseq.c (insn_operand_intern): add support disasm TS_CALLINFOko1