-
Feature #20878: A new C API to create a String by adopting a pointer: `rb_enc_str_adopt(const char *ptr, long len, long capa, rb_encoding *enc)`
-
Feature #20860: Merge Optional Experimental Feature MMTk into Ruby
-
Feature #20876: Introduce `Fiber::Scheduler#blocking_operation_wait` to avoid stalling the event loop.
-
Feature #20855: Introduce `Fiber::Scheduler#blocking_region` to avoid stalling the event loop.
-
Feature #20861: Add an environment variable for tuning the default thread quantum
-
Bug #20816: Potential regression in Ruby 3.3.x (compared with 3.1 and 3.2) regarding fast syscalls and multi-threading.
-
Bug #20633: compile error at vm_insnhelper.c when HAVE_DECL_ATOMIC_SIGNAL_FENCE is 0: #20633#note-6
-
Bug #20586: Some filesystem calls in dir.c are missing error handling and can return incorrect results if interrupted: #20586#note-10
-
Bug #20586: Some filesystem calls in dir.c are missing error handling and can return incorrect results if interrupted: #20586#note-7
-
Feature #20590: Ensure `fork` isn't called when `raddrinfo`'s background thread is in `getaddrinfo`
-
Bug #20587: dir.c calls blocking filesystem APIs/system calls while holding the GVL: #20587#note-9
-
Bug #20633: compile error at vm_insnhelper.c when HAVE_DECL_ATOMIC_SIGNAL_FENCE is 0: #20633#note-1
-
Bug #20587: dir.c calls blocking filesystem APIs/system calls while holding the GVL: #20587#note-7
-
Bug #20629: Ruby infinite loop when raising+rescuing inside a RUBY_INTERNAL_EVENT_NEWOBJ: #20629#note-1
-
Bug #20587: dir.c calls blocking filesystem APIs/system calls while holding the GVL: #20587#note-2
-
Bug #20286: TracePoint does not emit `thread_end` event when thread exits with exception
-
Bug #20608: Hash#find always allocates each iterated pair: #20608#note-3
-
Bug #20605: PRs with backported fix for https://github.com/ruby/ruby/pull/11036 to Ruby 3.3 and 3.2: #20605#note-1
-
Feature #20351: Optionally extract common GC routines into a DSO
-
Feature #20429: Emit a performance warning when specially optimized core methods are redefined
-
Feature #20275: Avoid extra backtrace entries for rescue and ensure
-
Feature #19117: Include the method owner in backtraces, not just the method name: #19117#note-43
-
Feature #20205: Enable `frozen_string_literal` by default
-
Feature #19117: Include the method owner in backtraces, not just the method name: #19117#note-26
-
Feature #20152: mkmf / extconf: Add a proper way to not compile the extension
Loading...