summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2018-07-09Don't copy FL_USER* on Kernel#clone. [Bug #14847]ko1
2018-05-30object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]matz
2018-05-04object.c: raise on long invalid float stringnobu
2018-05-02object.c: fix exponent with underscorenobu
2018-04-10symbol.c: non-ASCII constant namesnobu
2018-03-15Add `exception:` keyword in Kernel#Float()mrkn
2018-03-15Add `exception:` keyword in Kernel#Integer()mrkn
2018-03-07object.c: conversions with IDnobu
2018-02-27defs/id.def: predefine to_f IDnobu
2018-02-26use convert_type_with_idnobu
2018-02-26use convert_type_with_idnobu
2018-02-26Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_ofmrkn
2018-02-26Check the result of to_int in Kernel#Integermrkn
2018-02-23[DOC] hide declaration from rdocnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-27array.c: rb_check_to_arraynobu
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-29Make Module#attr{accessor|reader|writer|} public [#14132]marcandre
2017-11-29object.c: deprecate Datanobu
2017-10-21* object.c: Improve documentation of Kernel#Arraysonots
2017-09-15object.c: fix conversion failure messagenobu
2017-09-01object.c: fix potential oob write in rb_str_to_dbl()rhe
2017-07-22Add Doxygen commentsyugui
2017-07-22Fix documentskazu
2017-07-22Fix typos and indentkazu
2017-07-22* remove trailing spaces.svn
2017-07-22Add documentsyugui
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-30object.c: improve docsstomar
2017-05-25Improve performance of rb_eql()watson1978
2017-05-25Improve performance of rb_equal()watson1978
2017-05-14object.c: use a sized enumerator with #yield_selfnobu
2017-05-02internal.h: rb_raise_staticnobu
2017-05-01object.c: Kernel#yield_selfnobu
2017-04-14Improve performance of type conversion using to_rmrkn
2017-03-15object.c: make String#to_f consistent with literalnobu
2017-03-09object.c: [DOC] simplify Object#tap examplestomar
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-06optimize FIXABLE macroshyouhei
2017-02-22numeric.c: Numeric#clone and #dupnobu
2017-02-22object.c: refactor rb_obj_clone and rb_obj_clone2nobu
2017-02-21object.c: message encodingnobu
2017-01-23object.c: no TypeError at Symbolnobu
2017-01-02object.c: rb_class_allocnobu
2017-01-02object.c: rb_class_s_newnobu
2016-11-29object.c: no TypeError at special constnobu
2016-11-29object.c: no TypeError at special const clonenobu
2016-11-27object.c: no TypeError at special const dupnobu
2016-10-27object.c: fixable float to fixnumnobu