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
/
variable.c
Age
Commit message (
Expand
)
Author
2020-06-18
Raise RuntimeError for class variable overtaken in nonverbose mode
Jeremy Evans
2020-06-11
Prohibit setting class variable on frozen module through inheritance
Alan Wu
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-07
Allow global variables to move
Aaron Patterson
2020-04-10
Turn class variable warnings into exceptions
Jeremy Evans
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-07
Fix source location of autoloaded constant [Bug #16764]
Nobuyoshi Nakada
2020-04-07
Removed unnecessary cast
Nobuyoshi Nakada
2020-02-12
Workaround of instance variable on hidden object
Nobuyoshi Nakada
2020-02-11
Removed unused variable
Nobuyoshi Nakada
2020-01-30
Use `rb_gc_mark` when marking globals
Aaron Patterson
2020-01-06
always expand ivar arrays to max width
Aaron Patterson
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-22
Enhance docs for Module#deprecate_constant
zverok
2019-12-19
Made the warning for deprecated constants follow the category flag
Nobuyoshi Nakada
2019-12-03
Do not lose existing constant visibility when autoloading
Jeremy Evans
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
[next]