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
...
*
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
*
object.c: deprecate Data
nobu
2017-11-29
1
-2
/
+3
*
* object.c: Improve documentation of Kernel#Array
sonots
2017-10-21
1
-1
/
+10
*
object.c: fix conversion failure message
nobu
2017-09-15
1
-18
/
+26
*
object.c: fix potential oob write in rb_str_to_dbl()
rhe
2017-09-01
1
-1
/
+1
*
Add Doxygen comments
yugui
2017-07-22
1
-0
/
+1
*
Fix documents
kazu
2017-07-22
1
-2
/
+2
*
Fix typos and indent
kazu
2017-07-22
1
-6
/
+6
*
* remove trailing spaces.
svn
2017-07-22
1
-1
/
+1
*
Add documents
yugui
2017-07-22
1
-92
/
+451
*
Improve performance of implicit type conversion
watson1978
2017-05-31
1
-21
/
+54
*
object.c: improve docs
stomar
2017-05-30
1
-12
/
+13
*
Improve performance of rb_eql()
watson1978
2017-05-25
1
-1
/
+9
*
Improve performance of rb_equal()
watson1978
2017-05-25
1
-1
/
+4
*
object.c: use a sized enumerator with #yield_self
nobu
2017-05-14
1
-1
/
+7
*
internal.h: rb_raise_static
nobu
2017-05-02
1
-3
/
+3
*
object.c: Kernel#yield_self
nobu
2017-05-01
1
-0
/
+18
*
Improve performance of type conversion using to_r
mrkn
2017-04-14
1
-0
/
+1
*
object.c: make String#to_f consistent with literal
nobu
2017-03-15
1
-9
/
+4
*
object.c: [DOC] simplify Object#tap example
stomar
2017-03-09
1
-5
/
+5
*
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-09
1
-1
/
+4
*
optimize FIXABLE macro
shyouhei
2017-03-06
1
-4
/
+1
*
numeric.c: Numeric#clone and #dup
nobu
2017-02-22
1
-0
/
+10
*
object.c: refactor rb_obj_clone and rb_obj_clone2
nobu
2017-02-22
1
-15
/
+36
*
object.c: message encoding
nobu
2017-02-21
1
-3
/
+4
[prev]
[next]