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
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+6
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Support obj.clone(freeze: true) for freezing clone
Jeremy Evans
2020-03-22
1
-24
/
+50
*
Check if `freeze` option is given
Nobuyoshi Nakada
2020-03-17
1
-1
/
+1
*
support builtin for Kernel#clone
S.H
2020-03-17
1
-33
/
+18
*
Pass keyword argument by RB_PASS_KEYWORDS
Nobuyoshi Nakada
2020-03-12
1
-1
/
+1
*
[DOC] fixed line numbers [ci skip]
Nobuyoshi Nakada
2020-01-24
1
-6
/
+6
*
Clarify const_source_location docs
zverok
2020-01-23
1
-9
/
+13
*
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-23
1
-7
/
+7
*
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-22
1
-7
/
+7
*
Call initialize_clone with freeze: false if clone called with freeze: false
Jeremy Evans
2020-01-03
1
-8
/
+44
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-3
/
+1
*
Fix Object#inspect documentation
Joao Fernandes
2019-12-31
1
-1
/
+1
*
Use the more popular word [ci skip]
Nobuyoshi Nakada
2019-12-27
1
-2
/
+2
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-7
/
+20
*
`Object#=~` warning also obeys `Warning[:deprecated]`
Nobuyoshi Nakada
2019-12-24
1
-2
/
+4
*
Document Module#const_source_location
zverok
2019-12-23
1
-0
/
+47
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-101
/
+21
*
Prohibit calling undefined allocator [Bug #16297]
Nobuyoshi Nakada
2019-11-06
1
-2
/
+29
*
[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...
Jean Boussier
2019-09-27
1
-3
/
+13
*
Make passing empty keywords to dig pass empty keywords to next dig method
Jeremy Evans
2019-09-20
1
-2
/
+5
*
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-14
1
-2
/
+19
*
drop-in type check for rb_define_private_method
卜部昌平
2019-08-29
1
-12
/
+24
*
move docs around [ci skip]
卜部昌平
2019-08-29
1
-0
/
+261
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-2
/
+8
*
Minor documentation fixes [ci skip]
Jeremy Evans
2019-08-24
1
-5
/
+5
*
Move Object#hash rdoc to hash.c [ci skip]
Jeremy Evans
2019-08-24
1
-20
/
+1
*
Fix doc in Object#respond_to_missing? (#2239)
songhuangcn
2019-08-16
1
-1
/
+1
*
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
[next]