index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Age
Commit message (
Expand
)
Author
2018-04-10
symbol.c: non-ASCII constant names
nobu
2018-03-15
Add `exception:` keyword in Kernel#Float()
mrkn
2018-03-15
Add `exception:` keyword in Kernel#Integer()
mrkn
2018-03-07
object.c: conversions with ID
nobu
2018-02-27
defs/id.def: predefine to_f ID
nobu
2018-02-26
use convert_type_with_id
nobu
2018-02-26
use convert_type_with_id
nobu
2018-02-26
Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_of
mrkn
2018-02-26
Check the result of to_int in Kernel#Integer
mrkn
2018-02-23
[DOC] hide declaration from rdoc
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-27
array.c: rb_check_to_array
nobu
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-11-29
Make Module#attr{accessor|reader|writer|} public [#14132]
marcandre
2017-11-29
object.c: deprecate Data
nobu
2017-10-21
* object.c: Improve documentation of Kernel#Array
sonots
2017-09-15
object.c: fix conversion failure message
nobu
2017-09-01
object.c: fix potential oob write in rb_str_to_dbl()
rhe
2017-07-22
Add Doxygen comments
yugui
2017-07-22
Fix documents
kazu
2017-07-22
Fix typos and indent
kazu
2017-07-22
* remove trailing spaces.
svn
2017-07-22
Add documents
yugui
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-30
object.c: improve docs
stomar
2017-05-25
Improve performance of rb_eql()
watson1978
2017-05-25
Improve performance of rb_equal()
watson1978
2017-05-14
object.c: use a sized enumerator with #yield_self
nobu
2017-05-02
internal.h: rb_raise_static
nobu
2017-05-01
object.c: Kernel#yield_self
nobu
2017-04-14
Improve performance of type conversion using to_r
mrkn
2017-03-15
object.c: make String#to_f consistent with literal
nobu
2017-03-09
object.c: [DOC] simplify Object#tap example
stomar
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-06
optimize FIXABLE macro
shyouhei
2017-02-22
numeric.c: Numeric#clone and #dup
nobu
2017-02-22
object.c: refactor rb_obj_clone and rb_obj_clone2
nobu
2017-02-21
object.c: message encoding
nobu
2017-01-23
object.c: no TypeError at Symbol
nobu
2017-01-02
object.c: rb_class_alloc
nobu
2017-01-02
object.c: rb_class_s_new
nobu
2016-11-29
object.c: no TypeError at special const
nobu
2016-11-29
object.c: no TypeError at special const clone
nobu
2016-11-27
object.c: no TypeError at special const dup
nobu
2016-10-27
object.c: fixable float to fixnum
nobu
2016-10-27
object.c: use converted string
nobu
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-14
* object.c: Improve documentation for Integer conversion.
hsbt
2016-10-07
* basictest/test.rb: Adjust spaces in class declarations
hsbt
[next]