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
...
*
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
1
-2
/
+2
*
Revert "Better cooperation between public/protected/private with attr* and al...
Yusuke Endoh
2020-12-18
1
-41
/
+20
*
Revert "Use rb_id_attrset without intermediate strings"
Yusuke Endoh
2020-12-18
1
-3
/
+4
*
Use rb_id_attrset without intermediate strings
Nobuyoshi Nakada
2020-12-18
1
-4
/
+3
*
Better cooperation between public/protected/private with attr* and alias_method
Radosław Bułat
2020-12-17
1
-20
/
+41
*
[DOC] Described "numeric representation" more precisely [ci skip]
Nobuyoshi Nakada
2020-12-16
1
-2
/
+4
*
Protoized old pre-ANSI K&R style definitions
Nobuyoshi Nakada
2020-12-05
1
-1
/
+1
*
`dest` is always embedded so we can remove this check
Aaron Patterson
2020-10-28
1
-6
/
+3
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-3
/
+0
*
remove rb_obj_iv_index_tbl
Koichi Sasada
2020-10-17
1
-8
/
+0
*
Improve doc in rb_class_real doc (#3637)
S.H
2020-10-10
1
-1
/
+1
*
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
[prev]
[next]