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
ruby_3_4
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
2019-08-29
drop-in type check for rb_define_private_method
卜部昌平
2019-08-29
move docs around [ci skip]
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-24
Minor documentation fixes [ci skip]
Jeremy Evans
2019-08-24
Move Object#hash rdoc to hash.c [ci skip]
Jeremy Evans
2019-08-16
Fix doc in Object#respond_to_missing? (#2239)
songhuangcn
2019-08-02
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-07-31
Update object.c
Aaron Patterson
2019-07-31
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-26
Add more documentation on #eql?/#hash relationship [ci skip]
Jeremy Evans
2019-07-26
Restore documentation for Object#hash [ci skip]
Jeremy Evans
2019-07-11
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-09
Moved error messages
Nobuyoshi Nakada
2019-06-23
* expand tabs.
git
2019-06-23
Module#constant_source_location [Feature #10771]
Nobuyoshi Nakada
2019-06-13
remove 2 redundant calls to rb_str_dup
Luke Gruber
2019-05-07
Avoid triggering autoload in Module#const_defined?(String)
Jean Boussier
2019-04-08
object.c: fix searching nested const paths
nobu
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-01-28
Fix `Module#const_defined?` on inherited constants
nobu
2019-01-12
No FloatDomainError at non-finitive number if exception: false
nobu
2019-01-03
[DOC] Add `or nil` to call-seq [ci skip]
kazu
2018-12-26
object.c (rb_obj_match): use rb_warn for deprecation warning
mame
2018-12-24
complex.c, object.c: [DOC] improve "exception: false" docs
stomar
2018-12-22
{complex,object,rational}.c: document exception: false
normal
2018-12-22
Use idException
nobu
2018-12-16
[DOC] Update Object#=~ [ci skip]
kazu
2018-12-06
Show the class of the receiver [Feature #15231]
nobu
2018-12-05
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-26
object.c: Deprecate Object#=~ and add NilClass#=~`
mame
2018-11-03
Always inline rb_to_integer to prevent a method call penalty
k0kubun
2018-10-26
object.c: [DOC] fix typos in doc for yield_self
stomar
2018-10-21
Improve doc of yield_self
aycabta
2018-10-02
Get rid of calling to_f in rat2dbl_without_to_f
nobu
2018-10-02
Fix Rational of Float
nobu
2018-07-22
object.c: prefer base optarg
nobu
2018-07-09
Don't copy FL_USER* on Kernel#clone. [Bug #14847]
ko1
2018-05-30
object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]
matz
2018-05-04
object.c: raise on long invalid float string
nobu
2018-05-02
object.c: fix exponent with underscore
nobu
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
[next]