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-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
2020-12-18
Revert "Better cooperation between public/protected/private with attr* and al...
Yusuke Endoh
2020-12-18
Revert "Use rb_id_attrset without intermediate strings"
Yusuke Endoh
2020-12-18
Use rb_id_attrset without intermediate strings
Nobuyoshi Nakada
2020-12-17
Better cooperation between public/protected/private with attr* and alias_method
Radosław Bułat
2020-12-16
[DOC] Described "numeric representation" more precisely [ci skip]
Nobuyoshi Nakada
2020-12-05
Protoized old pre-ANSI K&R style definitions
Nobuyoshi Nakada
2020-10-28
`dest` is always embedded so we can remove this check
Aaron Patterson
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-17
remove rb_obj_iv_index_tbl
Koichi Sasada
2020-10-10
Improve doc in rb_class_real doc (#3637)
S.H
2020-09-02
Initialize new T_OBJECT as ROBJECT_EMBED
John Hawthorn
2020-08-19
ROBJECT_IV_INDEX_TBL: convert into an inline function
卜部昌平
2020-07-30
[skip-ci] Clarification for dup vs clone docs
Espartaco Palma
2020-07-13
inline Primitive.cexpr!
卜部昌平
2020-07-03
Make Kernel#then, #yield_self, #frozen? builtin (#3283)
Takashi Kokubun
2020-07-03
Rewrite Kernel#tap with Ruby (#3281)
Takashi Kokubun
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
rb_cstr_to_dbl_raise: do not goto into a branch
卜部昌平
2020-06-29
rb_convert_to_integer: do not goto into a branch
卜部昌平
2020-06-29
rb_mod_const_location: do not goto into a branch
卜部昌平
2020-06-29
rb_mod_const_defined: do not goto into a branch
卜部昌平
[next]