| Commit message (Expand) | Author | Age | Files | Lines |
* | * internal.h, node.h: move a definition of `struct rb_global_entry' | ko1 | 2015-03-12 | 1 | -1/+0 |
* | variable.c: rb_search_class_path | nobu | 2015-02-28 | 1 | -17/+47 |
* | variable.c: preserve name encoding of subclass | nobu | 2015-02-28 | 1 | -7/+5 |
* | revert r45487 | nobu | 2015-02-06 | 1 | -1/+0 |
* | variable.c: ignore mortal classid | nobu | 2015-02-06 | 1 | -2/+3 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -2/+2 |
* | get rid of inadvertent ID creation | nobu | 2014-11-21 | 1 | -13/+12 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -3/+1 |
* | variable.c, vm_insnhelper.c: improve performance | nobu | 2014-10-19 | 1 | -1/+2 |
* | variable.c: use st_update | nobu | 2014-10-08 | 1 | -9/+23 |
* | variable.c: use st_update | nobu | 2014-10-08 | 1 | -6/+10 |
* | constant.h: constant visibilities | nobu | 2014-10-08 | 1 | -3/+3 |
* | simplify some trivial rb_data_type_t callbacks | normal | 2014-09-13 | 1 | -9/+2 |
* | variable.c (rb_ivar_set): remove unnecessary check | normal | 2014-09-10 | 1 | -3/+0 |
* | variable.c: check index overflow | nobu | 2014-09-10 | 1 | -0/+1 |
* | rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit | normal | 2014-09-10 | 1 | -0/+4 |
* | variable: cleanup to use rb_const_lookup | normal | 2014-08-04 | 1 | -18/+28 |
* | introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use | normal | 2014-07-25 | 1 | -2/+1 |
* | * parse.y: change Symbol <-> ID relationship to avoid | ko1 | 2014-07-09 | 1 | -4/+4 |
* | Init functions don't need ID caches | nobu | 2014-07-03 | 1 | -4/+4 |
* | constify parameters | nobu | 2014-06-18 | 1 | -9/+9 |
* | variable.c, vm_method.c: pin down | nobu | 2014-03-31 | 1 | -0/+1 |
* | * parse.y: support Symbol GC. [ruby-trunk Feature #9634] | nari | 2014-03-26 | 1 | -4/+4 |
* | variable.c: avoid memory leak on const redefinition | normal | 2014-03-17 | 1 | -0/+2 |
* | variable.c (struct global_variable): shrink by 8 bytes on 64-bit | normal | 2014-03-08 | 1 | -1/+1 |
* | * gc.c: fix typo by @windwiny [fix GH-506] | hsbt | 2014-01-19 | 1 | -1/+1 |
* | * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. | ko1 | 2014-01-09 | 1 | -1/+1 |
* | * variable.c: Adding extra example in docs. [Bug #9210] | ayumin | 2013-12-30 | 1 | -2/+3 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -8/+8 |
* | * array.c: fix comment to remove the word "shady". | ko1 | 2013-12-13 | 1 | -1/+1 |
* | variable.c: rb_class_path_cached | nobu | 2013-12-09 | 1 | -0/+12 |
* | variable.c: frozen class name | nobu | 2013-12-08 | 1 | -3/+2 |
* | * variable.c (rb_mod_constants): when calling Module#constants with | charliesome | 2013-12-02 | 1 | -4/+23 |
* | * gc.c: add support to estimate increase of oldspace memory usage. | ko1 | 2013-11-05 | 1 | -1/+1 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+2 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -6/+6 |
* | variable.c: real class name | nobu | 2013-10-19 | 1 | -1/+1 |
* | * variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extr... | tmm1 | 2013-10-19 | 1 | -2/+4 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+0 |
* | revert r43259 because it is possible to mark miss classes defined in C-exts. ... | ko1 | 2013-10-11 | 1 | -0/+5 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+0 |
* | * variable.c (classname): the name of class that has | ktsj | 2013-09-07 | 1 | -1/+6 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -8/+13 |
* | * variable.c, vm_method.c: remove dead code. | ktsj | 2013-08-18 | 1 | -2/+0 |
* | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj | 2013-08-18 | 1 | -5/+0 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -2/+2 |
* | * variable.c (rb_const_set): fix WB miss. | ko1 | 2013-06-18 | 1 | -4/+4 |
* | * variable.c (rb_autoload): fix WB miss. | ko1 | 2013-06-18 | 1 | -0/+1 |
* | * class.c, include/ruby/ruby.h: add write barriers for T_CLASS, | ko1 | 2013-06-14 | 1 | -6/+30 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -18/+0 |