aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 927308108cced69cae478798004524b9a5d2f252: [Backport #16764]nagachika2020-07-231-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
* Don't accidentally name anonymous module/classAlan Wu2019-08-141-23/+3
* Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson2019-08-121-4/+4
* remove RHash::iter_lev.Koichi Sasada2019-07-311-5/+20
* Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada2019-07-031-1/+1
* * expand tabs.git2019-07-011-3/+3
* Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada2019-07-011-1/+6
* Make autoloading_const_entry staticNobuyoshi Nakada2019-06-231-1/+1
* * expand tabs.git2019-06-231-14/+14
* Module#constant_source_location [Feature #10771]Nobuyoshi Nakada2019-06-231-0/+56
* Split global search for moduleNobuyoshi Nakada2019-06-231-11/+17
* Hoisted out autoloading_const_entryNobuyoshi Nakada2019-06-231-8/+21
* * expand tabs.git2019-06-211-1/+1
* Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada2019-06-211-3/+3
* Add an optional `inherit` argument to Module#autoload?Jean Boussier2019-06-211-0/+7
* Add compaction support for more types.Aaron Patterson2019-06-111-4/+14
* Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada2019-06-011-2/+4
* Set namespace treeNobuyoshi Nakada2019-05-221-14/+8
* Extract build_const_pathnameAlan Wu2019-05-221-15/+20
* Eagerly name modules and classesAlan Wu2019-05-221-218/+104
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-181-1/+1
* newptr should not be NULLUrabe, Shyouhei2019-04-261-7/+3
* avoid reading uninitialized variableUrabe, Shyouhei2019-04-261-0/+1
* Add `GC.compact` again.tenderlove2019-04-201-4/+28
* Reverting compaction for nowtenderlove2019-04-171-28/+4
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-4/+28
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-28/+4
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-4/+28