summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2020-08-19ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-08-02Improve docs for Module#remove_class_variable [ci skip]Alan Wu
2020-07-20Remove trailing spaces [ci skip]Nobuyoshi Nakada
2020-07-03Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada
2020-06-29add UNREACHABLE_RETURN卜部昌平
2020-06-29rb_mod_remove_cvar: do not goto into a branch卜部昌平
2020-06-29rb_copy_generic_ivar: do not goto into a branch卜部昌平
2020-06-29generic_ivar_update: do not goto into a branch卜部昌平
2020-06-29rb_path_to_class: do not goto into a branch卜部昌平
2020-06-18Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans
2020-06-11Prohibit setting class variable on frozen module through inheritanceAlan Wu
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-07Allow global variables to moveAaron Patterson
2020-04-10Turn class variable warnings into exceptionsJeremy Evans
2020-04-08Suppress -Wswitch warningsNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-07Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada
2020-04-07Removed unnecessary castNobuyoshi Nakada
2020-02-12Workaround of instance variable on hidden objectNobuyoshi Nakada
2020-02-11Removed unused variableNobuyoshi Nakada
2020-01-30Use `rb_gc_mark` when marking globalsAaron Patterson
2020-01-06always expand ivar arrays to max widthAaron Patterson
2019-12-26decouple internal.h headers卜部昌平
2019-12-22Enhance docs for Module#deprecate_constantzverok
2019-12-19Made the warning for deprecated constants follow the category flagNobuyoshi Nakada
2019-12-03Do not lose existing constant visibility when autoloadingJeremy Evans
2019-11-29Supress class variable overtaken warning when original modules are the sameJeremy Evans
2019-11-29export func for MJITKoichi Sasada
2019-11-29Revert "export for MJIT"Koichi Sasada
2019-11-29export for MJITKoichi Sasada
2019-11-29fastpath for ivar read of FL_EXIVAR objects.Koichi Sasada
2019-11-25Improve consistency of bool/true/falseKazuhiro NISHIYAMA
2019-11-18Deprecate rb_eval_cmd, add rb_eval_cmd_kwJeremy Evans
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-10-09Prefer st_is_member over st_lookup with 0Ben Woosley
2019-09-26[EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier
2019-09-22variable.c: Rename rb_st_copy to rb_iv_tbl_copyYusuke Endoh
2019-09-21Fix Module#class_variables for singleton classes of classes/modulesJeremy Evans
2019-09-01Export rb_const_source_location_at for MJITKazuki Tsujimoto
2019-08-29move docs around [ci skip]卜部昌平
2019-08-27rb_ivar_foreach now free from ANYARGS卜部昌平
2019-08-27rb_define_hooked_variable now free from ANYARGS卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-08-14Don't accidentally name anonymous module/classAlan Wu
2019-08-12Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson
2019-07-31remove RHash::iter_lev.Koichi Sasada