aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada2020-12-051-1/+1
* `dest` is always embedded so we can remove this checkAaron Patterson2020-10-281-6/+3
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-3/+0
* remove rb_obj_iv_index_tblKoichi Sasada2020-10-171-8/+0
* Improve doc in rb_class_real doc (#3637)S.H2020-10-101-1/+1
* Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn2020-09-021-7/+0
* ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平2020-08-191-0/+8
* [skip-ci] Clarification for dup vs clone docsEspartaco Palma2020-07-301-3/+3
* inline Primitive.cexpr!卜部昌平2020-07-131-1/+1
* Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun2020-07-031-53/+2
* Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun2020-07-031-26/+0
* add UNREACHABLE_RETURN卜部昌平2020-06-291-1/+6
* rb_cstr_to_dbl_raise: do not goto into a branch卜部昌平2020-06-291-7/+9
* rb_convert_to_integer: do not goto into a branch卜部昌平2020-06-291-12/+14
* rb_mod_const_location: do not goto into a branch卜部昌平2020-06-291-2/+4
* rb_mod_const_defined: do not goto into a branch卜部昌平2020-06-291-2/+4
* rb_mod_const_get: do not goto into a branch卜部昌平2020-06-291-2/+4
* class_or_module_required: do not goto into a branch卜部昌平2020-06-291-3/+1
* Annotate Kernel#class as inline (#3250)Takashi Kokubun2020-06-231-17/+0
* 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