summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2015-09-07vm_core.h: objspace alwaysnobu
2015-09-03* gc.c (rb_raw_obj_info): iseq->body->location.first_lineno is Fixnum.ko1
2015-09-03* gc.c (rb_raw_obj_info): should support IMEMO/iseq.ko1
2015-08-16* gc.c (gc_mark_children): check if RCLASS_EXT is validktsj
2015-08-12* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*ko1
2015-08-12* id_table.h: introduce ID key table.ko1
2015-08-11ruby.h: check integer overflownobu
2015-08-06gc.c: move tmp buffer functionsnobu
2015-08-06ruby_atomic.h: atomic VALUE operationsnobu
2015-07-29* gc.c: document argument passed to finalizer proc.hsbt
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* gc.c (internal_object_p): Now a singleton classes appear byko1
2015-07-18gc.c: reduce EXEC_TAGsnobu
2015-07-14use _Static_assert with clangkazu
2015-07-05gc.c (gc_profile_record_get): fix spelling error in keysnormal
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-07-02* gc.c: remove `#define RGENGC_OBJ_INFO 1' line introduced toko1
2015-07-02* gc.c (rb_raw_obj_info): separated from rb_obj_info().ko1
2015-06-25* vm_method.c: make a rb_method_definition_t data (def) *after* makingko1
2015-06-24* gc.c (obj_info, method_type_name): show method type name in a stringko1
2015-06-24* gc.c (obj_info): show more details for T_IMEMO/imemo_ment.ko1
2015-06-24* gc.c (RGENGC_OBJ_INFO, obj_info): add a macro to enable/disableko1
2015-06-24* gc.c (gc_mark_children): add additional debug code for #11244.ko1
2015-06-24* gc.c (gc_mark_ptr): add a check code for #11244.ko1
2015-06-24internal.h: rb_fstring_litnobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-14[DOC]akr
2015-06-07* gc.c (obj_info): print method id for T_IMEMO/ment.ko1
2015-06-05* gc.c: remove struct mark_tbl_arg and pass objspace directlyko1
2015-06-03* method.h: introduce rb_method_refined_t for refined method entry.ko1
2015-06-03variable.c: remove generic ivar support for special constantsnormal
2015-06-02* method.h: remove rb_method_iseq_t::iseqval.ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-01* gc.c (gc_mark_children): remove a garbage characterko1
2015-06-01* vm_method.c (rb_method_entry_make): do not show warning messageko1
2015-05-31* gc.c , gc.h (rb_obj_info): export obj_info(VALUE) for debugging.ko1
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-27gc.c: mark stress_to_classnobu
2015-05-27gc.c: stress_to_classnobu
2015-05-20ruby.h: warn old namesnobu
2015-05-19ruby.h: add old namesnobu
2015-05-18gc.c: remove ifdefnobu
2015-05-16gc.c: rename alloc as wrapnobu
2015-05-10ruby.h: fix possible memory leaknobu
2015-05-10gc.c: never call dmark for NULLnobu
2015-04-26gc.c: event hook thread argumentnobu
2015-04-23* gc.c (gc_mark_roots): fox to work PRINT_ROOT_TICKS.ko1
2015-04-15* doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt
2015-04-14* gc.c: [DOC] Improve documentation for ObjectSpace.count_objectszzak