summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
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
2015-02-06variable.c: ignore mortal classidnobu
2014-12-01use 0 for reservednobu
2014-11-21get rid of inadvertent ID creationnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-19variable.c, vm_insnhelper.c: improve performancenobu
2014-10-08variable.c: use st_updatenobu
2014-10-08variable.c: use st_updatenobu
2014-10-08constant.h: constant visibilitiesnobu
2014-09-13simplify some trivial rb_data_type_t callbacksnormal
2014-09-10variable.c (rb_ivar_set): remove unnecessary checknormal
2014-09-10variable.c: check index overflownobu
2014-09-10rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bitnormal
2014-08-04variable: cleanup to use rb_const_lookupnormal
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-07-03Init functions don't need ID cachesnobu
2014-06-18constify parametersnobu
2014-03-31variable.c, vm_method.c: pin downnobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-17variable.c: avoid memory leak on const redefinitionnormal
2014-03-08variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal
2014-01-19* gc.c: fix typo by @windwiny [fix GH-506]hsbt
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2013-12-30* variable.c: Adding extra example in docs. [Bug #9210]ayumin
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-13* array.c: fix comment to remove the word "shady".ko1
2013-12-09variable.c: rb_class_path_cachednobu
2013-12-08variable.c: frozen class namenobu
2013-12-02* variable.c (rb_mod_constants): when calling Module#constants withcharliesome
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1