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
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Early return in gc_mark_children
nobu
2019-03-09
1
-5
/
+7
*
Revert "Assert that union sizes match"
naruse
2019-02-16
1
-2
/
+0
*
Assert that union sizes match
nobu
2019-02-15
1
-0
/
+2
*
fix empty Hash memsize.
ko1
2019-02-12
1
-2
/
+4
*
hide ar_table internals from internal.h.
ko1
2018-12-29
1
-2
/
+3
*
move checking code.
ko1
2018-12-23
1
-1
/
+1
*
* expand tabs.
svn
2018-12-18
1
-2
/
+2
*
rb_raw_obj_info() support T_MODULE and T_ICLASS.
ko1
2018-12-18
1
-7
/
+17
*
rename li_table->ar_table (and related names).
ko1
2018-12-14
1
-10
/
+10
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-20
/
+11
*
Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOS
shyouhei
2018-11-29
1
-2
/
+0
*
* expand tabs.
svn
2018-11-26
1
-1
/
+1
*
Support targetting TracePoint [Feature #15289]
ko1
2018-11-26
1
-1
/
+2
*
* expand tabs.
svn
2018-11-08
1
-1
/
+1
*
gc.c: avoid integer overflow at process exit
shyouhei
2018-11-08
1
-1
/
+1
*
suppress GCC warning about unknown sanitizers
shyouhei
2018-11-07
1
-3
/
+1
*
adopt sanitizer API
shyouhei
2018-11-06
1
-4
/
+28
*
annotate functions to blacklist MSAN
shyouhei
2018-11-06
1
-2
/
+2
*
gc.c: move ASAN check to configure
shyouhei
2018-11-06
1
-10
/
+2
*
add casts.
ko1
2018-10-31
1
-2
/
+2
*
* remove trailing spaces, expand tabs.
svn
2018-10-30
1
-5
/
+5
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-20
/
+73
*
* expand tabs.
svn
2018-10-30
1
-1
/
+1
*
support theap for T_STRUCT.
ko1
2018-10-30
1
-11
/
+20
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-10
/
+34
*
* expand tabs.
svn
2018-10-30
1
-4
/
+4
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-23
/
+66
*
* expand tabs.
svn
2018-10-30
1
-29
/
+29
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-107
/
+40
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-11
/
+35
*
* expand tabs.
svn
2018-10-30
1
-4
/
+4
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-29
/
+72
*
* expand tabs.
svn
2018-10-30
1
-1
/
+1
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-30
1
-2
/
+1
*
* expand tabs.
svn
2018-10-29
1
-3
/
+3
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-29
1
-4
/
+4
*
add new counter about GC.
ko1
2018-10-25
1
-0
/
+4
*
Fix a typo
kazu
2018-10-25
1
-1
/
+1
*
add new debug_counters for GC.
ko1
2018-10-24
1
-0
/
+17
*
* expand tabs.
svn
2018-10-18
1
-2
/
+2
*
fix SEGV in rb_raw_obj_info()
shyouhei
2018-10-18
1
-0
/
+2
*
add debug counters more.
ko1
2018-09-28
1
-1
/
+42
*
* expand tabs.
svn
2018-09-26
1
-1
/
+1
*
fix use-after-free in obj_free.
ko1
2018-09-26
1
-2
/
+3
*
add some debug counters.
ko1
2018-09-26
1
-0
/
+6
*
refactoring debug_counter.
ko1
2018-09-25
1
-5
/
+29
*
move ADD_PC around (take 2)
shyouhei
2018-09-14
1
-0
/
+3
*
Include the alternative malloc header instead of malloc.h
tenderlove
2018-07-17
1
-1
/
+3
*
give up insn attr handles_frame
shyouhei
2018-06-27
1
-4
/
+0
*
gc.c (ruby_mimmalloc): add initialize code for USE_GC_MALLOC_OBJ_INFO_DETAILS
tarui
2018-06-23
1
-0
/
+7
[next]