| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c (BUFSIZE): Unused macro removed. | akr | 2014-05-11 | 1 | -1/+0 |
* | vm.c: suppress a warning | nobu | 2014-05-11 | 1 | -1/+1 |
* | vm*: doubly-linked list from ccan to manage vm->living_threads | normal | 2014-05-10 | 1 | -15/+29 |
* | vm_eval.c: valid name IDs only | nobu | 2014-05-07 | 1 | -7/+4 |
* | vm_eval.c: exclude hidden variables | nobu | 2014-05-07 | 1 | -1/+1 |
* | rename variables | nobu | 2014-05-07 | 1 | -6/+6 |
* | vm.c: Init_vm_objects | nobu | 2014-05-04 | 1 | -3/+10 |
* | * vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to record | ko1 | 2014-04-30 | 1 | -8/+25 |
* | vm.c: avoid inadvertent pin-down | nobu | 2014-03-31 | 1 | -2/+3 |
* | vm.c: extract core_hash_merge | nobu | 2014-03-24 | 1 | -11/+14 |
* | vm.c: merge code | nobu | 2014-03-24 | 1 | -7/+3 |
* | vm_insnhelper.c: relax arity check | nobu | 2014-03-13 | 1 | -6/+6 |
* | vm.c: cleanup to use rb_method_entry_at | normal | 2014-03-08 | 1 | -2/+3 |
* | adjust indent and style | nobu | 2014-02-27 | 1 | -1/+2 |
* | eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAG | nobu | 2014-02-05 | 1 | -1/+1 |
* | vm_core.h: rb_thread_struct::machine | nobu | 2014-01-28 | 1 | -4/+4 |
* | suppress warning: implicit conversion loses integer precision | naruse | 2014-01-14 | 1 | -1/+1 |
* | * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. | ko1 | 2014-01-09 | 1 | -0/+18 |
* | * vm.c (RubyVM::OPTS): get rid of a garbage character. | ktsj | 2014-01-04 | 1 | -1/+1 |
* | vm.c: check cbase | nobu | 2013-12-24 | 1 | -3/+6 |
* | proc.c: make method by define_method public | nobu | 2013-12-24 | 1 | -0/+9 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -3/+3 |
* | vm.c: reduce clearing method cache | nobu | 2013-12-13 | 1 | -3/+0 |
* | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome | 2013-12-09 | 1 | -10/+10 |
* | * vm.c (vm_stat): renamed from ruby_vm_stat. | ko1 | 2013-12-09 | 1 | -2/+2 |
* | vm.c: fix compile issue on 32bit freebsd | tmm1 | 2013-12-08 | 1 | -2/+2 |
* | vm.c: add RubyVM.stat for accessing cache serials | tmm1 | 2013-12-08 | 1 | -0/+66 |
* | * array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBL | charliesome | 2013-12-08 | 1 | -2/+2 |
* | * load.c (features_index_add_single): Move loaded_features_index array values... | tmm1 | 2013-12-03 | 1 | -3/+0 |
* | vm_eval.c: rb_yield_block | nobu | 2013-11-29 | 1 | -0/+8 |
* | * vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeing | ko1 | 2013-11-22 | 1 | -3/+4 |
* | * compile.c (iseq_compile_each): emit opt_str_freeze if the #freeze | charliesome | 2013-11-09 | 1 | -0/+1 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -6/+6 |
* | * gc.c: add support to estimate increase of oldspace memory usage. | ko1 | 2013-11-05 | 1 | -1/+3 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+3 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -5/+6 |
* | * vm.c: vm_clear_all_cache is not necessary now we use a 64 bit counter | charliesome | 2013-10-28 | 1 | -16/+0 |
* | vm.c: initialize defined_module_hash early | nobu | 2013-10-13 | 1 | -1/+1 |
* | compile.c, vm.c: reduce hash merge | nobu | 2013-10-13 | 1 | -3/+14 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -1/+14 |
* | * vm.c (vm_exec): support :b_return event for "lambda{return}.call". | ko1 | 2013-10-10 | 1 | -0/+8 |
* | vm.c: hide singleton class of frozen-core | nobu | 2013-10-10 | 1 | -0/+3 |
* | * insns.def (opt_regexpmatch2): Check String#=~ hasn't overridden | sorah | 2013-09-26 | 1 | -1/+1 |
* | * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined before | charliesome | 2013-09-26 | 1 | -1/+3 |
* | vm.c: prototype | nobu | 2013-09-04 | 1 | -1/+1 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -12/+15 |
* | * compile.c (rb_iseq_compile_node): accept NODE_IFUNC to support | ko1 | 2013-08-22 | 1 | -15/+3 |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -19/+12 |
* | * proc.c: add Binding#local_variable_get/set/defined? | ko1 | 2013-08-09 | 1 | -0/+38 |
* | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 | 2013-08-06 | 1 | -9/+6 |