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
...
*
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-07
1
-2
/
+2
*
Add a Module#const_added callback
Jean Boussier
2022-01-14
1
-0
/
+23
*
Allow include before calling Module#initialize
Jeremy Evans
2022-01-06
1
-1
/
+0
*
Kernel#=~: delete
卜部昌平
2022-01-03
1
-22
/
+2
*
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
1
-4
/
+4
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
1
-98
/
+0
*
Remove Class#descendants
Jeremy Evans
2021-12-20
1
-1
/
+0
*
Add `to_f` to predefined conversion method name to ID table
Nobuyoshi Nakada
2021-12-08
1
-0
/
+1
*
Add Class#subclasses
Jean Boussier
2021-11-23
1
-0
/
+1
*
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-18
1
-10
/
+10
*
Improve performance Kernel#Float with using Primitive.mandatory_only? method ...
S.H
2021-11-17
1
-0
/
+6
*
Add Class#descendants
Jeremy Evans
2021-10-26
1
-0
/
+1
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
1
-0
/
+2
*
Add comments about special runtime routines YJIT calls
Alan Wu
2021-10-20
1
-0
/
+2
*
Fix a typo [Bug #17048]
Nobuyoshi Nakada
2021-09-19
1
-1
/
+1
*
Removed Module.allocate [Bug #17048]
Nobuyoshi Nakada
2021-09-17
1
-0
/
+2
*
Already initialized modules cannot be replaced [Bug #17048]
Nobuyoshi Nakada
2021-09-17
1
-15
/
+9
*
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-12
1
-1
/
+1
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-1
/
+1
*
include/ruby/ruby.h: add doxygen
卜部昌平
2021-09-10
1
-11
/
+0
*
include/ruby/internal/arithmetic/double.h: add doxygen
卜部昌平
2021-09-10
1
-7
/
+0
*
include/ruby/internal/intern/object.h: add doxygen
卜部昌平
2021-09-10
1
-216
/
+12
*
include/ruby/internal/core/rbasic.h: add doxygen
卜部昌平
2021-09-10
1
-20
/
+0
*
include/ruby/internal/core/rclass.h: add doxygen
卜部昌平
2021-09-10
1
-7
/
+0
*
include/ruby/internal/fl_type.h: add doxygen
卜部昌平
2021-09-10
1
-4
/
+0
*
include/ruby/internal/globals.h: add doxygen
卜部昌平
2021-09-10
1
-9
/
+9
*
include/ruby/internal/newobj.h: add doxygen
卜部昌平
2021-09-10
1
-8
/
+0
*
Using RBOOL macro
S.H
2021-08-02
1
-15
/
+9
*
Use predefined IDs
Nobuyoshi Nakada
2021-07-27
1
-2
/
+2
*
Use RB_INTEGER_TYPE_P
Nobuyoshi Nakada
2021-07-20
1
-2
/
+1
*
Make boolean expected messages more consitent
Nobuyoshi Nakada
2021-07-18
1
-1
/
+1
*
Constified a local table
Nobuyoshi Nakada
2021-07-18
1
-1
/
+1
*
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-07-16
1
-3
/
+13
*
Move rb_str_escape function declaration
S-H-GAMELINKS
2021-07-11
1
-1
/
+1
*
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
1
-7
/
+7
*
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-06-30
1
-7
/
+7
*
Share freeze option handling
Nobuyoshi Nakada
2021-06-28
1
-7
/
+7
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+1
*
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
[prev]
[next]