summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2016-07-19variable.c: exclude private constantsnobu
2016-06-19variable.c: consider lengthnobu
2016-06-19variable.c: rb_const_searchnobu
2016-05-30variable.c: check lengthnobu
2016-05-27variable.c: hidden constantsnobu
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-04-22variable.c: fix implicit conversionnobu
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2016-03-23* variable.c: Added documentation about order of `Module#constants`hsbt
2016-01-14variable.c: matched backrefs onlynobu
2016-01-14variable.c: $1..$9 in global_variablesnobu
2016-01-12resolve class name earlier and more consistentlynormal
2016-01-04variable.c (rb_mod_deprecate_constant): [DOC] addedsho-h
2015-12-29use id_table for constant tablesnormal
2015-12-21* variable.c (struct ivar_update): rename "extended" to "iv_extended"ngoto
2015-12-08make local symbols staticnobu
2015-12-06introduce rb_autoload_str to replace rb_autoloadnormal
2015-11-29variable.c: remove spurious #define for globalsnormal
2015-11-09variable.c (rb_autoload_load): allow recursive callsnormal
2015-11-04variable.c: suppress a warningnobu
2015-11-02variable.c: remove casts for rb_class_ivar_set callersnormal
2015-11-02variable.c (rb_global_tbl): convert to id_tablenormal
2015-10-31use rb_source_loc and rb_source_locationnobu
2015-10-30variable.c: rb_class_ivar_setnobu
2015-10-30variable.c (generic_ivar_remove): return original valuenormal
2015-10-30variable.c (rb_st_insert_id_and_value): reduce argsnormal
2015-10-29variable.c: reduce heap usage for autoload_data_inormal
2015-10-28variable.c: additional locking around autoloadnormal
2015-10-28error.c: receiver in NameErrornobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-09-16variable.c: fail if frozennobu
2015-08-04variable.c: wrap long linesnormal
2015-07-30variable.c: Module#deprecate_constantnobu
2015-06-24variable.c: remove FL_ABLE check for generic ivarsnormal
2015-06-03variable.c: remove generic ivar support for special constantsnormal
2015-05-30variable.c: avoid compatibility table with generic ivarsnormal
2015-05-29variable.c: use indices for generic ivarsnormal
2015-05-29variable.c: extract common functions for generic ivar indicesnormal
2015-05-21variable.c: generic_iv_tbl is unavoidablenormal
2015-05-16allocate structs with wrappernobu
2015-05-14* variable.c: Change autoload to call `require` through Ruby rathertenderlove
2015-05-13variable.c: no intermediate IDsnobu
2015-04-13variable.c: const_updatenobu
2015-04-13variable.c: setup_const_entrynobu
2015-04-13variable.c: ensurenobu
2015-03-22variable.c: escape erred namenobu
2015-03-12* internal.h, node.h: move a definition of `struct rb_global_entry'ko1
2015-02-28variable.c: rb_search_class_pathnobu
2015-02-28variable.c: preserve name encoding of subclassnobu
2015-02-06revert r45487nobu