aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-43/+112
* Don't call to_s in const_setAlan Wu2020-09-031-1/+2
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-021-8/+9
* ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平2020-08-191-0/+1
* Ensure the shortcut cached in the classNobuyoshi Nakada2020-08-171-2/+2
* Improve docs for Module#remove_class_variable [ci skip]Alan Wu2020-08-021-5/+4
* Remove trailing spaces [ci skip]Nobuyoshi Nakada2020-07-201-1/+1
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-031-33/+48
* add UNREACHABLE_RETURN卜部昌平2020-06-291-0/+2
* rb_mod_remove_cvar: do not goto into a branch卜部昌平2020-06-291-4/+4
* rb_copy_generic_ivar: do not goto into a branch卜部昌平2020-06-291-6/+8
* generic_ivar_update: do not goto into a branch卜部昌平2020-06-291-17/+10
* rb_path_to_class: do not goto into a branch卜部昌平2020-06-291-3/+5
* Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans2020-06-181-1/+1
* Prohibit setting class variable on frozen module through inheritanceAlan Wu2020-06-111-0/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2/+2
* Allow global variables to moveAaron Patterson2020-05-071-1/+43
* Turn class variable warnings into exceptionsJeremy Evans2020-04-101-1/+2
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-3/+3
* Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada2020-04-071-8/+19
* Removed unnecessary castNobuyoshi Nakada2020-04-071-3/+2
* Workaround of instance variable on hidden objectNobuyoshi Nakada2020-02-121-2/+5
* Removed unused variableNobuyoshi Nakada2020-02-111-8/+0
* Use `rb_gc_mark` when marking globalsAaron Patterson2020-01-301-1/+1
* always expand ivar arrays to max widthAaron Patterson2020-01-061-2/+1
* decouple internal.h headers卜部昌平2019-12-261-8/+19
* Enhance docs for Module#deprecate_constantzverok2019-12-221-1/+13
* Made the warning for deprecated constants follow the category flagNobuyoshi Nakada2019-12-191-1/+2
* Do not lose existing constant visibility when autoloadingJeremy Evans2019-12-031-0/+9
* Supress class variable overtaken warning when original modules are the sameJeremy Evans2019-11-291-1/+1
* export func for MJITKoichi Sasada2019-11-291-1/+1
* Revert "export for MJIT"Koichi Sasada2019-11-291-1/+1
* export for MJITKoichi Sasada2019-11-291-1/+1
* fastpath for ivar read of FL_EXIVAR objects.Koichi Sasada2019-11-291-6/+7
* Improve consistency of bool/true/falseKazuhiro NISHIYAMA2019-11-251-2/+2
* Deprecate rb_eval_cmd, add rb_eval_cmd_kwJeremy Evans2019-11-181-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-7/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-23/+2
* delete unused functions卜部昌平2019-11-141-24/+0
* Prefer st_is_member over st_lookup with 0Ben Woosley2019-10-091-1/+1
* [EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier2019-09-261-4/+1
* variable.c: Rename rb_st_copy to rb_iv_tbl_copyYusuke Endoh2019-09-221-4/+5
* Fix Module#class_variables for singleton classes of classes/modulesJeremy Evans2019-09-211-0/+6
* Export rb_const_source_location_at for MJITKazuki Tsujimoto2019-09-011-1/+1
* move docs around [ci skip]卜部昌平2019-08-291-42/+0
* rb_ivar_foreach now free from ANYARGS卜部昌平2019-08-271-5/+7
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-16/+17
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-2/+4