summaryrefslogtreecommitdiff
path: root/test/objspace
AgeCommit message (Expand)Author
2017-10-10io.c: encoding of ARGF.inplace_modenobu
2017-09-17ext/objspace/objspace.c: remove unneeded code clones.mame
2017-06-22fix mortal_dynamic_symbol countnobu
2017-06-22try to fix symbol duplication.ko1
2017-01-31Add IMEMO type to heap dump output.tenderlove
2017-01-04adjust indent [ci skip]nobu
2017-01-03Add `full` option to `ObjectSpace.dump_all`tenderlove
2016-09-16Use JSON lines format for full heap dumps.tenderlove
2016-06-12dump to stdoutnobu
2016-06-11ObjectSpace.dump_all: valid JSONnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-19objspace_dump.c: special constnobu
2015-10-15fix typos [ci skip]kazu
2015-10-14* test/objspace/test_objspace.rbnagachika
2015-08-21* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko1
2015-08-12iseq.c (iseq_memsize): reimplement for wrappernormal
2015-06-20* ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah
2015-06-16* test/objspace/test_objspace.rb: relax pattern because uncollectibleko1
2015-05-28* ext/objspace/objspace.c: add two methods to debug internals.ko1
2015-04-10* test/objspace/test_objspace.rb: remove debug prints.ko1
2015-04-10* ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko1
2015-04-01test_objspace.rb: skip test_count_nodesnobu
2015-03-18* test/objspace/test_objspace.rb: flag name was changedko1
2015-03-13test_objspace.rb: better assertionsnobu
2014-12-15* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-03-11* test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-05test_objspace.rb: show errornobu
2013-12-05ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm1
2013-11-26string.c: fix memsize of frozen shared stringnobu
2013-11-24* ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm1
2013-11-14objspace_dump.c: refine outputnobu
2013-11-09test_objspace.rb: assertion for temporary filenobu
2013-11-09* test/objspace/test_objspace.rb (test_dump_all): Make the test stringakr
2013-11-08* ext/objspace/object_tracing.c: Add experimental methods to dumptmm1
2013-10-16* ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko1
2013-10-10vm_trace.c: fix infinite hooknobu
2013-09-30* ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko1
2013-05-28* ext/objspace/object_tracing.c: fix a bug reported atko1
2013-05-27* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko1
2013-04-02use long_ary to suppress warningnaruse
2013-03-05objspace.c: newly added nodesnobu
2012-12-14Use assert_separately to speed up slow testsnaruse
2012-12-08* ext/objspace/objspace.c (iow_size): return size of internal objectko1
2012-10-06test_objspace.rb: refinenobu
2012-10-05* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko1
2011-12-15* io.c (argf_type): make typed data.nobu