aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
Commit message (Expand)AuthorAgeFilesLines
* Remove RNODE cast from NODE utility functionsmame2017-11-041-4/+0
* Rename imemo_strterm to imemo_parser_strtermmame2017-11-041-1/+1
* ext/objspace/objspace.c: add imemo_strtermmame2017-11-041-0/+1
* Use NODE_CASE2 if case expressions don't existyui-knk2017-10-311-0/+1
* Removed NODE_OPT_Nnobu2017-10-241-1/+0
* objspace.c: missing typesnobu2017-10-221-3/+8
* remove NODE_DREGX_ONCEnobu2017-10-221-1/+0
* Remove not used node_type NODE_BMETHODyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_BLOCK_ARGyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_TO_ARYyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_CVDECLyui-knk2017-10-211-1/+0
* Remove not used node_type NODE_IASGN2yui-knk2017-10-211-1/+0
* imemo_mask (enum) -> IMEMO_MASK (immediate value).ko12017-10-211-1/+1
* Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame2017-10-211-1/+1
* objspace_dump.c: remove unnecessary breaknobu2017-09-271-14/+14
* ext/objspace/objspace.c: remove unneeded code clones.mame2017-09-171-22/+1
* Fix a class of a returned valueyui-knk2017-08-141-1/+1
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+3
* ext/objspace: Specify frozen_string_literal: true.kazu2017-02-121-1/+1
* Add IMEMO type to heap dump output.tenderlove2017-01-311-0/+23
* Add `full` option to `ObjectSpace.dump_all`tenderlove2017-01-031-3/+17
* objspace.c:: indent [ci skip]yui-knk2016-11-181-1/+1
* internal.h: RB_OBJ_BUILTIN_TYPEnobu2016-10-281-1/+1
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* objspace_dump.c: dc is no longer used [ci skip]nobu2016-09-171-1/+0
* Use JSON lines format for full heap dumps.tenderlove2016-09-161-23/+10
* Use PRIuSIZE format specifier for size_t valuesrhe2016-09-131-2/+2
* ObjectSpace.dump_all: valid JSONnobu2016-06-111-11/+25
* objspace_dump.c: fix formatnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse2016-05-081-0/+1
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* Update dependencies.akr2016-04-111-0/+5
* vm_core.h: use RUBY_ASSERTnobu2016-01-221-0/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* objspace_dump.c: special constnobu2015-10-191-13/+57
* * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heaptenderlove2015-09-171-0/+1
* * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko12015-08-211-0/+80
* objspace.c: use rb_ident_hash_newnobu2015-08-101-4/+2
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-1/+2
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-211-3/+0
* ext/objspace/objspace_dump.c: adjust indentnobu2015-06-211-2/+2
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+5
* * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko12015-06-181-0/+1
* * ext/objspace/objspace.c: add two methods to debug internals.ko12015-05-281-0/+70
* gc.c: rename alloc as wrapnobu2015-05-161-1/+1
* * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko12015-04-101-0/+77
* * ext/objspace/objspace.c (setup_hash): unify common routine.ko12015-04-101-27/+23
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-1/+0
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-111-1/+0
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-1/+2