index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
1
-1
/
+1
*
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-02
1
-1
/
+1
*
Update object.c
Aaron Patterson
2019-07-31
1
-1
/
+1
*
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-31
1
-1
/
+1
*
Add more documentation on #eql?/#hash relationship [ci skip]
Jeremy Evans
2019-07-26
1
-1
/
+5
*
Restore documentation for Object#hash [ci skip]
Jeremy Evans
2019-07-26
1
-0
/
+19
*
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-11
1
-8
/
+21
*
Moved error messages
Nobuyoshi Nakada
2019-07-09
1
-13
/
+15
*
* expand tabs.
git
2019-06-23
1
-57
/
+57
*
Module#constant_source_location [Feature #10771]
Nobuyoshi Nakada
2019-06-23
1
-0
/
+100
*
remove 2 redundant calls to rb_str_dup
Luke Gruber
2019-06-13
1
-1
/
+1
*
Avoid triggering autoload in Module#const_defined?(String)
Jean Boussier
2019-05-07
1
-0
/
+3
*
object.c: fix searching nested const paths
nobu
2019-04-08
1
-7
/
+30
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-78
/
+75
*
Fix `Module#const_defined?` on inherited constants
nobu
2019-01-28
1
-1
/
+0
*
No FloatDomainError at non-finitive number if exception: false
nobu
2019-01-12
1
-0
/
+1
*
[DOC] Add `or nil` to call-seq [ci skip]
kazu
2019-01-03
1
-2
/
+2
*
object.c (rb_obj_match): use rb_warn for deprecation warning
mame
2018-12-26
1
-2
/
+2
*
complex.c, object.c: [DOC] improve "exception: false" docs
stomar
2018-12-24
1
-3
/
+3
*
{complex,object,rational}.c: document exception: false
normal
2018-12-22
1
-5
/
+15
*
Use idException
nobu
2018-12-22
1
-1
/
+1
*
[DOC] Update Object#=~ [ci skip]
kazu
2018-12-16
1
-3
/
+4
*
Show the class of the receiver [Feature #15231]
nobu
2018-12-06
1
-1
/
+2
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-05
1
-2
/
+2
*
object.c: Deprecate Object#=~ and add NilClass#=~`
mame
2018-11-26
1
-0
/
+15
*
Always inline rb_to_integer to prevent a method call penalty
k0kubun
2018-11-03
1
-1
/
+2
*
object.c: [DOC] fix typos in doc for yield_self
stomar
2018-10-26
1
-5
/
+4
*
Improve doc of yield_self
aycabta
2018-10-21
1
-0
/
+19
*
Get rid of calling to_f in rat2dbl_without_to_f
nobu
2018-10-02
1
-6
/
+5
*
Fix Rational of Float
nobu
2018-10-02
1
-3
/
+12
*
object.c: prefer base optarg
nobu
2018-07-22
1
-8
/
+16
*
Don't copy FL_USER* on Kernel#clone. [Bug #14847]
ko1
2018-07-09
1
-2
/
+0
*
object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]
matz
2018-05-30
1
-1
/
+3
*
object.c: raise on long invalid float string
nobu
2018-05-04
1
-1
/
+25
*
object.c: fix exponent with underscore
nobu
2018-05-02
1
-1
/
+5
*
symbol.c: non-ASCII constant names
nobu
2018-04-10
1
-2
/
+2
*
Add `exception:` keyword in Kernel#Float()
mrkn
2018-03-15
1
-81
/
+136
*
Add `exception:` keyword in Kernel#Integer()
mrkn
2018-03-15
1
-27
/
+56
*
object.c: conversions with ID
nobu
2018-03-07
1
-7
/
+11
*
defs/id.def: predefine to_f ID
nobu
2018-02-27
1
-2
/
+1
*
use convert_type_with_id
nobu
2018-02-26
1
-1
/
+1
*
use convert_type_with_id
nobu
2018-02-26
1
-6
/
+5
*
Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_of
mrkn
2018-02-26
1
-4
/
+4
*
Check the result of to_int in Kernel#Integer
mrkn
2018-02-26
1
-1
/
+1
*
[DOC] hide declaration from rdoc
nobu
2018-02-23
1
-1
/
+1
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-5
/
+5
*
array.c: rb_check_to_array
nobu
2018-01-27
1
-1
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-1
/
+1
*
Make Module#attr{accessor|reader|writer|} public [#14132]
marcandre
2017-11-29
1
-4
/
+4
[next]