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
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
卜部昌平
2020-06-29
rb_mod_const_get: do not goto into a branch
卜部昌平
2020-06-29
class_or_module_required: do not goto into a branch
卜部昌平
2020-06-23
Annotate Kernel#class as inline (#3250)
Takashi Kokubun
2020-06-10
Fix a typo in instance_variable_set documentation
Jean byroot Boussier
2020-06-10
Change language used in instance_variable_set documentation [ci skip]
Jeremy Evans
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-08
Classes made from Struct should have default `new` singleton method.
Marc-Andre Lafortune
2020-05-07
Share logically equivalent functions
Nobuyoshi Nakada
2020-05-06
[DOC] Removed no longer meaningful part [ci skip]
Nobuyoshi Nakada
2020-05-06
Removed unnecessary duplicate code
Nobuyoshi Nakada
2020-05-06
Generalize the explanation of the side effect of the rb_equal() optimization
Benoit Daloze
2020-05-06
Document rb_equal() and clarify the relation with Kernel#===
Benoit Daloze
2020-05-06
Remove redundant check in rb_obj_cmp()
Benoit Daloze
2020-04-22
support builtin for Kernel#Float
S.H
2020-04-17
Removed NIL/TRUE/FALSE
Nobuyoshi Nakada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-22
Support obj.clone(freeze: true) for freezing clone
Jeremy Evans
2020-03-17
Check if `freeze` option is given
Nobuyoshi Nakada
[next]