aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* Ivar copy needs to happen _before_ setting the shapeAaron Patterson2022-11-011-4/+4
* Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn2022-10-311-8/+10
* In init_copy, set shape after copying ivarsJemma Issroff2022-10-211-3/+3
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+1
* [Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`Nobuyoshi Nakada2022-10-201-0/+3
* Simplified rb_obj_copy_ivar implementationJemma Issroff2022-10-171-24/+8
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-111-1/+1
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-2/+44
* object.c: rb_eql returns int not VALUEJean Boussier2022-10-101-2/+2
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-44/+2
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-2/+44
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-44/+2
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-2/+44
* [DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`Nobuyoshi Nakada2022-09-081-4/+27
* Reuse rb_class_new_instance_kw functionS-H-GAMELINKS2022-08-201-7/+1
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-271-4/+8
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-358/+358
* Implement Objects on VWAPeter Zhu2022-07-151-27/+6
* Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada2022-06-201-9/+15
* Add assertion for embedded to embedded ivar copyJemma Issroff2022-06-101-0/+1
* Add Module#undefined_instance_methodsJeremy Evans2022-06-061-0/+2
* Link from printf methods to format spec doc (#5886)Burdette Lamar2022-05-051-253/+6
* [DOC] Enhanced RDoc for Kernel (#5847)Burdette Lamar2022-04-271-30/+61
* Faster rb_class_superclassJohn Hawthorn2022-04-261-7/+6
* [DOC] Enhanced RDoc for Kernel (#5846)Burdette Lamar2022-04-251-26/+37
* [DOC] Enhance documentation for `Module#<` & `Module#>`Akshay Birajdar2022-04-141-2/+6
* [DOC] Prefer RDOCLINK to the method nameNobuyoshi Nakada2022-04-141-1/+2
* [DOC] Now underscore methods can cross-referenceNobuyoshi Nakada2022-04-141-8/+6
* [DOC] Use simple references to operator methodsNobuyoshi Nakada2022-03-301-4/+4
* [DOC] Repair format of What's Here sections in object.c (#5722)Burdette Lamar2022-03-291-155/+147
* Revert "Faster rb_class_superclass"John Hawthorn2022-03-171-6/+7
* Faster rb_class_superclassJohn Hawthorn2022-03-171-7/+6
* Fast rb_class_inherited_pJohn Hawthorn2022-03-151-10/+31
* Fast object is iclass checksJohn Hawthorn2022-03-111-9/+29
* Revert "Fast object is iclass checks"John Hawthorn2022-03-101-23/+9
* Fast object is iclass checksJohn Hawthorn2022-03-101-9/+23
* Constant time class to class ancestor lookupJohn Hawthorn2022-02-231-5/+38
* Never call kind_of with klass=0John Hawthorn2022-02-231-0/+2
* Enhanced RDoc concerning command injection (#5537)Burdette Lamar2022-02-181-1/+1
* [DOC] Simplify operator method referencesNobuyoshi Nakada2022-02-121-18/+14
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-071-15/+15
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-071-2/+2
* Add a Module#const_added callbackJean Boussier2022-01-141-0/+23
* Allow include before calling Module#initializeJeremy Evans2022-01-061-1/+0
* Kernel#=~: delete卜部昌平2022-01-031-22/+2
* Negative RBOOL usageNobuyoshi Nakada2022-01-011-4/+4
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-261-98/+0
* Remove Class#descendantsJeremy Evans2021-12-201-1/+0
* Add `to_f` to predefined conversion method name to ID tableNobuyoshi Nakada2021-12-081-0/+1
* Add Class#subclassesJean Boussier2021-11-231-0/+1