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
/
object.c
Age
Commit message (
Expand
)
Author
33 hours
[Feature #21219] Selective inspect of instance variables
Nobuyoshi Nakada
3 days
Get rid of SHAPE_T_OBJECT
Jean Boussier
3 days
Replicate `heap_index` in shape_id flags.
Jean Boussier
5 days
Refactor raw accesses to rb_shape_t.capacity
Jean Boussier
6 days
Get rid of frozen shapes.
Jean Boussier
13 days
Use flag for RCLASS_IS_INITIALIZED
John Hawthorn
2025-05-27
Rename `rb_shape_id_canonical_p` -> `rb_shape_canonical_p`
Jean Boussier
2025-05-27
Rename `rb_shape_set_shape_id` in `rb_obj_set_shape_id`
Jean Boussier
2025-05-27
Refactor `rb_shape_too_complex_p` to take a `shape_id_t`.
Jean Boussier
2025-05-27
Refactor `rb_obj_shape` out.
Jean Boussier
2025-05-27
Refactor `rb_shape_rebuild_shape` to stop exposing `rb_shape_t`
Jean Boussier
2025-05-26
Add shape_id to RBasic under 32 bit
John Hawthorn
2025-05-23
Avoid calling RCLASS_SUPER in rb_class_superclass
John Hawthorn
2025-05-16
rb_copy_generic_ivar: reset shape_id when no ivar are present
Jean Boussier
2025-05-16
rb_gc_impl_copy_finalizer: generate a new object id
Jean Boussier
2025-05-12
Remove respond_to check from Class#bind_call
John Hawthorn
2025-05-11
Delete code for debugging namespace
Satoshi Tagomori
2025-05-11
namespace on read
Satoshi Tagomori
2025-05-09
Refactor `FIRST_T_OBJECT_SHAPE_ID` to not be used outside `shape.c`
Jean Boussier
2025-05-09
Rename `RB_OBJ_SHAPE` -> `rb_obj_shape`
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_id` -> `RB_OBJ_SHAPE_ID`
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_frozen` to return a `shape_id`.
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_by_id` -> `RSHAPE`
Jean Boussier
2025-05-08
Move `object_id` in object fields.
Jean Boussier
2025-05-08
shape.c: refactor frozen shape to no longer be final
Jean Boussier
2025-05-08
Refactor OBJ_TOO_COMPLEX_SHAPE_ID to not be referenced outside shape.h
Jean Boussier
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-04-30
Improve syntax style consistency in shape.c and shape.h
Jean Boussier
2025-04-10
Document order of execution const_added vs inherited
Xavier Noria
2025-03-07
[Bug #21163] Fix hexadecimal float conversion
Nobuyoshi Nakada
2025-01-23
Repair documentation markup in object.c
Olle Jonsson
2025-01-02
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Nobuyoshi Nakada
2025-01-02
[DOC] Exclude 'Method' from RDoc's autolinking
Nobuyoshi Nakada
2024-12-18
[DOC] Fix output examples containing old Hash#inspect format
tomoya ishida
2024-12-15
[DOC] Adjust argument unpacking docs and document **nil (#12228)
Victor Shepelev
2024-11-13
Mark strings returned by Symbol#to_s as chilled (#12065)
Jean byroot Boussier
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-09-07
Preserve encoding in exception message of `Float`
Nobuyoshi Nakada
2024-09-07
[Bug #20719] `Float` argument must be ASCII compatible
Nobuyoshi Nakada
2024-07-23
[DOC] Doc for BasicObject (#11139)
Burdette Lamar
2024-04-22
YJIT: Fix String#setbyte crashing for converted arguments
Alan Wu
2024-04-12
[DOC] Fix the wrong comment
Satoshi Tagomori
2024-03-26
Refactor init_copy gc attributes
eileencodes
2024-03-19
[DOC] Unify Doxygen formats (#10285)
Takashi Kokubun
2024-03-19
[Bug #20279] [DOC] Update for `BasicObject`
Earlopain
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-13
Make special const and too complex shapes before T_OBJECT shapes
Peter Zhu
2024-03-13
Don't create per size pool shapes for non-T_OBJECT
Peter Zhu
2024-03-13
Don't directly read the SIZE_POOL_COUNT in shapes
Peter Zhu
[next]