summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2020-03-22Support obj.clone(freeze: true) for freezing cloneJeremy Evans
2020-03-17Check if `freeze` option is givenNobuyoshi Nakada
2020-03-17support builtin for Kernel#cloneS.H
2020-03-12Pass keyword argument by RB_PASS_KEYWORDSNobuyoshi Nakada
2020-01-24[DOC] fixed line numbers [ci skip]Nobuyoshi Nakada
2020-01-23Clarify const_source_location docszverok
2020-01-23Added rb_warn_deprecated_to_removeNobuyoshi Nakada
2020-01-22Make taint warnings non-verbose instead of verboseJeremy Evans
2020-01-03Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2019-12-31Fix Object#inspect documentationJoao Fernandes
2019-12-27Use the more popular word [ci skip]Nobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-12-24`Object#=~` warning also obeys `Warning[:deprecated]`Nobuyoshi Nakada
2019-12-23Document Module#const_source_locationzverok
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-06Prohibit calling undefined allocator [Bug #16297]Nobuyoshi Nakada
2019-09-27[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...Jean Boussier
2019-09-20Make passing empty keywords to dig pass empty keywords to next dig methodJeremy Evans
2019-09-14Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans
2019-08-29drop-in type check for rb_define_private_method卜部昌平
2019-08-29move docs around [ci skip]卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-24Minor documentation fixes [ci skip]Jeremy Evans
2019-08-24Move Object#hash rdoc to hash.c [ci skip]Jeremy Evans
2019-08-16Fix doc in Object#respond_to_missing? (#2239)songhuangcn
2019-08-02Revert "Revert "Add a specialized instruction for `.nil?` calls""Yusuke Endoh
2019-08-02Revert "Add a specialized instruction for `.nil?` calls"Yusuke Endoh
2019-07-31Update object.cAaron Patterson
2019-07-31Add a specialized instruction for `.nil?` callsAaron Patterson
2019-07-26Add more documentation on #eql?/#hash relationship [ci skip]Jeremy Evans
2019-07-26Restore documentation for Object#hash [ci skip]Jeremy Evans
2019-07-11Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada
2019-07-09Moved error messagesNobuyoshi Nakada
2019-06-23* expand tabs.git
2019-06-23Module#constant_source_location [Feature #10771]Nobuyoshi Nakada
2019-06-13remove 2 redundant calls to rb_str_dupLuke Gruber
2019-05-07Avoid triggering autoload in Module#const_defined?(String)Jean Boussier
2019-04-08object.c: fix searching nested const pathsnobu
2019-03-22[DOC] fix markups [ci skip]nobu
2019-01-28Fix `Module#const_defined?` on inherited constantsnobu
2019-01-12No FloatDomainError at non-finitive number if exception: falsenobu
2019-01-03[DOC] Add `or nil` to call-seq [ci skip]kazu
2018-12-26object.c (rb_obj_match): use rb_warn for deprecation warningmame
2018-12-24complex.c, object.c: [DOC] improve "exception: false" docsstomar
2018-12-22{complex,object,rational}.c: document exception: falsenormal
2018-12-22Use idExceptionnobu
2018-12-16[DOC] Update Object#=~ [ci skip]kazu
2018-12-06Show the class of the receiver [Feature #15231]nobu
2018-12-05Prefer rb_check_arity when 0 or 1 argumentsnobu