| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -29/+38 |
* | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 | 2013-08-06 | 1 | -1/+1 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | insns.def: refactor by wanabe | nobu | 2013-05-05 | 1 | -15/+4 |
* | insns.def: method entry from method frame | nobu | 2013-05-05 | 1 | -0/+11 |
* | * insns.def (opt_mod): Use % operator if both operands are positive for | charliesome | 2013-04-22 | 1 | -4/+6 |
* | iseq: reduce array allocations for simple sequences | tmm1 | 2013-04-17 | 1 | -1/+1 |
* | * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro. | akr | 2013-04-09 | 1 | -8/+5 |
* | * insns.def: fix condition. | takano32 | 2013-03-12 | 1 | -1/+1 |
* | * insns.def (defineclass): private constants should not be accessed | shugo | 2013-01-11 | 1 | -1/+1 |
* | insns.def: adjust indent | nobu | 2013-01-08 | 1 | -4/+3 |
* | * vm_core.h (rb_vm_defineclass_type_t), | shugo | 2012-12-20 | 1 | -10/+17 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -2/+2 |
* | * vm_eval.c (yield_under, eval_under): do not activate refinements | shugo | 2012-12-07 | 1 | -1/+0 |
* | * vm_opts.h: enable optimization - operand unifications. | ko1 | 2012-12-04 | 1 | -5/+7 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -1/+1 |
* | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove | 2012-12-01 | 1 | -26/+18 |
* | [EXPERIMENTAL: NEED DISCUSS] | ko1 | 2012-11-29 | 1 | -1/+2 |
* | * probes.d: Change function-entry probe to method-entry. | tenderlove | 2012-11-28 | 1 | -4/+4 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -1/+2 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+33 |
* | * insns.def (opt_send_simple): move the location of | ko1 | 2012-10-18 | 1 | -15/+15 |
* | * insns.def (send): remove unused condition. | ko1 | 2012-10-18 | 1 | -4/+1 |
* | * insns.def (opt_send_simple): introduce new instruction used | ko1 | 2012-10-18 | 1 | -0/+15 |
* | * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cache | ko1 | 2012-10-16 | 1 | -2/+2 |
* | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 | 2012-10-15 | 1 | -5/+5 |
* | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 | 2012-10-14 | 1 | -89/+51 |
* | * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'. | ko1 | 2012-10-09 | 1 | -25/+25 |
* | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo | 2012-10-08 | 1 | -1/+1 |
* | * insns.def (getlocal, setlocal): remove old getlocal/setlocal | ko1 | 2012-10-04 | 1 | -50/+22 |
* | * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'. | ko1 | 2012-09-28 | 1 | -20/+0 |
* | * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer). | ko1 | 2012-09-28 | 1 | -4/+4 |
* | * insns.def: add new instruction `opt_empty_p' for optimize `empty?' | ko1 | 2012-09-26 | 1 | -0/+38 |
* | insns.def: super from at_exit | nobu | 2012-09-25 | 1 | -0/+3 |
* | Feature #7035 | nobu | 2012-09-24 | 1 | -12/+12 |
* | insns.def: duplicated code | nobu | 2012-08-28 | 1 | -2/+0 |
* | * insns.def (checkmatch): suppress warnings. [ruby-core:47339] | nagachika | 2012-08-28 | 1 | -1/+3 |
* | suppress warnings | nobu | 2012-08-26 | 1 | -1/+3 |
* | * include/ruby/ruby.h: introduce flonum technique for | ko1 | 2012-08-23 | 1 | -81/+62 |
* | * insns.def (invokesuper): reverted r36640 partially to make super | shugo | 2012-08-23 | 1 | -16/+3 |
* | * insns.def: search up the cf stack for an object that is an instance | tenderlove | 2012-08-22 | 1 | -9/+8 |
* | * compile.c, insns.def (checkmatch): | ko1 | 2012-08-08 | 1 | -40/+34 |
* | * vm_exec.c, insns.def (leave): solve problems on | ko1 | 2012-08-07 | 1 | -2/+4 |
* | * internal.h, class.c, eval.c, insns.def: find the appropriate | shugo | 2012-08-06 | 1 | -1/+22 |
* | insns.def: use klass in cfp | nobu | 2012-08-06 | 1 | -1/+1 |
* | vm_insnhelper.c: no recv | nobu | 2012-08-03 | 1 | -2/+2 |
* | * insns.def (invokesuper): reverted r36612 so that super in an | shugo | 2012-08-03 | 1 | -1/+6 |
* | * insns.def (invokesuper): don't skip the same class. instead, use | shugo | 2012-08-03 | 1 | -6/+1 |
* | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo | 2012-08-02 | 1 | -8/+8 |