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
Age
Commit message (
Expand
)
Author
2025-11-11
simplify RSRING_GETMEM() definition.
nagachika
2025-11-11
include/ruby/internal/core/rstring.h: Remove rbimpl_rstring_getmem() definition.
nagachika
2025-11-11
Remove rbimpl_rstring_getmem() usage as workaround for GCC 15.2.1 optimizatio...
nagachika
2025-11-07
Remove `rb_path_check` declaration
Earlopain
2025-11-07
Development of 4.0.0 started.
Yukihiro "Matz" Matsumoto
2025-11-07
Rename Namespace to Ruby::Box
Satoshi Tagomori
2025-10-25
Use pointer to the member
Nobuyoshi Nakada
2025-10-25
[DOC] Follow up GH-14470
Nobuyoshi Nakada
2025-10-23
add SET_SHAREABLE macros
Koichi Sasada
2025-10-17
win32: Prefix `clock_getclock` and `clock_getres`
Nobuyoshi Nakada
2025-10-17
win32: 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 21
Nobuyoshi Nakada
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
[next]