summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-09ext/objspace/objspace_dump.c: print addresses consistentlynobu
2018-10-09* expand tabs.svn
2018-10-09Revert "ext/objspace/objspace_dump.c: print addresses consistently"naruse
2018-10-08* expand tabs.svn
2018-10-08ext/objspace/objspace_dump.c: print addresses consistentlytenderlove
2018-09-07ext/objspace/object_tracing.c (freeobj_i): fix missing assignmentnobu
2018-09-07object_tracing.c: register TracePoint objectsnobu
2018-09-07ext/objspace/object_tracing.c (freeobj_i): no lookup before deletenobu
2018-09-07ext/objspace/object_tracing.c: get rid of aliasing pointersnobu
2018-05-09Rename imemo_alloc with imemo_tmpbufmame
2018-02-16no ID cache in Init functionsnobu
2018-01-16node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2018-01-05node.h: remove NODE_PRELUDEmame
2018-01-04node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame
2017-12-21Fix `imemo_name` to dump new imemo typestenderlove
2017-11-04Remove RNODE cast from NODE utility functionsmame
2017-11-04Rename imemo_strterm to imemo_parser_strtermmame
2017-11-04ext/objspace/objspace.c: add imemo_strtermmame
2017-10-31Use NODE_CASE2 if case expressions don't existyui-knk
2017-10-24Removed NODE_OPT_Nnobu
2017-10-22objspace.c: missing typesnobu
2017-10-22remove NODE_DREGX_ONCEnobu
2017-10-22Remove not used node_type NODE_BMETHODyui-knk
2017-10-22Remove not used node_type NODE_BLOCK_ARGyui-knk
2017-10-22Remove not used node_type NODE_TO_ARYyui-knk
2017-10-21Remove not used node_type NODE_CVDECLyui-knk
2017-10-21Remove not used node_type NODE_IASGN2yui-knk
2017-10-21imemo_mask (enum) -> IMEMO_MASK (immediate value).ko1
2017-10-21Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame
2017-09-27objspace_dump.c: remove unnecessary breaknobu
2017-09-17ext/objspace/objspace.c: remove unneeded code clones.mame
2017-08-14Fix a class of a returned valueyui-knk
2017-03-22ruby tool/update-deps --fixshyouhei
2017-02-12ext/objspace: Specify frozen_string_literal: true.kazu
2017-01-31Add IMEMO type to heap dump output.tenderlove
2017-01-03Add `full` option to `ObjectSpace.dump_all`tenderlove
2016-11-18objspace.c:: indent [ci skip]yui-knk
2016-10-28internal.h: RB_OBJ_BUILTIN_TYPEnobu
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-09-17objspace_dump.c: dc is no longer used [ci skip]nobu
2016-09-16Use JSON lines format for full heap dumps.tenderlove
2016-09-13Use PRIuSIZE format specifier for size_t valuesrhe
2016-06-11ObjectSpace.dump_all: valid JSONnobu
2016-05-08objspace_dump.c: fix formatnobu
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 aboutnaruse
2016-04-11Update dependencies.akr
2016-01-22vm_core.h: use RUBY_ASSERTnobu