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
Age
Commit message (
Expand
)
Author
2025-05-11
Update common.mk dependencies
Yusuke Endoh
2025-05-11
Remove unnecessary prototype declarations
Yusuke Endoh
2025-05-11
Fix "old-style function definition"
Yusuke Endoh
2025-05-11
namespace on read
Satoshi Tagomori
2025-05-11
Revert "Fix redefinition of `clock_gettime` and `clock_getres`"
Hiroshi SHIBATA
2025-05-11
Fix typo (newsString -> new String)
Zopolis4
2025-05-10
[DOC] Update documentation for ObjectSpace#each_object
Daisuke Aritomo
2025-05-10
[DOC] Make clear that current behavior is not ideal
Daisuke Aritomo
2025-05-10
[DOC] ObjectSpace#each_object behavior in multi-Ractor mode
Daisuke Aritomo
2025-05-10
Refactor `rb_obj_field_get` to handle complex shapes
Jean Boussier
2025-05-10
Rename `rb_field_get` -> `rb_obj_field_get`
Jean Boussier
2025-05-10
Fix redefinition of `clock_gettime` and `clock_getres`
Nobuyoshi Nakada
2025-05-10
ruby/spec has a minimum of Ruby 3.2 now
Benoit Daloze
2025-05-10
Update bundled gems list as of 2025-05-09
git
2025-05-10
[Feature #15408] Fix up _id2ref_spec.rb
Nobuyoshi Nakada
2025-05-09
Only clear Ractor cache in child
John Hawthorn
2025-05-09
Update default gems list at 58c008e68f31a8056df508cc46e17c [ci skip]
git
2025-05-09
[ruby/psych] Bump version for release
Aaron Patterson
2025-05-09
Fix rb_range_beg_len() and rb_arithmetic_sequence_beg_len_step() spec
Benoit Daloze
2025-05-09
Try removing building C API specs in CRuby makefiles entirely
Benoit Daloze
2025-05-09
Try fixing building C API specs with make
Andrew Konchin
2025-05-09
Fix digest specs when run in CRuby via make test-spec
Andrew Konchin
2025-05-09
Fix formatting in digest_spec.c
Andrew Konchin
2025-05-09
Update to ruby/spec@d8bacef
Andrew Konchin
2025-05-09
Refactor `FIRST_T_OBJECT_SHAPE_ID` to not be used outside `shape.c`
Jean Boussier
2025-05-09
[ruby/psych] exception tests
OrenGitHub
2025-05-09
[ruby/psych] more special cases
OrenGitHub
2025-05-09
[ruby/psych] duplicate more tests
OrenGitHub
2025-05-09
[ruby/psych] add first test for safe load stream
OrenGitHub
2025-05-09
[ruby/psych] fixed bugs from testing
OrenGitHub
2025-05-09
[ruby/psych] Add safe version for load_stream
OrenGitHub
2025-05-09
Fix warnings in tests for ObjectSpace._id2ref
Peter Zhu
2025-05-09
ZJIT: Fix a splitting condition for LHS
Takashi Kokubun
2025-05-09
Fix crash when instantiating classes in Ractors
Peter Zhu
2025-05-09
Align gems/bundled_gems [ci skip]
Nobuyoshi Nakada
2025-05-09
Remove dead code in `rb_gc_impl_ractor_cache_free`
Jean Boussier
2025-05-09
Rename `RB_OBJ_SHAPE` -> `rb_obj_shape`
Jean Boussier
2025-05-09
Stop exposing rb_shape_frozen_shape_p
Jean Boussier
2025-05-09
Eliminate some `rb_shape_t *` usages outside of `shape.c`.
Jean Boussier
2025-05-09
Get rid of `rb_shape_get_parent`.
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_id` -> `RB_OBJ_SHAPE_ID`
Jean Boussier
2025-05-09
Remove unused `rb_shape_object_id_index`
Jean Boussier
2025-05-09
Refactor `rb_shape_get_next` to return an ID
Jean Boussier
2025-05-09
Refactor `rb_shape_transition_shape_remove_ivar` to not take a shape pointer
Jean Boussier
2025-05-09
Rename `rb_shape_obj_too_complex` -> `rb_shape_obj_too_complex_p`
Jean Boussier
2025-05-09
Refactor `rb_shape_transition_too_complex` to return an ID.
Jean Boussier
2025-05-09
Refactor `rb_shape_transition_frozen` to return a `shape_id`.
Jean Boussier
2025-05-09
Get rid of useless SHAPE_MASK
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_by_id` -> `RSHAPE`
Jean Boussier
2025-05-09
Refactor `rb_shape_get_next_iv_shape` to take and return ids.
Jean Boussier
[next]