Age | Commit message (Expand) | Author |
---|
2017-10-21 | Replace NODE_ALLOCA with T_IMEMO (imemo_alloc) | mame |
2017-09-27 | objspace_dump.c: remove unnecessary break | nobu |
2017-09-17 | ext/objspace/objspace.c: remove unneeded code clones. | mame |
2017-08-14 | Fix a class of a returned value | yui-knk |
2017-03-22 | ruby tool/update-deps --fix | shyouhei |
2017-02-12 | ext/objspace: Specify frozen_string_literal: true. | kazu |
2017-01-31 | Add IMEMO type to heap dump output. | tenderlove |
2017-01-03 | Add `full` option to `ObjectSpace.dump_all` | tenderlove |
2016-11-18 | objspace.c:: indent [ci skip] | yui-knk |
2016-10-28 | internal.h: RB_OBJ_BUILTIN_TYPE | nobu |
2016-10-26 | [DOC] replace Fixnum with Integer [ci skip] | nobu |
2016-09-17 | objspace_dump.c: dc is no longer used [ci skip] | nobu |
2016-09-16 | Use JSON lines format for full heap dumps. | tenderlove |
2016-09-13 | Use PRIuSIZE format specifier for size_t values | rhe |
2016-06-11 | ObjectSpace.dump_all: valid JSON | nobu |
2016-05-08 | objspace_dump.c: fix format | nobu |
2016-05-08 | * configure.in: add -Wsuggest-attribute=format and suppress warnings. | naruse |
2016-04-22 | * variable.c: use uint32_t instead of long to avoid confusion about | naruse |
2016-04-11 | Update dependencies. | akr |
2016-01-22 | vm_core.h: use RUBY_ASSERT | nobu |
2015-12-16 | handle ext/ as r53141 | naruse |
2015-10-19 | objspace_dump.c: special const | nobu |
2015-09-17 | * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap | tenderlove |
2015-08-21 | * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols. | ko1 |
2015-08-10 | objspace.c: use rb_ident_hash_new | nobu |
2015-07-21 | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 |
2015-07-21 | * ext/objspace/objspace.c (total_i): no need to skip singleton classes. | ko1 |
2015-06-21 | ext/objspace/objspace_dump.c: adjust indent | nobu |
2015-06-20 | * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object when | sorah |
2015-06-18 | * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment. | ko1 |
2015-05-28 | * ext/objspace/objspace.c: add two methods to debug internals. | ko1 |
2015-05-16 | gc.c: rename alloc as wrap | nobu |
2015-04-10 | * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects method | ko1 |
2015-04-10 | * ext/objspace/objspace.c (setup_hash): unify common routine. | ko1 |
2015-03-11 | * internal.h: use T_IMEMO to represent `struct MEMO' value. | ko1 |
2015-03-11 | * node.h: remove NODE_IFUNC, NEW_IFUNC. | ko1 |
2015-03-11 | * include/ruby/ruby.h: introduce new type T_IMEMO. | ko1 |
2014-12-19 | Update dependencies. | akr |
2014-12-15 | * ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returns | ko1 |
2014-12-01 | use 0 for reserved | nobu |
2014-11-21 | Update dependency. | akr |
2014-11-21 | * tool/update-deps (in_makefile): Use FILES_NEED_VPATH and | akr |
2014-11-18 | Dependencies updated. | akr |
2014-11-15 | * internal.h: Include ruby.h and ruby/encoding.h to be | akr |
2014-11-15 | Mark auogenerated part. | akr |
2014-11-15 | * common.mk: Remove comments in Dependency lines. | akr |
2014-11-15 | * tool/update-deps: Extend to fix dependencies. | akr |
2014-08-03 | ext: get rid of inadvertent ID creation | nobu |
2014-07-26 | * ext/objspace/objspace_dump.c (dump_append): avoid fflush. | shyouhei |
2014-03-10 | ext/objspace: Check fptr before trying to dump FILE object fd | charliesome |