Satoshi Moris Tagomori, Satoshi Tagomori

Hash Date Message
489e5e3a8293553578757664b338009667a8f204 2021-08-24 the core problem is the Proc is not shareable
8a37df8c8bc0311c4822ee989087d212af2bf73f 2023-12-07 dln_symbol: make dln_sym accessible Ruby internally
e51f9e9f75cc1dde9234836fa92077d71b3c5141 2023-12-08 rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature #20005]
b98bd10f255d0afe33ba3c4410dd2c05c61695fb 2023-12-15 stop warnings from running the test case requiring .so twice
04f7be612625a51523c7ae546a8774aea1a8fa12 2023-12-15 loading/testing in different processes for multiple runs
7b8b936f4a1cd9a629c0465c287fd0ed40519ebe 2024-04-12 [DOC] Fix the wrong comment
c884db0b5b4f5296e5eacd27357b730b42f27b3a 2024-07-29 [BUG #20655] Add tests to use rb_ensure and call cont.call
50a0552bd7a82d23b836e895a1f380bcdfb5b4a0 2024-07-29 Fix test code and extension to avoid using gvars and Kernel methods
6c5c30b542bd2eb17496178f891b4155553e5409 2024-07-30 Use tmpdir for various environments (including Windows)
77f8107efaccbc8a5472ea3578c27c912045d7b1 2024-07-30 Delete the rjit definition already deleted in C
19ec803179eb698e5aa72e1a024d60a4e4ff1a87 2024-07-31 Reset the counter for two consecutive runs
382645d440d5da66a0c04557f3ff2ca226de3a27 2025-04-30 namespace on read
f24ba27d6d88241f0560f12b0b2cb54d8cb40262 2025-05-02 avoid calling ZALLOC after NEWOBJ_OF for RClass: need to return RClass not promoted
5ee1ec313a5c644b38344f219961c3ca590374b4 2025-05-02 initialize method tables before any GC chance
e81d50207b43027343b557140d006b775bddfb02 2025-05-06 Add yjit/zjit bindings for adding namespace
ff790c759ed0d32e398792af3bc2c7f9ee1cf6c4 2025-05-08 Compact prime classext readable/writable flags
90e5ce6132f874ed719bbb9fecd87ad2392ffbdd 2025-05-08 Rename RCLASS_EXT() macro to RCLASS_EXT_PRIME() to prevent using it wrongly
294b52fb9b1c96479f6c1aba563ae7376419688a 2025-05-08 Follow the code style about else
82f645e818a6c8029c40fd3cddcec7e2d3c1b559 2025-05-08 Namespace::Entry is long living object
8ecc04dc042d2dc24379dec34ae33fa483faa267 2025-05-08 Delete code for debugging namespace
8199e6e1a621f928e7e08261047c224eb49d3128 2025-05-08 Show experimental warning when namespace is enabled
f0b41ef6694cd14415ff2480d5a1f61b7b0b35ef 2025-05-10 Describe the basic documents of Namespace
c2c5b0542324a0c74e033bbe79a65caf2204ed95 2025-05-10 Unexpectedly miss-fixed macro during rebase
bbcc3782b11939075f753b8f3260c8cd5137d600 2025-05-10 Skip updating max_iv_count when the namespace cannot be determined
b132322e94460a50fd7f0d844fe73e2272207f1d 2025-05-11 Skip mmtk/i686 tests for a while
ae2d5378e8acc015e43f38188bd0b1412c6302b9 2025-05-11 Suppress warning about unused variable without VM_CHECK_MODE
b94df81be2955f3b00bac8927da0a29e6951f2e4 2025-05-11 RUBY_TYPED_WB_PROTECTED should be specified with write barrier protection on this object.