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
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
3 days
Fix `blocking_operation_wait` use-after-free bug.
Samuel Williams
6 days
Allow pass special constants to the write barrier
Peter Zhu
7 days
shape.c: Implement a lock-free version of get_next_shape_internal
Jean Boussier
10 days
[Feature #21205] Define File::Stat#birthtime by statx
Nobuyoshi Nakada
12 days
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
2025-03-16
Make wrapper of `main` for wasm more generic
Nobuyoshi Nakada
2025-03-16
Make ASAN default option string built-in libruby
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-20
Introduce `Fiber::Scheduler#blocking_operation_wait`. (#12016)
Samuel Williams
[next]