Age | Commit message (Expand) | Author |
---|
11 days | Get rid of FL_EXIVAR | Jean Boussier |
2025-06-03 | Allow pass special constants to the write barrier | Peter Zhu |
2025-06-02 | shape.c: Implement a lock-free version of get_next_shape_internal | Jean Boussier |
2025-05-28 | Use flag for RCLASS_IS_INITIALIZED | John Hawthorn |
2025-05-26 | Add shape_id to RBasic under 32 bit | John Hawthorn |
2025-05-20 | Include stdbool.h without checking with autoconf | Alan Wu |
2025-05-14 | Bump ABI_VERSION | Jean Boussier |
2025-05-13 | Remove outdated references to FL_SEEN_OBJ_ID | Jean Boussier |
2025-05-13 | Make `waiting_fd` behaviour per-IO. (#13127) | Samuel Williams |
2025-05-11 | namespace on read | Satoshi Tagomori |
2025-05-08 | Move `object_id` in object fields. | Jean Boussier |
2025-05-08 | Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index` | Jean Boussier |
2025-05-05 | Add `RBIMPL_ATTR_NONSTRING_ARRAY()` macro for GCC 15 | Nobuyoshi Nakada |
2025-05-05 | Save one VALUE per embedded RTypedData | Jeremy Evans |
2025-04-30 | Suppress gcc 15 unterminated-string-initialization warnings | Nobuyoshi Nakada |
2025-04-30 | Fix C23 (GCC 15) WIN32 compatibility for rb_define_* functions | Alan Wu |
2025-04-30 | RUBY_T_{TRUE,FALSE} comments were reversed | Matt Valentine-House |
2025-03-18 | Suppress sign-conversion warning [ci skip] | Nobuyoshi Nakada |
2025-02-28 | [DOC] Fix the comment for RUBY_CONST_ID and rb_intern | Nobuyoshi Nakada |
2025-02-12 | Remove dead iv_index_tbl field in RObject | Peter Zhu |
2025-01-14 | [Bug #21024] <cstdbool> header has been useless | Nobuyoshi Nakada |
2025-01-14 | Mark `rb_path_check` as internal only | Nobuyoshi Nakada |
2025-01-13 | Move 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++17 | Nobuyoshi Nakada |
2025-01-02 | Move rbimpl_size_add_overflow from gc.c to memory.h | Peter Zhu |
2024-12-25 | Development of 3.5.0 started. | Yukihiro "Matz" Matsumoto |
2024-12-18 | use RBIMPL_ATTR_MAYBE_UNUSED | Naohisa 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 compaction | Peter Zhu |
2024-12-17 | Win32: Fix `rbimpl_size_mul_overflow` on arm64 | Nobuyoshi Nakada |
2024-12-13 | [DOC] Update `rb_strlen_lit` | Nobuyoshi Nakada |
2024-12-04 | Fix 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 string | Alan Wu |
2024-11-13 | Mark strings returned by Symbol#to_s as chilled (#12065) | Jean byroot Boussier |
2024-11-12 | Add missing macros for `__has_builtin` | Nobuyoshi Nakada |
2024-11-10 | rb_strlen_lit: support wide string literals | Nobuyoshi Nakada |
2024-11-10 | Fix sign-conversion warnings on IL32 platforms | Nobuyoshi Nakada |
2024-11-06 | `Warning[:strict_unused_block]` | Koichi Sasada |
2024-10-23 | Fix false warning by gcc 14 for aarch64 | Nobuyoshi Nakada |
2024-10-08 | Cast via `uintptr_t` function pointer between object pointer | Nobuyoshi Nakada |
2024-09-24 | fix rb_memsearch() document | NAITOH Jun |
2024-08-28 | [DOC] Mention rb_io_fdopen() takes ownership of the FD | Alan Wu |
2024-08-11 | Fix sign-conversion warning | Nobuyoshi Nakada |
2024-07-19 | Make rb_check_frozen_inline() static inline again | Alan Wu |
2024-07-17 | [DOC] Note that rb_obj_freeze_inline() can raise NoMemoryError | Alan Wu |
2024-07-17 | [DOC] No more is rb_ary_freeze() an alias of rb_obj_freeze() | Alan Wu |
2024-07-12 | give up USE_GC_MALLOC_OBJ_INFO_DETAILS | 卜部昌平 |
2024-07-10 | Add rb_block_call2, a flexible variant of rb_block_call | Yusuke Endoh |