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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Age
Commit message (
Expand
)
Author
2019-11-29
Supress class variable overtaken warning when original modules are the same
Jeremy Evans
2019-11-29
export func for MJIT
Koichi Sasada
2019-11-29
Revert "export for MJIT"
Koichi Sasada
2019-11-29
export for MJIT
Koichi Sasada
2019-11-29
fastpath for ivar read of FL_EXIVAR objects.
Koichi Sasada
2019-11-25
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-18
Deprecate rb_eval_cmd, add rb_eval_cmd_kw
Jeremy Evans
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-10-09
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-09-26
[EXPERIMENTAL] Make Module#name return a frozen String
Jean Boussier
2019-09-22
variable.c: Rename rb_st_copy to rb_iv_tbl_copy
Yusuke Endoh
2019-09-21
Fix Module#class_variables for singleton classes of classes/modules
Jeremy Evans
2019-09-01
Export rb_const_source_location_at for MJIT
Kazuki Tsujimoto
2019-08-29
move docs around [ci skip]
卜部昌平
2019-08-27
rb_ivar_foreach now free from ANYARGS
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-14
Don't accidentally name anonymous module/class
Alan Wu
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-07-31
remove RHash::iter_lev.
Koichi Sasada
2019-07-03
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-01
* expand tabs.
git
2019-07-01
Fixed inadvertent ID creation in rb_iv_get
Nobuyoshi Nakada
2019-06-23
Make autoloading_const_entry static
Nobuyoshi Nakada
2019-06-23
* expand tabs.
git
2019-06-23
Module#constant_source_location [Feature #10771]
Nobuyoshi Nakada
2019-06-23
Split global search for module
Nobuyoshi Nakada
2019-06-23
Hoisted out autoloading_const_entry
Nobuyoshi Nakada
2019-06-21
* expand tabs.
git
2019-06-21
Turned `recur` into `int` [Feature #15777]
Nobuyoshi Nakada
2019-06-21
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-06-01
Fix FrozenError when assigning frozen class to constant
Nobuyoshi Nakada
2019-05-22
Set namespace tree
Nobuyoshi Nakada
2019-05-22
Extract build_const_pathname
Alan Wu
2019-05-22
Eagerly name modules and classes
Alan Wu
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-04-26
newptr should not be NULL
Urabe, Shyouhei
2019-04-26
avoid reading uninitialized variable
Urabe, Shyouhei
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-03-28
[DOC] Fix method references to Method instance methods
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-03-09
* expand tabs.
svn
2019-03-09
variable.c: hoisted out rb_namespace_p
nobu
[next]