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
*
Initialize new T_OBJECT as ROBJECT_EMBED
John Hawthorn
2020-09-02
1
-7
/
+0
*
ROBJECT_IV_INDEX_TBL: convert into an inline function
卜部昌平
2020-08-19
1
-0
/
+8
*
[skip-ci] Clarification for dup vs clone docs
Espartaco Palma
2020-07-30
1
-3
/
+3
*
inline Primitive.cexpr!
卜部昌平
2020-07-13
1
-1
/
+1
*
Make Kernel#then, #yield_self, #frozen? builtin (#3283)
Takashi Kokubun
2020-07-03
1
-53
/
+2
*
Rewrite Kernel#tap with Ruby (#3281)
Takashi Kokubun
2020-07-03
1
-26
/
+0
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-1
/
+6
*
rb_cstr_to_dbl_raise: do not goto into a branch
卜部昌平
2020-06-29
1
-7
/
+9
*
rb_convert_to_integer: do not goto into a branch
卜部昌平
2020-06-29
1
-12
/
+14
*
rb_mod_const_location: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
rb_mod_const_defined: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
rb_mod_const_get: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
class_or_module_required: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+1
*
Annotate Kernel#class as inline (#3250)
Takashi Kokubun
2020-06-23
1
-17
/
+0
*
Fix a typo in instance_variable_set documentation
Jean byroot Boussier
2020-06-10
1
-1
/
+1
*
Change language used in instance_variable_set documentation [ci skip]
Jeremy Evans
2020-06-10
1
-3
/
+3
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Classes made from Struct should have default `new` singleton method.
Marc-Andre Lafortune
2020-05-08
1
-3
/
+3
*
Share logically equivalent functions
Nobuyoshi Nakada
2020-05-07
1
-12
/
+2
*
[DOC] Removed no longer meaningful part [ci skip]
Nobuyoshi Nakada
2020-05-06
1
-3
/
+0
*
Removed unnecessary duplicate code
Nobuyoshi Nakada
2020-05-06
1
-4
/
+1
*
Generalize the explanation of the side effect of the rb_equal() optimization
Benoit Daloze
2020-05-06
1
-2
/
+4
*
Document rb_equal() and clarify the relation with Kernel#===
Benoit Daloze
2020-05-06
1
-4
/
+19
*
Remove redundant check in rb_obj_cmp()
Benoit Daloze
2020-05-06
1
-1
/
+1
*
support builtin for Kernel#Float
S.H
2020-04-22
1
-25
/
+3
*
Removed NIL/TRUE/FALSE
Nobuyoshi Nakada
2020-04-17
1
-15
/
+0
*
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
[next]