aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* variable.c (autoload_sleep_done): avoid needless list_node initnormal2017-05-221-1/+1
* autoload: always wait on loading threadnormal2017-05-121-0/+11
* variable.c: cleanup waitq upon thread deathnormal2017-05-071-8/+32
* add several counters to analyze ivar inline caches.ko12017-03-151-2/+2
* add performance counting mechanism for MRI debug/tuning purpose.ko12017-02-211-0/+4
* variable.c: remove deprecated internal featurenobu2017-02-211-60/+0
* variable.c: noreturn in GCCnobu2017-02-211-0/+3
* remove harmful declaration.ko12017-02-201-1/+0
* Supress warning: function might be candidate for attribute 'noreturn'naruse2017-02-201-1/+1
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-2/+1
* variable.c: fatal rb_generic_ivar_tablenobu2017-02-161-0/+8
* variable.c: fix the condition to cachenobu2017-01-111-4/+19
* variable.c: resolve permanent name onlynobu2017-01-081-2/+8
* variable.c: top-level constant look-upnobu2017-01-011-0/+4
* Stop reading past the end of `ivptr` arraytenderlove2016-11-291-1/+1
* variable.c: rb_deprecate_constantnobu2016-09-091-0/+16
* variable.c: fix deprecated constant messagenobu2016-09-091-1/+1
* variable.c: fix private constant messagenobu2016-09-091-1/+1
* variable.c: exclude private constantsnobu2016-07-191-1/+1
* variable.c: consider lengthnobu2016-06-191-6/+7
* variable.c: rb_const_searchnobu2016-06-191-3/+13
* variable.c: check lengthnobu2016-05-301-1/+1
* variable.c: hidden constantsnobu2016-05-271-1/+3
* vm_insnhelper.c: deprecated constant in classnobu2016-05-151-9/+15
* variable.c: fix implicit conversionnobu2016-04-221-3/+4
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-29/+28
* * variable.c: Added documentation about order of `Module#constants`hsbt2016-03-231-0/+3
* variable.c: matched backrefs onlynobu2016-01-141-5/+15
* variable.c: $1..$9 in global_variablesnobu2016-01-141-6/+8
* resolve class name earlier and more consistentlynormal2016-01-121-0/+7
* variable.c (rb_mod_deprecate_constant): [DOC] addedsho-h2016-01-041-0/+7
* use id_table for constant tablesnormal2015-12-291-82/+79
* * variable.c (struct ivar_update): rename "extended" to "iv_extended"ngoto2015-12-211-6/+6
* make local symbols staticnobu2015-12-081-2/+4
* introduce rb_autoload_str to replace rb_autoloadnormal2015-12-061-6/+18
* variable.c: remove spurious #define for globalsnormal2015-11-291-74/+53
* variable.c (rb_autoload_load): allow recursive callsnormal2015-11-091-0/+3
* variable.c: suppress a warningnobu2015-11-041-1/+1
* variable.c: remove casts for rb_class_ivar_set callersnormal2015-11-021-3/+3
* variable.c (rb_global_tbl): convert to id_tablenormal2015-11-021-19/+19
* use rb_source_loc and rb_source_locationnobu2015-10-311-2/+1
* variable.c: rb_class_ivar_setnobu2015-10-301-4/+4
* variable.c (generic_ivar_remove): return original valuenormal2015-10-301-4/+4
* variable.c (rb_st_insert_id_and_value): reduce argsnormal2015-10-301-6/+5
* variable.c: reduce heap usage for autoload_data_inormal2015-10-291-30/+31
* variable.c: additional locking around autoloadnormal2015-10-281-20/+83
* error.c: receiver in NameErrornobu2015-10-281-1/+1
* NameError#receiver of uninitialized constantnobu2015-10-281-73/+65
* variable.c: fail if frozennobu2015-09-161-0/+1
* variable.c: wrap long linesnormal2015-08-041-11/+22