summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-11-19Win32: Drop support for older than MSVC 8.0/_MSC_VER 1400Nobuyoshi Nakada
2025-11-11simplify RSRING_GETMEM() definition.nagachika
2025-11-11include/ruby/internal/core/rstring.h: Remove rbimpl_rstring_getmem() definition.nagachika
2025-11-11Remove rbimpl_rstring_getmem() usage as workaround for GCC 15.2.1 optimizatio...nagachika
2025-11-07Remove `rb_path_check` declarationEarlopain
2025-11-07Development of 4.0.0 started.Yukihiro "Matz" Matsumoto
2025-11-07Rename Namespace to Ruby::BoxSatoshi Tagomori
2025-10-25Use pointer to the memberNobuyoshi Nakada
2025-10-25[DOC] Follow up GH-14470Nobuyoshi Nakada
2025-10-23add SET_SHAREABLE macrosKoichi Sasada
2025-10-17win32: Prefix `clock_getclock` and `clock_getres`Nobuyoshi Nakada
2025-10-17win32: Support more `clockid_t`Nobuyoshi Nakada
2025-10-08[Bug #21629] Initialize `struct RString`Nobuyoshi Nakada
2025-10-08[Bug #21629] Enable `nonstring` attribute on clang 21Nobuyoshi Nakada
2025-09-15[DOC] Fix typos in commentsÉtienne Barrié
2025-09-08Bump ABI versionJean Boussier
2025-09-08Move `IS_TYPED_DATA` in RBasic.flagsJean Boussier
2025-08-29[DOC] rb_str_resurrect(): Reword to remove wrong guess; used by zlibAlan Wu
2025-08-27Replace ROBJECT_EMBED by ROBJECT_HEAPJean Boussier
2025-08-26Ensure T_OBJECT and T_IMEMO/fields have identical layoutJean Boussier
2025-08-14Fix a static assertion incompatible with C++98 (#14229)Takashi Kokubun
2025-08-14Fix documentation about struct RData's data fieldÉtienne Barrié
2025-08-12RTypedData: keep direct reference to IMEMO/fieldsJean Boussier
2025-08-12Replace stdatomic ops with explicit mem orderJohn Hawthorn
2025-08-12Implement rbimpl_atomic_value_loadJohn Hawthorn
2025-08-12Update rbimpl_atomic_* to all take a memory orderJohn Hawthorn
2025-08-12Rename rbimpl_atomic.*_set to _storeJohn Hawthorn
2025-07-28[DOC] Fix return value of rb_str_hash_cmpPeter Zhu
2025-07-24Support `cause:` in `Thread#raise` and `Fiber#raise`. (#13967)Samuel Williams
2025-07-17`atomic.h`: Add C11 <stdatomic.h> implementationfuhsnn
2025-07-17`atomic.h`: Use explicit logic for 32-bit #else branchesfuhsnn
2025-07-11Add Set C-APIJeremy Evans
2025-06-25Never use flags on T_NODEJohn Hawthorn
2025-06-13Get rid of FL_EXIVARJean Boussier
2025-06-06Fix `blocking_operation_wait` use-after-free bug.Samuel Williams
2025-06-03Allow pass special constants to the write barrierPeter Zhu
2025-06-02shape.c: Implement a lock-free version of get_next_shape_internalJean Boussier
2025-05-30[Feature #21205] Define File::Stat#birthtime by statxNobuyoshi Nakada
2025-05-28Use flag for RCLASS_IS_INITIALIZEDJohn Hawthorn
2025-05-26Add shape_id to RBasic under 32 bitJohn Hawthorn
2025-05-23Bump fiber scheduler version and add missing documentation. (#13424)Samuel Williams
2025-05-23Allow `IO#close` to interrupt IO operations on fibers using `fiber_interrupt`...Samuel Williams
2025-05-22Fix for old mingw without `clock_gettime` and `clock_getres`Nobuyoshi Nakada
2025-05-20Include stdbool.h without checking with autoconfAlan Wu
2025-05-14Bump ABI_VERSIONJean Boussier
2025-05-14Reduce `Object#object_id` contention.Jean Boussier
2025-05-13Remove outdated references to FL_SEEN_OBJ_IDJean Boussier
2025-05-13Make `waiting_fd` behaviour per-IO. (#13127)Samuel Williams
2025-05-12Fix redefinition of `clock_gettime` and `clock_getres`Nobuyoshi Nakada
2025-05-11namespace on readSatoshi Tagomori