aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* const_missing on private constantsnobu2018-07-061-3/+10
* variable.c: fix receiver on private constantnobu2018-06-191-0/+1
* variable.c: fix multiple autoload with identical file (again)normal2018-05-101-78/+174
* revert r63387 and r63389 for nownormal2018-05-101-159/+77
* variable.c: fix autoload object lifetimes and leaknormal2018-05-101-6/+7
* variable.c: fix multiple autoload with identical filenormal2018-05-101-77/+158
* variable.c: fix thread + fork errors in autoloadnormal2018-04-201-9/+23
* variable.c: hoisted out overtaken cvar warningsnobu2018-03-151-24/+19
* variable.c: flags at autoloadingnobu2018-02-131-11/+38
* revert r62392usa2018-02-131-38/+11
* variable.c: flags at autoloadingnobu2018-02-131-11/+38
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-10/+10
* variable.c: removed old warningnobu2018-02-021-5/+0
* defined? returns nil for toplevel constant lookupnobu2018-01-271-0/+5
* use predefined IDskazu2018-01-221-1/+1
* rb_global_tbl marked as staticshyouhei2018-01-181-1/+1
* exclude flexible array size with old compilersnobu2018-01-141-1/+1
* variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.mame2018-01-131-2/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* variable.c: fix autoload stack space regressionnormal2018-01-021-7/+6