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
2023-11-17
Refactor rb_obj_evacuate_ivs_to_hash_table
Jean Boussier
2023-11-16
rb_evict_ivars_to_hash: get rid of the sahpe paramater
Jean Boussier
2023-10-31
Handle running out of shapes in `Object#dup`
Jean Boussier
2023-10-24
`get_next_shape_internal` should always return a shape
Aaron Patterson
2023-10-24
geniv objects can become too complex
Aaron Patterson
2023-08-31
[Bug #19349] Respect `#to_int` of `base` argument
Nobuyoshi Nakada
2023-08-15
[DOC] Improve doc guide compliance (#8221)
Burdette Lamar
2023-08-08
[Bug #19833] Fix index underflow at superclasses of `BasicObject`
Nobuyoshi Nakada
2023-06-21
Allow setting the name of a class or module. (#7483)
Samuel Williams
2023-04-11
[DOC] Documentation for flags of RObject
Peter Zhu
2023-03-20
Use an st table for "too complex" objects
Aaron Patterson
2023-03-16
[DOC] Enhanced RDoc for TrueClass (#7521)
Burdette Lamar
2023-03-13
[DOC] Enhanced RDoc for NilClass (#7500)
Burdette Lamar
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-15
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-01-31
YJIT: Implement codegen for Kernel#block_given? (#7202)
Takashi Kokubun
2023-01-22
Adjust braces [ci skip]
Nobuyoshi Nakada
2023-01-04
[DOC] Move the internal document for `Init_class_hierarchy`
Nobuyoshi Nakada
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-09
Use rb_inspect instead of +PRIsVALUE for Object.inspect
Matt Valentine-House
2022-11-22
Remove dead code in rb_obj_copy_ivar
Peter Zhu
2022-11-21
Refactor obj_ivar_set and vm_setivar
Peter Zhu
2022-11-18
Update assertion
Aaron Patterson
2022-11-18
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-10
Extract `rb_shape_get_parent` helper
Jemma Issroff
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-11-01
Ivar copy needs to happen _before_ setting the shape
Aaron Patterson
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-21
In init_copy, set shape after copying ivars
Jemma Issroff
2022-10-20
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-20
[Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`
Nobuyoshi Nakada
2022-10-17
Simplified rb_obj_copy_ivar implementation
Jemma Issroff
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-10
object.c: rb_eql returns int not VALUE
Jean Boussier
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-08
[DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`
Nobuyoshi Nakada
2022-08-20
Reuse rb_class_new_instance_kw function
S-H-GAMELINKS
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-15
Implement Objects on VWA
Peter Zhu
2022-06-20
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-10
Add assertion for embedded to embedded ivar copy
Jemma Issroff
[next]