summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
2019-11-18Update dependenciesNobuyoshi Nakada
2019-11-12Revert "Method reference operator"Nobuyoshi Nakada
2019-09-07Rename NODE_ARRAY to NODE_LIST to reflect its actual use casesYusuke Endoh
2019-08-27st_foreach now free from ANYARGS卜部昌平
2019-07-31* expand tabs.git
2019-07-31Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-07-14Split RUBY_ASSERT and so on under include/rubyNobuyoshi Nakada
2019-07-08Let struct dump_config in objspace fit in a single cache lineLourens Naudé
2019-04-23* expand tabs.git
2019-04-22T_MOVED can live on the stack, so make sure we can do book keepingAaron Patterson
2019-04-17* expand tabs.svn
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-02-13* expand tabs.svn
2019-02-13fix imemo entry description.ko1
2019-02-08Removed moving toplevel header since r12501nobu
2018-12-31* expand tabs.svn
2018-12-31Method reference operatornobu
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