summaryrefslogtreecommitdiff
path: root/include/ruby/internal
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-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-11Add Set C-APIJeremy Evans
2025-06-25Never use flags on T_NODEJohn Hawthorn
2025-06-13Get rid of FL_EXIVARJean Boussier
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-28Use flag for RCLASS_IS_INITIALIZEDJohn Hawthorn
2025-05-26Add shape_id to RBasic under 32 bitJohn Hawthorn
2025-05-20Include stdbool.h without checking with autoconfAlan Wu
2025-05-14Bump ABI_VERSIONJean 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-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-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-03-18Suppress sign-conversion warning [ci skip]Nobuyoshi Nakada
2025-02-28[DOC] Fix the comment for RUBY_CONST_ID and rb_internNobuyoshi Nakada
2025-02-12Remove dead iv_index_tbl field in RObjectPeter Zhu
2025-01-14[Bug #21024] <cstdbool> header has been uselessNobuyoshi Nakada
2025-01-14Mark `rb_path_check` as internal onlyNobuyoshi Nakada
2025-01-13Move the declaration of `rb_path_check`Nobuyoshi Nakada
2025-01-12[DOC] Fix the description of `rb_path_check`Nobuyoshi Nakada
2025-01-11[Bug #21024] <cstdbool> header is deprecated in C++17Nobuyoshi Nakada
2025-01-02Move rbimpl_size_add_overflow from gc.c to memory.hPeter Zhu
2024-12-25Development of 3.5.0 started.Yukihiro "Matz" Matsumoto
2024-12-18use RBIMPL_ATTR_MAYBE_UNUSEDNaohisa Goto
2024-12-17[DOC] rb_id2name(): Note truncation danger (+minor copyediting)Alan Wu
2024-12-17[DOC] Add note to rb_id2name about GC compactionPeter Zhu
2024-12-17Win32: Fix `rbimpl_size_mul_overflow` on arm64Nobuyoshi Nakada
2024-12-13[DOC] Update `rb_strlen_lit`Nobuyoshi Nakada
2024-12-04Fix typos in public headers [ci skip]Alan Wu
2024-11-29[DOC] Rewrite docs for rb_sym2str()Alan Wu
2024-11-29[DOC] Mention that rb_id2str() returns a frozen stringAlan Wu
2024-11-13Mark strings returned by Symbol#to_s as chilled (#12065)Jean byroot Boussier
2024-11-12Add missing macros for `__has_builtin`Nobuyoshi Nakada