Age | Commit message (Expand) | Author |
2014-09-13 | simplify some trivial rb_data_type_t callbacks | normal |
2014-09-10 | variable.c (rb_ivar_set): remove unnecessary check | normal |
2014-09-10 | variable.c: check index overflow | nobu |
2014-09-10 | rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit | normal |
2014-08-04 | variable: cleanup to use rb_const_lookup | normal |
2014-07-25 | introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use | normal |
2014-07-09 | * parse.y: change Symbol <-> ID relationship to avoid | ko1 |
2014-07-03 | Init functions don't need ID caches | nobu |
2014-06-18 | constify parameters | nobu |
2014-03-31 | variable.c, vm_method.c: pin down | nobu |
2014-03-26 | * parse.y: support Symbol GC. [ruby-trunk Feature #9634] | nari |
2014-03-17 | variable.c: avoid memory leak on const redefinition | normal |
2014-03-08 | variable.c (struct global_variable): shrink by 8 bytes on 64-bit | normal |
2014-01-19 | * gc.c: fix typo by @windwiny [fix GH-506] | hsbt |
2014-01-09 | * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. | ko1 |
2013-12-30 | * variable.c: Adding extra example in docs. [Bug #9210] | ayumin |
2013-12-20 | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 |
2013-12-13 | * array.c: fix comment to remove the word "shady". | ko1 |
2013-12-09 | variable.c: rb_class_path_cached | nobu |
2013-12-08 | variable.c: frozen class name | nobu |
2013-12-02 | * variable.c (rb_mod_constants): when calling Module#constants with | charliesome |
2013-11-05 | * gc.c: add support to estimate increase of oldspace memory usage. | ko1 |
2013-10-29 | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 |
2013-10-29 | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome |
2013-10-19 | variable.c: real class name | nobu |
2013-10-19 | * variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extr... | tmm1 |
2013-10-11 | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 |
2013-10-11 | revert r43259 because it is possible to mark miss classes defined in C-exts. ... | ko1 |
2013-10-11 | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 |
2013-09-07 | * variable.c (classname): the name of class that has | ktsj |
2013-09-04 | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome |
2013-08-18 | * variable.c, vm_method.c: remove dead code. | ktsj |
2013-08-18 | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj |
2013-06-21 | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 |
2013-06-18 | * variable.c (rb_const_set): fix WB miss. | ko1 |
2013-06-18 | * variable.c (rb_autoload): fix WB miss. | ko1 |
2013-06-14 | * class.c, include/ruby/ruby.h: add write barriers for T_CLASS, | ko1 |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-06-07 | * variable.c (rb_const_set): fix missing semicolon. | ktsj |
2013-06-07 | * variable.c (rb_const_set): fix variable type. | nobu |
2013-05-25 | no clearing method cache | nobu |
2013-05-25 | eval.c: rb_frame_callee returns current name | nobu |
2013-05-24 | * variable.c (set_const_visibility): use rb_frame_this_func() instead | charliesome |
2013-05-13 | * gc.c: support RGENGC. [ruby-trunk - Feature #8339] | ko1 |
2013-05-02 | variable.c: move warnings to rb_ivar_get | nobu |
2013-05-02 | id.def: predefined IDs | nobu |
2012-12-27 | * variable.c (rb_mod_remove_const): fix segv caused by r38558. | naruse |
2012-12-22 | internal.h: quote unprintable | nobu |
2012-12-04 | marshal.c: GC guard | nobu |
2012-12-01 | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove |