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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Age
Commit message (
Expand
)
Author
2019-04-29
avoid passing NULL to memset
Urabe, Shyouhei
2019-04-26
zero-fill before GC mark
Urabe, Shyouhei
2019-04-26
disable assertion when MSAN is active
Urabe, Shyouhei
2019-04-24
Defer setting gc_stress instead of setting dont_gc
Nobuyoshi Nakada
2019-04-24
Defer setting gc_stress until inits done
Nobuyoshi Nakada
2019-04-22
Oops, bad merge 🙇♂️
Aaron Patterson
2019-04-22
Prevent rb_define_(class|module) classes from moving
Aaron Patterson
2019-04-21
Remove redundant cast
kazu
2019-04-20
Make sure the has_remembered_objects flag is correctly set
tenderlove
2019-04-20
Always pin stack zombie and moved slots
tenderlove
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-19
Only mark the superclass if there is one
tenderlove
2019-04-17
* expand tabs.
svn
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
* expand tabs.
svn
2019-04-17
Super should be marked regardless of whether or not ext exists
tenderlove
2019-04-17
update super even if there is no ext
tenderlove
2019-04-17
make verification more strict
tenderlove
2019-04-17
* expand tabs.
svn
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Adjusted styles
nobu
2019-04-10
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
Adjusted styles
nobu
2019-04-09
Pin weakmap references
tenderlove
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-07
gc.c: missing break
nobu
2019-04-02
Fix more ASAN errors
tenderlove
2019-04-02
Extract type to sym as a new function
tenderlove
2019-04-02
Fix ASAN error
tenderlove
2019-04-02
Poison / verify the freelist
tenderlove
2019-04-01
Fix ASAN errors when walking the heap
tenderlove
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-03-09
Early return in gc_mark_children
nobu
2019-02-16
Revert "Assert that union sizes match"
naruse
2019-02-15
Assert that union sizes match
nobu
2019-02-12
fix empty Hash memsize.
ko1
2018-12-29
hide ar_table internals from internal.h.
ko1
2018-12-23
move checking code.
ko1
2018-12-18
* expand tabs.
svn
2018-12-18
rb_raw_obj_info() support T_MODULE and T_ICLASS.
ko1
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-29
Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOS
shyouhei
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-08
* expand tabs.
svn
2018-11-08
gc.c: avoid integer overflow at process exit
shyouhei
2018-11-07
suppress GCC warning about unknown sanitizers
shyouhei
2018-11-06
adopt sanitizer API
shyouhei
[next]