index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
objspace
Age
Commit message (
Expand
)
Author
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-05-14
test/objspace/test_objspace.rb: check stderr before stdout
Yusuke Endoh
2021-05-14
ext/objspace/lib/objspace/trace.rb: Added
Yusuke Endoh
2021-05-12
* remove trailing spaces. [ci skip]
git
2021-05-12
Use another class for the comparison.
Koichi Sasada
2021-05-12
skip test for debug.
Koichi Sasada
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-03-31
Use EnvUtil.under_gc_stress
Nobuyoshi Nakada
2021-03-31
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-02-04
objspace_dump.c: tag singleton classes and reference the superclass
Jean Boussier
2021-02-01
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2020-10-03
Fix ObjectSpace.dump(obj, output: :stdout)
Kazuhiro NISHIYAMA
2020-09-25
Return nil when argument to ObjectSpace.internal_class_of is T_IMEMO
Alan Wu
2020-09-09
Optimize ObjectSpace.dump_all
Jean Boussier
2020-09-09
Add a :since option to dump_all
Jean Boussier
2020-08-19
Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...
Jean Boussier
2020-08-18
Reset object allocation trace information
Aaron Patterson
2020-08-18
Update references when tracing allocations
Aaron Patterson
2020-08-18
Disable debugging test.
Koichi Sasada
2020-08-17
Fix method name escaping in ObjectSpace.dump
John Hawthorn
2020-08-17
Also escape DEL code
Nobuyoshi Nakada
2020-08-17
Fixed the radix for control chars
Nobuyoshi Nakada
2020-07-23
Removed fragile tests in https://github.com/ruby/ruby/pull/3349
Nobuyoshi Nakada
2020-07-23
Avoid allocating a string when dumping an anonymous module or class
Jean Boussier
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-28
Suppress unused variable warning with RUBYOPT=-w
Nobuyoshi Nakada
2019-06-28
O_EXCL has no meaning for fdopen
Nobuyoshi Nakada
2019-06-23
Disable frozen-string-literal to disable deduplication
Nobuyoshi Nakada
2019-06-01
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-02-13
fix imemo entry description.
ko1
2018-10-09
ext/objspace/objspace_dump.c: print addresses consistently
nobu
2018-10-09
Revert "ext/objspace/objspace_dump.c: print addresses consistently"
naruse
2018-10-08
ext/objspace/objspace_dump.c: print addresses consistently
tenderlove
2017-10-10
io.c: encoding of ARGF.inplace_mode
nobu
2017-09-17
ext/objspace/objspace.c: remove unneeded code clones.
mame
2017-06-22
fix mortal_dynamic_symbol count
nobu
2017-06-22
try to fix symbol duplication.
ko1
2017-01-31
Add IMEMO type to heap dump output.
tenderlove
2017-01-04
adjust indent [ci skip]
nobu
2017-01-03
Add `full` option to `ObjectSpace.dump_all`
tenderlove
2016-09-16
Use JSON lines format for full heap dumps.
tenderlove
2016-06-12
dump to stdout
nobu
2016-06-11
ObjectSpace.dump_all: valid JSON
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-19
objspace_dump.c: special const
nobu
2015-10-15
fix typos [ci skip]
kazu
2015-10-14
* test/objspace/test_objspace.rb
nagachika
2015-08-21
* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.
ko1
2015-08-12
iseq.c (iseq_memsize): reimplement for wrapper
normal
2015-06-20
* ext/objspace/objspace_dump.c(dump_object): Return empty JSON object when
sorah
[next]