Age | Commit message (Expand) | Author |
2012-11-18 | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto |
2012-11-16 | vm.c: gc guard | nobu |
2012-11-16 | adjust indent | nobu |
2012-11-12 | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove |
2012-11-05 | Fix compatibility of cached expanded load path | shirosaki |
2012-11-05 | Cache the expanded load path | shirosaki |
2012-11-05 | Index $LOADED_FEATURES so that require isn't so slow | shirosaki |
2012-11-03 | * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo): | ktsj |
2012-11-03 | * vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo' | ktsj |
2012-11-02 | vm.c: rewrite all catch points | nobu |
2012-10-29 | * thread.c: added Thread#thread_variable_(get|set), | tenderlove |
2012-10-27 | * vm.c (vm_define_method): remove type and frozen checking. | ko1 |
2012-10-27 | * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: | ko1 |
2012-10-23 | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 |
2012-10-19 | vm.c: pass through thrown objects | nobu |
2012-10-04 | * vm.c (vm_analysis_insn|operand|register): use st_insert | ko1 |
2012-10-04 | * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis | 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-24 | Feature #7035 | nobu |
2012-08-23 | * class.c (singleton_class_of): flonum can't have singleton class. | usa |
2012-08-23 | * include/ruby/ruby.h: introduce flonum technique for | ko1 |
2012-08-22 | * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895] | ko1 |
2012-08-20 | vm_insnhelper.c: iclass as klass in cfp | nobu |
2012-08-16 | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 |
2012-08-15 | Kernel#inspect: improve consistency and do not call #to_s. | eregon |
2012-08-15 | Revert r36699 and r36700. [Feature #6130] | naruse |
2012-08-14 | Kernel#inspect: improve consistency and do not call #to_s. | eregon |
2012-08-12 | * vm.c (invoke_block_from_c): fix unintentional block passing. | ktsj |
2012-08-07 | * vm_exec.c, insns.def (leave): solve problems on | ko1 |
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-18 | vm.c: remove unused variables | nobu |
2012-07-18 | * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue. | ko1 |
2012-07-04 | __callee__ fix | nobu |
2012-06-22 | * iseq.c, vm_eval.c: set th->base_block properly. | ko1 |
2012-06-15 | fix typos [ci skip] | kazu |
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-04 | * vm_core.h (rb_location_t): fix type and field name. | ko1 |
2012-06-02 | * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.c | ko1 |
2012-06-02 | * vm_backtrace.c: added. Separate backtrace related functions to | ko1 |
2012-05-31 | vm.c: UNREACHABLE to suppress warnings | nobu |
2012-05-26 | * vm.c (backtrace_*): change type of lev and n from size_t to int. | ko1 |
2012-05-26 | * vm.c (RubyVM::FrameInfo): add a class to access each frame | ko1 |
2012-05-26 | * vm.c (frame_info_to_str): add `break'. | ko1 |
2012-05-26 | * vm.c (rb_frame_info_t): keep previous ISEQ frame info for CFUNC | ko1 |
2012-05-25 | vm.c: adjust argument types | nobu |
2012-05-25 | * vm.c (oldbt_init, vm_backtrace_str_ary): arg->data should | ko1 |
2012-05-25 | * vm.c: refactoring backtrace related funcitons. | ko1 |