aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DOC] Fix method references to Method instance methodsnobu2019-03-281-1/+1
* [DOC] fix markups [ci skip]nobu2019-03-281-2/+2
* * expand tabs.svn2019-03-091-2/+2
* variable.c: hoisted out rb_namespace_pnobu2019-03-091-4/+14
* * expand tabs.svn2018-12-281-1/+1
* Hoisted out undefined_constantnobu2018-12-281-12/+17
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-16/+6
* No new entry when getting undefined global variablenobu2018-11-251-6/+42
* Prefer ALLOCV over ALLOCAnobu2018-11-251-1/+3
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-011-4/+6
* remove '//' style comments.ko12018-10-311-1/+0
* support theap for T_OBJECT.ko12018-10-301-41/+113
* * expand tabs.svn2018-10-301-1/+1
* revert r65444 and r65446 because of commit missko12018-10-301-109/+37
* support theap for T_OBJECT.ko12018-10-301-37/+109
* add new instruction attribute called leafshyouhei2018-09-111-0/+18
* eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame2018-07-271-2/+2
* UNREACHABLE_RETURNnobu2018-07-241-2/+2
* Fix documentation in Object#remove_instance_variablewatson19782018-07-141-0/+2