index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ruby
Age
Commit message (
Expand
)
Author
2025-09-15
[DOC] Fix typos in comments
Étienne Barrié
2025-09-08
Bump ABI version
Jean Boussier
2025-09-08
Move `IS_TYPED_DATA` in RBasic.flags
Jean Boussier
2025-08-29
[DOC] rb_str_resurrect(): Reword to remove wrong guess; used by zlib
Alan Wu
2025-08-27
Replace ROBJECT_EMBED by ROBJECT_HEAP
Jean Boussier
2025-08-26
Ensure T_OBJECT and T_IMEMO/fields have identical layout
Jean Boussier
2025-08-14
Fix a static assertion incompatible with C++98 (#14229)
Takashi Kokubun
2025-08-14
Fix documentation about struct RData's data field
Étienne Barrié
2025-08-12
RTypedData: keep direct reference to IMEMO/fields
Jean Boussier
2025-08-12
Replace stdatomic ops with explicit mem order
John Hawthorn
2025-08-12
Implement rbimpl_atomic_value_load
John Hawthorn
2025-08-12
Update rbimpl_atomic_* to all take a memory order
John Hawthorn
2025-08-12
Rename rbimpl_atomic.*_set to _store
John Hawthorn
2025-07-28
[DOC] Fix return value of rb_str_hash_cmp
Peter Zhu
2025-07-24
Support `cause:` in `Thread#raise` and `Fiber#raise`. (#13967)
Samuel Williams
2025-07-17
`atomic.h`: Add C11 <stdatomic.h> implementation
fuhsnn
2025-07-17
`atomic.h`: Use explicit logic for 32-bit #else branches
fuhsnn
2025-07-11
Add Set C-API
Jeremy Evans
2025-06-25
Never use flags on T_NODE
John Hawthorn
2025-06-13
Get rid of FL_EXIVAR
Jean Boussier
2025-06-06
Fix `blocking_operation_wait` use-after-free bug.
Samuel Williams
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-30
[Feature #21205] Define File::Stat#birthtime by statx
Nobuyoshi Nakada
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-23
Bump fiber scheduler version and add missing documentation. (#13424)
Samuel Williams
2025-05-23
Allow `IO#close` to interrupt IO operations on fibers using `fiber_interrupt`...
Samuel Williams
2025-05-22
Fix for old mingw without `clock_gettime` and `clock_getres`
Nobuyoshi Nakada
2025-05-20
Include stdbool.h without checking with autoconf
Alan Wu
2025-05-14
Bump ABI_VERSION
Jean Boussier
2025-05-14
Reduce `Object#object_id` contention.
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-12
Fix redefinition of `clock_gettime` and `clock_getres`
Nobuyoshi Nakada
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
get_next_shape_internal: Skip VM lock for single child case
Jean Boussier
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-04-18
Work on ATOMIC_VALUE_SET
John Hawthorn
2025-04-16
Introduce `enum rb_io_mode`. (#7894)
Samuel Williams
2025-04-14
Expose `ruby_thread_has_gvl_p`.
Samuel Williams
2025-03-28
Mark first argument to all C-API tracepoint functions as nonnull
Richard Böhme
2025-03-28
Make rb_tracearg_(parameters|eval_script|instruction_sequence) public C-API
Richard Böhme
2025-03-18
Suppress sign-conversion warning [ci skip]
Nobuyoshi Nakada
[next]