summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
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-14* compile.c (rb_iseq_compile_node): fix location of a `trace'ko1
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-06-01compile.c: not simple if keyword argsnobu
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-18compile.c: forward kwrestnobu
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-09compile.c: append keyword hash to splatnobu
2013-04-05compile.c: defined? with empty expressionnobu
2013-03-12required keyword argumentsnobu
2013-03-07compile.c: zsuper keyword argsnobu
2013-03-07compile.c: nd_line(node)nobu
2013-03-07compile.c: calc in intnobu
2013-02-28* compile.c (iseq_compile_each): remove redundant trace(line)ko1
2013-02-23compile.c: no keyword check if kw_restnobu
2013-01-09* compile.c (compile_array_): modify wrong optimization.ko1
2013-01-08compile.c: adjust indentnobu
2013-01-08vm_core.h: flip_cnt in rb_iseq_tnobu
2012-12-29adjust stylenobu
2012-12-29compile.c: no semicolonnobu
2012-12-24scoped constant op-assignmentnobu
2012-12-20* vm_core.h (rb_vm_defineclass_type_t),shugo
2012-12-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-03* compile.c (iseq_specialized_instruction):ko1
2012-12-03* compile.c (iseq_compile_each): joke shouldn't use id.h defined ids.ko1
2012-11-30* compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingwshirosaki
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29Revert r37991 "compile.c: hash must be paired"naruse
2012-11-29compile.c: hash must be pairednobu
2012-11-21 * include/ruby/util.h: removed extra semicolon in definition oftadf
2012-11-13* compile.c (insn_data_to_s_detail): remove debug lines.ko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-18* compile.c (new_callinfo): set a temporary index of callinfoko1
2012-10-16* compile.c (compile_dstr_fragments): use `putobject' instead ofko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14remove garbage linenobu
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1
2012-10-04* insns.def (getlocal, setlocal): remove old getlocal/setlocalko1
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1