aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in instance_variable_set documentationJean byroot Boussier2020-06-101-1/+1
* Change language used in instance_variable_set documentation [ci skip]Jeremy Evans2020-06-101-3/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Classes made from Struct should have default `new` singleton method.Marc-Andre Lafortune2020-05-081-3/+3
* Share logically equivalent functionsNobuyoshi Nakada2020-05-071-12/+2
* [DOC] Removed no longer meaningful part [ci skip]Nobuyoshi Nakada2020-05-061-3/+0
* Removed unnecessary duplicate codeNobuyoshi Nakada2020-05-061-4/+1
* Generalize the explanation of the side effect of the rb_equal() optimizationBenoit Daloze2020-05-061-2/+4
* Document rb_equal() and clarify the relation with Kernel#===Benoit Daloze2020-05-061-4/+19
* Remove redundant check in rb_obj_cmp()Benoit Daloze2020-05-061-1/+1
* support builtin for Kernel#FloatS.H2020-04-221-25/+3
* Removed NIL/TRUE/FALSENobuyoshi Nakada2020-04-171-15/+0
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+6
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Support obj.clone(freeze: true) for freezing cloneJeremy Evans2020-03-221-24/+50
* Check if `freeze` option is givenNobuyoshi Nakada2020-03-171-1/+1
* support builtin for Kernel#cloneS.H2020-03-171-33/+18
* Pass keyword argument by RB_PASS_KEYWORDSNobuyoshi Nakada2020-03-121-1/+1
* [DOC] fixed line numbers [ci skip]Nobuyoshi Nakada2020-01-241-6/+6
* Clarify const_source_location docszverok2020-01-231-9/+13
* Added rb_warn_deprecated_to_removeNobuyoshi Nakada2020-01-231-7/+7
* Make taint warnings non-verbose instead of verboseJeremy Evans2020-01-221-7/+7
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-031-8/+44
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-3/+1
* Fix Object#inspect documentationJoao Fernandes2019-12-311-1/+1
* Use the more popular word [ci skip]Nobuyoshi Nakada2019-12-271-2/+2
* decouple internal.h headers卜部昌平2019-12-261-7/+20
* `Object#=~` warning also obeys `Warning[:deprecated]`Nobuyoshi Nakada2019-12-241-2/+4
* Document Module#const_source_locationzverok2019-12-231-0/+47
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-101/+21
* Prohibit calling undefined allocator [Bug #16297]Nobuyoshi Nakada2019-11-061-2/+29
* [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...Jean Boussier2019-09-271-3/+13
* Make passing empty keywords to dig pass empty keywords to next dig methodJeremy Evans2019-09-201-2/+5
* Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans2019-09-141-2/+19
* drop-in type check for rb_define_private_method卜部昌平2019-08-291-12/+24
* move docs around [ci skip]卜部昌平2019-08-291-0/+261
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-2/+8
* Minor documentation fixes [ci skip]Jeremy Evans2019-08-241-5/+5
* Move Object#hash rdoc to hash.c [ci skip]Jeremy Evans2019-08-241-20/+1
* Fix doc in Object#respond_to_missing? (#2239)songhuangcn2019-08-161-1/+1
* Revert "Revert "Add a specialized instruction for `.nil?` calls""Yusuke Endoh2019-08-021-1/+1
* Revert "Add a specialized instruction for `.nil?` calls"Yusuke Endoh2019-08-021-1/+1
* Update object.cAaron Patterson2019-07-311-1/+1
* Add a specialized instruction for `.nil?` callsAaron Patterson2019-07-311-1/+1
* Add more documentation on #eql?/#hash relationship [ci skip]Jeremy Evans2019-07-261-1/+5
* Restore documentation for Object#hash [ci skip]Jeremy Evans2019-07-261-0/+19
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-111-8/+21
* Moved error messagesNobuyoshi Nakada2019-07-091-13/+15
* * expand tabs.git2019-06-231-57/+57