summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2021-08-02Using RBOOL macroS.H
2021-07-27Use predefined IDsNobuyoshi Nakada
2021-07-20Use RB_INTEGER_TYPE_PNobuyoshi Nakada
2021-07-18Make boolean expected messages more consitentNobuyoshi Nakada
2021-07-18Constified a local tableNobuyoshi Nakada
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-07-11Move rb_str_escape function declarationS-H-GAMELINKS
2021-06-30Specify version to remove as bare numbersNobuyoshi Nakada
2021-06-30rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada
2021-06-28Share freeze option handlingNobuyoshi Nakada
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-06-02Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H
2021-05-18Object whats here (#4503)Burdette Lamar
2021-05-13What's Here for BasicObject (#4499)Burdette Lamar
2021-05-13What's Here for Kernel (#4488)Burdette Lamar
2021-05-03Eagerly allocate instance variable tables along with objectAaron Patterson
2021-04-01[Doc] Update to FrozenError from RuntimeError in Object#freezeKenichi Kamiya
2021-02-07[DOC] Modified prefixes to get rid of conflictsNobuyoshi Nakada
2021-02-07[DOC] make individual names so that rdoc can find each documentsNobuyoshi Nakada
2021-02-07[DOC] Module#method_undefinedNobuyoshi Nakada
2020-12-24[DOC] Fix typosMarcus Stollsteimer
2020-12-22rb_cData: no longer exists卜部昌平
2020-12-22Removed rb_cData entityNobuyoshi Nakada
2020-12-22Data: delete卜部昌平
2020-12-19Use rb_id_attrset without intermediate stringsNobuyoshi Nakada
2020-12-19Feature 17314: update docs and NEWS about attr* methods returning array of sy...Radosław Bułat
2020-12-19Revert "Revert "Use rb_id_attrset without intermediate strings""Yusuke Endoh
2020-12-19attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...Radosław Bułat
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-18Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh
2020-12-18Revert "Use rb_id_attrset without intermediate strings"Yusuke Endoh
2020-12-18Use rb_id_attrset without intermediate stringsNobuyoshi Nakada
2020-12-17Better cooperation between public/protected/private with attr* and alias_methodRadosław Bułat
2020-12-16[DOC] Described "numeric representation" more precisely [ci skip]Nobuyoshi Nakada
2020-12-05Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada
2020-10-28`dest` is always embedded so we can remove this checkAaron Patterson
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-17remove rb_obj_iv_index_tblKoichi Sasada
2020-10-10Improve doc in rb_class_real doc (#3637)S.H
2020-09-02Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn
2020-08-19ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平
2020-07-30[skip-ci] Clarification for dup vs clone docsEspartaco Palma
2020-07-13inline Primitive.cexpr!卜部昌平
2020-07-03Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun
2020-07-03Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun
2020-06-29add UNREACHABLE_RETURN卜部昌平
2020-06-29rb_cstr_to_dbl_raise: do not goto into a branch卜部昌平
2020-06-29rb_convert_to_integer: do not goto into a branch卜部昌平
2020-06-29rb_mod_const_location: do not goto into a branch卜部昌平
2020-06-29rb_mod_const_defined: do not goto into a branch卜部昌平