index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
objspace
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
1
-2
/
+2
*
test/objspace/test_objspace.rb: check stderr before stdout
Yusuke Endoh
2021-05-14
1
-1
/
+1
*
ext/objspace/lib/objspace/trace.rb: Added
Yusuke Endoh
2021-05-14
1
-0
/
+16
*
* remove trailing spaces. [ci skip]
git
2021-05-12
1
-1
/
+1
*
Use another class for the comparison.
Koichi Sasada
2021-05-12
1
-3
/
+2
*
skip test for debug.
Koichi Sasada
2021-05-12
1
-0
/
+2
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-1
/
+1
*
Use EnvUtil.under_gc_stress
Nobuyoshi Nakada
2021-03-31
1
-9
/
+5
*
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-03-31
1
-0
/
+13
*
objspace_dump.c: tag singleton classes and reference the superclass
Jean Boussier
2021-02-04
1
-0
/
+15
*
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-02-01
1
-0
/
+9
*
Fix ObjectSpace.dump(obj, output: :stdout)
Kazuhiro NISHIYAMA
2020-10-03
1
-7
/
+14
*
Return nil when argument to ObjectSpace.internal_class_of is T_IMEMO
Alan Wu
2020-09-25
1
-0
/
+5
*
Optimize ObjectSpace.dump_all
Jean Boussier
2020-09-09
1
-0
/
+6
*
Add a :since option to dump_all
Jean Boussier
2020-09-09
1
-0
/
+23
*
Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...
Jean Boussier
2020-08-19
1
-0
/
+9
*
Reset object allocation trace information
Aaron Patterson
2020-08-18
1
-0
/
+1
*
Update references when tracing allocations
Aaron Patterson
2020-08-18
1
-1
/
+1
*
Disable debugging test.
Koichi Sasada
2020-08-18
1
-1
/
+1
*
Fix method name escaping in ObjectSpace.dump
John Hawthorn
2020-08-17
1
-0
/
+18
*
Also escape DEL code
Nobuyoshi Nakada
2020-08-17
1
-0
/
+1
*
Fixed the radix for control chars
Nobuyoshi Nakada
2020-08-17
1
-0
/
+4
*
Removed fragile tests in https://github.com/ruby/ruby/pull/3349
Nobuyoshi Nakada
2020-07-23
1
-22
/
+0
*
Avoid allocating a string when dumping an anonymous module or class
Jean Boussier
2020-07-23
1
-0
/
+27
*
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-30
1
-1
/
+1
*
Suppress unused variable warning with RUBYOPT=-w
Nobuyoshi Nakada
2019-06-28
1
-1
/
+1
*
O_EXCL has no meaning for fdopen
Nobuyoshi Nakada
2019-06-28
1
-3
/
+3
*
Disable frozen-string-literal to disable deduplication
Nobuyoshi Nakada
2019-06-23
1
-2
/
+4
*
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-06-01
1
-10
/
+10
*
fix imemo entry description.
ko1
2019-02-13
1
-0
/
+2
*
ext/objspace/objspace_dump.c: print addresses consistently
nobu
2018-10-09
1
-0
/
+56
*
Revert "ext/objspace/objspace_dump.c: print addresses consistently"
naruse
2018-10-09
1
-56
/
+0
*
ext/objspace/objspace_dump.c: print addresses consistently
tenderlove
2018-10-08
1
-0
/
+56
*
io.c: encoding of ARGF.inplace_mode
nobu
2017-10-10
1
-1
/
+1
*
ext/objspace/objspace.c: remove unneeded code clones.
mame
2017-09-17
1
-0
/
+10
*
fix mortal_dynamic_symbol count
nobu
2017-06-22
1
-5
/
+10
*
try to fix symbol duplication.
ko1
2017-06-22
1
-1
/
+1
*
Add IMEMO type to heap dump output.
tenderlove
2017-01-31
1
-0
/
+17
*
adjust indent [ci skip]
nobu
2017-01-04
1
-57
/
+62
*
Add `full` option to `ObjectSpace.dump_all`
tenderlove
2017-01-03
1
-0
/
+13
*
Use JSON lines format for full heap dumps.
tenderlove
2016-09-16
1
-1
/
+1
*
dump to stdout
nobu
2016-06-12
1
-2
/
+9
*
ObjectSpace.dump_all: valid JSON
nobu
2016-06-11
1
-0
/
+13
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
objspace_dump.c: special const
nobu
2015-10-19
1
-5
/
+11
*
fix typos [ci skip]
kazu
2015-10-15
1
-1
/
+1
*
* test/objspace/test_objspace.rb
nagachika
2015-10-14
1
-0
/
+4
*
* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.
ko1
2015-08-21
1
-0
/
+11
*
iseq.c (iseq_memsize): reimplement for wrapper
normal
2015-08-12
1
-0
/
+6
*
* ext/objspace/objspace_dump.c(dump_object): Return empty JSON object when
sorah
2015-06-20
1
-0
/
+9
[next]