summaryrefslogtreecommitdiff
path: root/include/ruby
AgeCommit message (Expand)Author
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
2025-05-08Move `object_id` in object fields.Jean Boussier
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-05-05Add `RBIMPL_ATTR_NONSTRING_ARRAY()` macro for GCC 15Nobuyoshi Nakada
2025-05-05Save one VALUE per embedded RTypedDataJeremy Evans
2025-04-30get_next_shape_internal: Skip VM lock for single child caseJean Boussier
2025-04-30Suppress gcc 15 unterminated-string-initialization warningsNobuyoshi Nakada
2025-04-30Fix C23 (GCC 15) WIN32 compatibility for rb_define_* functionsAlan Wu
2025-04-30RUBY_T_{TRUE,FALSE} comments were reversedMatt Valentine-House
2025-04-18Work on ATOMIC_VALUE_SETJohn Hawthorn
2025-04-16Introduce `enum rb_io_mode`. (#7894)Samuel Williams
2025-04-14Expose `ruby_thread_has_gvl_p`.Samuel Williams
2025-03-28Mark first argument to all C-API tracepoint functions as nonnullRichard Böhme
2025-03-28Make rb_tracearg_(parameters|eval_script|instruction_sequence) public C-APIRichard Böhme
2025-03-18Suppress sign-conversion warning [ci skip]Nobuyoshi Nakada