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
*
show with sharing info
Koichi Sasada
2020-12-01
1
-0
/
+1
*
ractor local storage C-API
Koichi Sasada
2020-12-01
1
-0
/
+1
*
support SIGSEGV/BUS while read_barrier_handler()
Koichi Sasada
2020-11-30
1
-11
/
+18
*
Run rb_print_backtrace first on ruby_on_ci
Takashi Kokubun
2020-11-26
1
-1
/
+7
*
Call rb_bug_without_die on CI
Takashi Kokubun
2020-11-26
1
-1
/
+6
*
Disable auto compaction on platforms that can't support it
Aaron Patterson
2020-11-25
1
-5
/
+64
*
Revert "Disable auto compaction on platforms that can't support it"
Aaron Patterson
2020-11-24
1
-49
/
+3
*
Disable auto compaction on platforms that can't support it
Aaron Patterson
2020-11-24
1
-0
/
+21
*
add HEAP_PAGE_SIZE to internal constants
Aaron Patterson
2020-11-24
1
-0
/
+1
*
Disable read barrier on explicit compaction request
Aaron Patterson
2020-11-24
1
-3
/
+28
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
gc_rest can change the total pages, so we need to do that first
Aaron Patterson
2020-11-05
1
-2
/
+2
*
add asserts to find crash
Aaron Patterson
2020-11-05
1
-3
/
+3
*
Refactor verification method
Aaron Patterson
2020-11-05
1
-43
/
+37
*
take VM lock when mutating the heap
Aaron Patterson
2020-11-05
1
-19
/
+27
*
ensure T_OBJECT objects have internals initialized
Aaron Patterson
2020-11-04
1
-1
/
+5
*
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-11-02
1
-351
/
+642
*
suppport Ractor.send(move: true) for more deta
Koichi Sasada
2020-11-02
1
-12
/
+0
*
Objects are born embedded, so we don't need to check ivpr
Aaron Patterson
2020-10-28
1
-2
/
+1
*
Remove another unnecessary test
Aaron Patterson
2020-10-28
1
-5
/
+3
*
Remove unnecessary conditional
Aaron Patterson
2020-10-28
1
-8
/
+6
*
If an object isn't embedded it will have an ivptr
Aaron Patterson
2020-10-28
1
-3
/
+2
*
Use a lock level for a less granular lock.
Aaron Patterson
2020-10-22
1
-0
/
+2
*
Ractor-safe rb_objspace_reachable_objects_from
Koichi Sasada
2020-10-21
1
-76
/
+82
*
ObjectSpace.each_object with Ractors
Koichi Sasada
2020-10-20
1
-2
/
+4
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-1
/
+29
*
add NULL check.
Koichi Sasada
2020-10-03
1
-1
/
+3
*
Fix ASAN and don't check SPECIAL_CONST_P
Aaron Patterson
2020-09-28
1
-24
/
+21
*
Fix ASAN errors when updating call cache
Aaron Patterson
2020-09-28
1
-0
/
+8
*
sync rb_gc_register_mark_object()
Koichi Sasada
2020-09-24
1
-7
/
+11
*
Add a comment about why we're checking the finalizer table
Aaron Patterson
2020-09-22
1
-0
/
+5
*
Revert "Pin values in the finalizer table"
Aaron Patterson
2020-09-22
1
-0
/
+6
*
Update heap_pages_himem after freeing pages
Peter Zhu
2020-09-20
1
-0
/
+6
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-09-19
1
-3
/
+3
*
Pin values in the finalizer table
Aaron Patterson
2020-09-18
1
-7
/
+9
*
rb_obj_info() shows more info for T_SYMBOL
Koichi Sasada
2020-09-18
1
-0
/
+11
*
Warn on a finalizer that captures the object to be finalized
Chris Seaton
2020-09-16
1
-3
/
+61
*
pointers on the stack need to be pinned
Aaron Patterson
2020-09-15
1
-1
/
+1
*
Fix incorrect initialization of `rb_io_t::self`.
Samuel Williams
2020-09-15
1
-0
/
+2
*
Fixed heap-use-after-free on racter
Nobuyoshi Nakada
2020-09-04
1
-0
/
+3
*
Avoid potential for rb_raise() while crashing
Alan Wu
2020-09-03
1
-1
/
+10
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-124
/
+223
*
Initialize new T_OBJECT as ROBJECT_EMBED
John Hawthorn
2020-09-02
1
-0
/
+7
*
Fix error message for wb unprotected objects count
Peter Zhu
2020-09-01
1
-1
/
+1
*
Fixed argument types
Nobuyoshi Nakada
2020-09-02
1
-4
/
+4
*
Format with proper conversion specifiers instead of casts
Nobuyoshi Nakada
2020-09-02
1
-54
/
+74
*
Use RSTRING_LENINT for overflow check
Nobuyoshi Nakada
2020-09-01
1
-1
/
+1
*
Don't read past the end of the Ruby string
Peter Zhu
2020-09-01
1
-1
/
+1
*
include/ruby/backward/2/r_cast.h: deprecate
卜部昌平
2020-08-27
1
-0
/
+2
*
Correctly account for heap_pages_final_slots so it does not underflow
Peter Zhu
2020-08-25
1
-3
/
+7
[next]