index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOC] Move the internal document for `Init_class_hierarchy`
Nobuyoshi Nakada
2023-01-04
1
-21
/
+0
*
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
1
-1
/
+13
*
Use rb_inspect instead of +PRIsVALUE for Object.inspect
Matt Valentine-House
2022-12-09
1
-2
/
+2
*
Remove dead code in rb_obj_copy_ivar
Peter Zhu
2022-11-22
1
-14
/
+0
*
Refactor obj_ivar_set and vm_setivar
Peter Zhu
2022-11-21
1
-2
/
+2
*
Update assertion
Aaron Patterson
2022-11-18
1
-1
/
+1
*
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-18
1
-1
/
+1
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-5
/
+5
*
Extract `rb_shape_get_parent` helper
Jemma Issroff
2022-11-10
1
-1
/
+1
*
Remove numiv from RObject
Jemma Issroff
2022-11-10
1
-1
/
+0
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-23
/
+54
*
Ivar copy needs to happen _before_ setting the shape
Aaron Patterson
2022-11-01
1
-4
/
+4
*
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-31
1
-8
/
+10
*
In init_copy, set shape after copying ivars
Jemma Issroff
2022-10-21
1
-3
/
+3
*
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-20
1
-0
/
+1
*
[Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`
Nobuyoshi Nakada
2022-10-20
1
-0
/
+3
*
Simplified rb_obj_copy_ivar implementation
Jemma Issroff
2022-10-17
1
-24
/
+8
*
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
1
-1
/
+1
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-2
/
+44
*
object.c: rb_eql returns int not VALUE
Jean Boussier
2022-10-10
1
-2
/
+2
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-44
/
+2
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-2
/
+44
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-44
/
+2
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-2
/
+44
*
[DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`
Nobuyoshi Nakada
2022-09-08
1
-4
/
+27
*
Reuse rb_class_new_instance_kw function
S-H-GAMELINKS
2022-08-20
1
-7
/
+1
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-4
/
+8
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-358
/
+358
*
Implement Objects on VWA
Peter Zhu
2022-07-15
1
-27
/
+6
*
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-20
1
-9
/
+15
*
Add assertion for embedded to embedded ivar copy
Jemma Issroff
2022-06-10
1
-0
/
+1
*
Add Module#undefined_instance_methods
Jeremy Evans
2022-06-06
1
-0
/
+2
*
Link from printf methods to format spec doc (#5886)
Burdette Lamar
2022-05-05
1
-253
/
+6
*
[DOC] Enhanced RDoc for Kernel (#5847)
Burdette Lamar
2022-04-27
1
-30
/
+61
*
Faster rb_class_superclass
John Hawthorn
2022-04-26
1
-7
/
+6
*
[DOC] Enhanced RDoc for Kernel (#5846)
Burdette Lamar
2022-04-25
1
-26
/
+37
*
[DOC] Enhance documentation for `Module#<` & `Module#>`
Akshay Birajdar
2022-04-14
1
-2
/
+6
*
[DOC] Prefer RDOCLINK to the method name
Nobuyoshi Nakada
2022-04-14
1
-1
/
+2
*
[DOC] Now underscore methods can cross-reference
Nobuyoshi Nakada
2022-04-14
1
-8
/
+6
*
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-30
1
-4
/
+4
*
[DOC] Repair format of What's Here sections in object.c (#5722)
Burdette Lamar
2022-03-29
1
-155
/
+147
*
Revert "Faster rb_class_superclass"
John Hawthorn
2022-03-17
1
-6
/
+7
*
Faster rb_class_superclass
John Hawthorn
2022-03-17
1
-7
/
+6
*
Fast rb_class_inherited_p
John Hawthorn
2022-03-15
1
-10
/
+31
*
Fast object is iclass checks
John Hawthorn
2022-03-11
1
-9
/
+29
*
Revert "Fast object is iclass checks"
John Hawthorn
2022-03-10
1
-23
/
+9
*
Fast object is iclass checks
John Hawthorn
2022-03-10
1
-9
/
+23
*
Constant time class to class ancestor lookup
John Hawthorn
2022-02-23
1
-5
/
+38
*
Never call kind_of with klass=0
John Hawthorn
2022-02-23
1
-0
/
+2
*
Enhanced RDoc concerning command injection (#5537)
Burdette Lamar
2022-02-18
1
-1
/
+1
[next]