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: 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
*
object.c: no TypeError at Symbol
nobu
2017-01-23
1
-0
/
+1
*
object.c: rb_class_alloc
nobu
2017-01-02
1
-4
/
+11
*
object.c: rb_class_s_new
nobu
2017-01-02
1
-3
/
+10
*
object.c: no TypeError at special const
nobu
2016-11-29
1
-2
/
+15
*
object.c: no TypeError at special const clone
nobu
2016-11-29
1
-1
/
+3
*
object.c: no TypeError at special const dup
nobu
2016-11-27
1
-1
/
+1
*
object.c: fixable float to fixnum
nobu
2016-10-27
1
-18
/
+11
*
object.c: use converted string
nobu
2016-10-27
1
-2
/
+1
*
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-26
1
-7
/
+7
*
* object.c: Improve documentation for Integer conversion.
hsbt
2016-10-14
1
-3
/
+6
*
* basictest/test.rb: Adjust spaces in class declarations
hsbt
2016-10-07
1
-4
/
+4
*
object.c: update rdoc
nobu
2016-09-09
1
-11
/
+6
*
replace fixnum by integer in documents.
akr
2016-09-08
1
-1
/
+1
*
object.c: fix {Module,Class}.new rdoc [ci skip]
nobu
2016-08-24
1
-2
/
+2
[next]