index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Age
Commit message (
Expand
)
Author
2021-12-20
Remove Class#descendants
Jeremy Evans
2021-12-08
Add `to_f` to predefined conversion method name to ID table
Nobuyoshi Nakada
2021-11-23
Add Class#subclasses
Jean Boussier
2021-11-18
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-17
Improve performance Kernel#Float with using Primitive.mandatory_only? method ...
S.H
2021-10-26
Add Class#descendants
Jeremy Evans
2021-10-21
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-20
Add comments about special runtime routines YJIT calls
Alan Wu
2021-09-19
Fix a typo [Bug #17048]
Nobuyoshi Nakada
2021-09-17
Removed Module.allocate [Bug #17048]
Nobuyoshi Nakada
2021-09-17
Already initialized modules cannot be replaced [Bug #17048]
Nobuyoshi Nakada
2021-09-12
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-10
include/ruby/ruby.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/arithmetic/double.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/intern/object.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/core/rbasic.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/core/rclass.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/fl_type.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/globals.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/newobj.h: add doxygen
卜部昌平
2021-08-02
Using RBOOL macro
S.H
2021-07-27
Use predefined IDs
Nobuyoshi Nakada
2021-07-20
Use RB_INTEGER_TYPE_P
Nobuyoshi Nakada
2021-07-18
Make boolean expected messages more consitent
Nobuyoshi Nakada
2021-07-18
Constified a local table
Nobuyoshi Nakada
2021-07-16
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-07-11
Move rb_str_escape function declaration
S-H-GAMELINKS
2021-06-30
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-06-28
Share freeze option handling
Nobuyoshi Nakada
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-02
Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)
S.H
2021-05-18
Object whats here (#4503)
Burdette Lamar
2021-05-13
What's Here for BasicObject (#4499)
Burdette Lamar
2021-05-13
What's Here for Kernel (#4488)
Burdette Lamar
2021-05-03
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-04-01
[Doc] Update to FrozenError from RuntimeError in Object#freeze
Kenichi Kamiya
2021-02-07
[DOC] Modified prefixes to get rid of conflicts
Nobuyoshi Nakada
2021-02-07
[DOC] make individual names so that rdoc can find each documents
Nobuyoshi Nakada
2021-02-07
[DOC] Module#method_undefined
Nobuyoshi Nakada
2020-12-24
[DOC] Fix typos
Marcus Stollsteimer
2020-12-22
rb_cData: no longer exists
卜部昌平
2020-12-22
Removed rb_cData entity
Nobuyoshi Nakada
2020-12-22
Data: delete
卜部昌平
2020-12-19
Use rb_id_attrset without intermediate strings
Nobuyoshi Nakada
2020-12-19
Feature 17314: update docs and NEWS about attr* methods returning array of sy...
Radosław Bułat
2020-12-19
Revert "Revert "Use rb_id_attrset without intermediate strings""
Yusuke Endoh
2020-12-19
attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...
Radosław Bułat
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
[next]