Age | Commit message (Expand) | Author |
2013-01-11 | * insns.def (defineclass): private constants should not be accessed | shugo |
2013-01-08 | insns.def: adjust indent | nobu |
2012-12-20 | * vm_core.h (rb_vm_defineclass_type_t), | shugo |
2012-12-10 | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu |
2012-12-07 | * vm_eval.c (yield_under, eval_under): do not activate refinements | shugo |
2012-12-04 | * vm_opts.h: enable optimization - operand unifications. | ko1 |
2012-12-02 | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 |
2012-12-01 | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove |
2012-11-29 | [EXPERIMENTAL: NEED DISCUSS] | ko1 |
2012-11-28 | * probes.d: Change function-entry probe to method-entry. | tenderlove |
2012-11-20 | * vm_trace.c: add two methods: | ko1 |
2012-11-12 | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove |
2012-10-18 | * insns.def (opt_send_simple): move the location of | ko1 |
2012-10-18 | * insns.def (send): remove unused condition. | ko1 |
2012-10-18 | * insns.def (opt_send_simple): introduce new instruction used | ko1 |
2012-10-16 | * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cache | ko1 |
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-09 | * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'. | 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 |
2012-09-28 | * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'. | ko1 |
2012-09-28 | * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer). | ko1 |
2012-09-26 | * insns.def: add new instruction `opt_empty_p' for optimize `empty?' | ko1 |
2012-09-25 | insns.def: super from at_exit | nobu |
2012-09-24 | Feature #7035 | nobu |
2012-08-28 | insns.def: duplicated code | nobu |
2012-08-28 | * insns.def (checkmatch): suppress warnings. [ruby-core:47339] | nagachika |
2012-08-26 | suppress warnings | nobu |
2012-08-23 | * include/ruby/ruby.h: introduce flonum technique for | ko1 |
2012-08-23 | * insns.def (invokesuper): reverted r36640 partially to make super | shugo |
2012-08-22 | * insns.def: search up the cf stack for an object that is an instance | tenderlove |
2012-08-08 | * compile.c, insns.def (checkmatch): | ko1 |
2012-08-07 | * vm_exec.c, insns.def (leave): solve problems on | ko1 |
2012-08-06 | * internal.h, class.c, eval.c, insns.def: find the appropriate | shugo |
2012-08-06 | insns.def: use klass in cfp | nobu |
2012-08-03 | vm_insnhelper.c: no recv | nobu |
2012-08-03 | * insns.def (invokesuper): reverted r36612 so that super in an | shugo |
2012-08-03 | * insns.def (invokesuper): don't skip the same class. instead, use | shugo |
2012-08-02 | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo |
2012-08-02 | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo |
2012-07-28 | insns.def: RB_TYPE_P | nobu |
2012-07-20 | remove garbage spaces | nobu |
2012-07-19 | * thread.c (rb_thread_s_control_interrupt, | ko1 |
2012-07-11 | defined: me in cfp | nobu |
2012-07-04 | __callee__ fix | nobu |
2012-06-15 | * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type). | ko1 |
2012-06-11 | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 |
2012-06-09 | * removed trailing spaces. | nobu |
2012-03-14 | * numeric.c: fix flodivmod for cornercases [Bug #6044] | marcandre |