Luke Gruber

Hash Date Message
1d4822a175a0dfccca8f252b0e757a1991bd54f9 2025-05-12 Get ractor message passing working with > 1 thread sending/receiving values in same ractor
f6cbf499bc98b851034fffb49fcbb59d495f6f7b 2025-05-20 Fix Symbol#to_proc (rb_sym_to_proc) to be ractor safe
966fcb77e48328baf28c1d042d8da25ba181f262 2025-05-21 lock vm around `rb_free_generic_ivar`
f64c89f18d3a0cd15ea334d43f73f72e7bd99140 2025-05-23 Fix 'require' from a ractor when the required file raises an error
2b5a6744407d34ca81cfa91b2b69c13043981f86 2025-05-23 ractor_wakeup was broken when compiled with USE_RUBY_DEBUG_LOG
5b3f1c4c51480cbdbd1ace92b1767f14f9fff280 2025-05-29 Take VM lock around manipulation of fiber pool for vacant stacks
54ef6c312a2154f26e971af9e4a483d5d377730e 2025-06-06 [Bug #21400] Fix rb_bug() when killing current root fiber in non-main thread (#13526)
585dcffff1a0ed5fe43657661644628707ff0869 2025-06-09 Fix regular expressions across ractors that match different encodings
97994c77fb5b82ca959e1188ecaee7d633d60a8e 2025-06-12 Only use regex internal reg_cache when in main ractor
e3ec101cc21613550ef87b7bd8432a69c7e639de 2025-06-17 thread_cleanup: set CFP to NULL before clearing ec's stack
328e3029d875c4c74c1d732bee7ea35d659dd608 2025-06-09 Get String#crypt working with multi-ractor in cases where !HAVE_CRYPT_R
3c66eb335831df4df7b1bba4514af70b17c97ebc 2025-06-25 Change def->method_serial to be atomic