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
/
internal
Age
Commit message (
Expand
)
Author
2025-12-18
thread_sync.c: declare queue_data_type as parent of szqueue_data_type.
Jean Boussier
2025-12-18
[DOC] Fix documents of `rb_intern_str` and so on
Nobuyoshi Nakada
2025-12-18
[DOC] Re-fill the paragraph
Nobuyoshi Nakada
2025-12-18
[DOC] Fix double-word typos in comments
v4.0.0-preview3
Augustin Gottlieb
2025-12-17
Rename to `struct rbimpl_size_overflow_tag`
Nobuyoshi Nakada
2025-12-16
gc.h: Reintroduce immediate guard in `rb_obj_written`
Jean Boussier
2025-12-13
Fix documentation of RB_PASS_CALLED_KEYWORDS in C API
Benoit Daloze
2025-12-12
Fewer calls to `GET_EC()` and `GET_THREAD()` (#15506)
Luke Gruber
2025-12-10
Add `NUM2PTR` and `PTR2NUM` macros
Nobuyoshi Nakada
2025-12-09
Don't declare `rbimpl_check_typeddata` as pure
Jean Boussier
2025-12-09
Fix a typo in the deprecation warning message
Nobuyoshi Nakada
2025-12-08
Move RBIMPL_ATTR_DEPRECATED_* macros to the appropriate header file
Kazuki Yamaguchi
2025-12-05
fix typo s/sharable/shareable/
Koichi Sasada
2025-12-05
(experimental) RUBY_TYPED_FROZEN_SHAREABLE_NO_REC
Koichi Sasada
2025-12-04
Deprecate `rb_eval_cmd_kw`
Nobuyoshi Nakada
2025-12-03
Speedup TypedData_Get_Struct
Jean Boussier
2025-11-19
Win32: Drop support for older than MSVC 8.0/_MSC_VER 1400
Nobuyoshi Nakada
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-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-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-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-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
[next]