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
*
Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)
S.H
2021-06-02
1
-33
/
+1
*
Object whats here (#4503)
Burdette Lamar
2021-05-18
1
-0
/
+84
*
What's Here for BasicObject (#4499)
Burdette Lamar
2021-05-13
1
-0
/
+25
*
What's Here for Kernel (#4488)
Burdette Lamar
2021-05-13
1
-0
/
+133
*
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-05-03
1
-13
/
+22
*
[Doc] Update to FrozenError from RuntimeError in Object#freeze
Kenichi Kamiya
2021-04-01
1
-1
/
+1
*
[DOC] Modified prefixes to get rid of conflicts
Nobuyoshi Nakada
2021-02-07
1
-14
/
+14
*
[DOC] make individual names so that rdoc can find each documents
Nobuyoshi Nakada
2021-02-07
1
-11
/
+22
*
[DOC] Module#method_undefined
Nobuyoshi Nakada
2021-02-07
1
-0
/
+26
*
[DOC] Fix typos
Marcus Stollsteimer
2020-12-24
1
-4
/
+4
*
rb_cData: no longer exists
卜部昌平
2020-12-22
1
-1
/
+0
*
Removed rb_cData entity
Nobuyoshi Nakada
2020-12-22
1
-22
/
+0
*
Data: delete
卜部昌平
2020-12-22
1
-9
/
+21
*
Use rb_id_attrset without intermediate strings
Nobuyoshi Nakada
2020-12-19
1
-1
/
+1
*
Feature 17314: update docs and NEWS about attr* methods returning array of sy...
Radosław Bułat
2020-12-19
1
-12
/
+12
*
Revert "Revert "Use rb_id_attrset without intermediate strings""
Yusuke Endoh
2020-12-19
1
-4
/
+3
*
attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...
Radosław Bułat
2020-12-19
1
-9
/
+30
*
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
[next]