summaryrefslogtreecommitdiffstats
path: root/object.c (follow)
Commit message (Expand)AuthorAgeLines
* Constant time class to class ancestor lookupJohn Hawthorn2022-02-23-5/+38
* Never call kind_of with klass=0John Hawthorn2022-02-23-0/+2
* Enhanced RDoc concerning command injection (#5537)Burdette Lamar2022-02-18-1/+1
* [DOC] Simplify operator method referencesNobuyoshi Nakada2022-02-12-18/+14
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-07-15/+15
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-07-2/+2
* Add a Module#const_added callbackJean Boussier2022-01-14-0/+23
* Allow include before calling Module#initializeJeremy Evans2022-01-06-1/+0
* Kernel#=~: delete卜部昌平2022-01-03-22/+2
* Negative RBOOL usageNobuyoshi Nakada2022-01-01-4/+4
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-26-98/+0
* Remove Class#descendantsJeremy Evans2021-12-20-1/+0
* Add `to_f` to predefined conversion method name to ID tableNobuyoshi Nakada2021-12-08-0/+1
* Add Class#subclassesJean Boussier2021-11-23-0/+1
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-18-10/+10
* Improve performance Kernel#Float with using Primitive.mandatory_only? method ...S.H2021-11-17-0/+6
* Add Class#descendantsJeremy Evans2021-10-26-0/+1
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-21-0/+2
* Add comments about special runtime routines YJIT callsAlan Wu2021-10-20-0/+2
* Fix a typo [Bug #17048]Nobuyoshi Nakada2021-09-19-1/+1
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-17-0/+2
* Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada2021-09-17-15/+9
* Using RB_FLOAT_TYPE_P macroS-H-GAMELINKS2021-09-12-1/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-11-1/+1
* include/ruby/ruby.h: add doxygen卜部昌平2021-09-10-11/+0
* include/ruby/internal/arithmetic/double.h: add doxygen卜部昌平2021-09-10-7/+0
* include/ruby/internal/intern/object.h: add doxygen卜部昌平2021-09-10-216/+12
* include/ruby/internal/core/rbasic.h: add doxygen卜部昌平2021-09-10-20/+0
* include/ruby/internal/core/rclass.h: add doxygen卜部昌平2021-09-10-7/+0
* include/ruby/internal/fl_type.h: add doxygen卜部昌平2021-09-10-4/+0
* include/ruby/internal/globals.h: add doxygen卜部昌平2021-09-10-9/+9
* include/ruby/internal/newobj.h: add doxygen卜部昌平2021-09-10-8/+0
* Using RBOOL macroS.H2021-08-02-15/+9
* Use predefined IDsNobuyoshi Nakada2021-07-27-2/+2
* Use RB_INTEGER_TYPE_PNobuyoshi Nakada2021-07-20-2/+1
* Make boolean expected messages more consitentNobuyoshi Nakada2021-07-18-1/+1
* Constified a local tableNobuyoshi Nakada2021-07-18-1/+1
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-16-3/+13
* Move rb_str_escape function declarationS-H-GAMELINKS2021-07-11-1/+1
* Specify version to remove as bare numbersNobuyoshi Nakada2021-06-30-7/+7
* rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada2021-06-30-7/+7
* Share freeze option handlingNobuyoshi Nakada2021-06-28-7/+7
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-17-1/+1
* Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H2021-06-02-33/+1
* Object whats here (#4503)Burdette Lamar2021-05-18-0/+84
* What's Here for BasicObject (#4499)Burdette Lamar2021-05-13-0/+25
* What's Here for Kernel (#4488)Burdette Lamar2021-05-13-0/+133
* Eagerly allocate instance variable tables along with objectAaron Patterson2021-05-03-13/+22
* [Doc] Update to FrozenError from RuntimeError in Object#freezeKenichi Kamiya2021-04-01-1/+1
* [DOC] Modified prefixes to get rid of conflictsNobuyoshi Nakada2021-02-07-14/+14