aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* Add `to_f` to predefined conversion method name to ID tableNobuyoshi Nakada2021-12-081-0/+1
* Add Class#subclassesJean Boussier2021-11-231-0/+1
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-181-10/+10
* Improve performance Kernel#Float with using Primitive.mandatory_only? method ...S.H2021-11-171-0/+6
* Add Class#descendantsJeremy Evans2021-10-261-0/+1
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-211-0/+2
* Add comments about special runtime routines YJIT callsAlan Wu2021-10-201-0/+2
* Fix a typo [Bug #17048]Nobuyoshi Nakada2021-09-191-1/+1
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-0/+2
* Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada2021-09-171-15/+9
* Using RB_FLOAT_TYPE_P macroS-H-GAMELINKS2021-09-121-1/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-111-1/+1
* include/ruby/ruby.h: add doxygen卜部昌平2021-09-101-11/+0
* include/ruby/internal/arithmetic/double.h: add doxygen卜部昌平2021-09-101-7/+0
* include/ruby/internal/intern/object.h: add doxygen卜部昌平2021-09-101-216/+12
* include/ruby/internal/core/rbasic.h: add doxygen卜部昌平2021-09-101-20/+0
* include/ruby/internal/core/rclass.h: add doxygen卜部昌平2021-09-101-7/+0
* include/ruby/internal/fl_type.h: add doxygen卜部昌平2021-09-101-4/+0
* include/ruby/internal/globals.h: add doxygen卜部昌平2021-09-101-9/+9
* include/ruby/internal/newobj.h: add doxygen卜部昌平2021-09-101-8/+0
* Using RBOOL macroS.H2021-08-021-15/+9
* Use predefined IDsNobuyoshi Nakada2021-07-271-2/+2
* Use RB_INTEGER_TYPE_PNobuyoshi Nakada2021-07-201-2/+1
* Make boolean expected messages more consitentNobuyoshi Nakada2021-07-181-1/+1
* Constified a local tableNobuyoshi Nakada2021-07-181-1/+1
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-3/+13
* Move rb_str_escape function declarationS-H-GAMELINKS2021-07-111-1/+1
* Specify version to remove as bare numbersNobuyoshi Nakada2021-06-301-7/+7
* rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada2021-06-301-7/+7
* Share freeze option handlingNobuyoshi Nakada2021-06-281-7/+7
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-1/+1
* Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H2021-06-021-33/+1
* Object whats here (#4503)Burdette Lamar2021-05-181-0/+84
* What's Here for BasicObject (#4499)Burdette Lamar2021-05-131-0/+25
* What's Here for Kernel (#4488)Burdette Lamar2021-05-131-0/+133
* Eagerly allocate instance variable tables along with objectAaron Patterson2021-05-031-13/+22
* [Doc] Update to FrozenError from RuntimeError in Object#freezeKenichi Kamiya2021-04-011-1/+1
* [DOC] Modified prefixes to get rid of conflictsNobuyoshi Nakada2021-02-071-14/+14
* [DOC] make individual names so that rdoc can find each documentsNobuyoshi Nakada2021-02-071-11/+22
* [DOC] Module#method_undefinedNobuyoshi Nakada2021-02-071-0/+26
* [DOC] Fix typosMarcus Stollsteimer2020-12-241-4/+4
* rb_cData: no longer exists卜部昌平2020-12-221-1/+0
* Removed rb_cData entityNobuyoshi Nakada2020-12-221-22/+0
* Data: delete卜部昌平2020-12-221-9/+21
* Use rb_id_attrset without intermediate stringsNobuyoshi Nakada2020-12-191-1/+1
* Feature 17314: update docs and NEWS about attr* methods returning array of sy...Radosław Bułat2020-12-191-12/+12
* Revert "Revert "Use rb_id_attrset without intermediate strings""Yusuke Endoh2020-12-191-4/+3
* attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...Radosław Bułat2020-12-191-9/+30
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-2/+2
* Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh2020-12-181-41/+20