summaryrefslogtreecommitdiff
path: root/test/ruby/test_refinement.rb
AgeCommit message (Expand)Author
2013-07-01* eval.c (rb_using_module): activate refinements in the ancestors ofshugo
2013-06-12* eval.c (mod_using): new method Module#using, which activatesshugo
2013-02-24vm_insnhelper.c: compare with me in method top cfpnobu
2013-01-07* eval.c (Init_eval): enable Refinements by default.shugo
2012-12-20* remove trailing spaces.nobu
2012-12-12* class.c (rb_prepend_module): move refined methods from the originshugo
2012-12-11* eval.c (rb_using_refinement): make the method table of an iclassshugo
2012-12-10* fix the behavior when a module is included into a refinement.shugo
2012-12-10* vm_method.c (rb_method_entry_without_refinements): useshugo
2012-12-09* vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo
2012-12-08* eval.c: remove Module#refinements.shugo
2012-12-08* eval.c (top_using): raise a RuntimeError if using is called in ashugo
2012-12-08* vm_insnhelper.c (vm_search_normal_superclass): super in ashugo
2012-12-08* eval.c (rb_mod_refine): raise an ArgumentError if a givenshugo
2012-12-08* eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):shugo
2012-12-07* vm_eval.c (yield_under, eval_under): do not activate refinementsshugo
2012-12-07* test/ruby/test_refinement.rb: suppress warning.nobu
2012-12-06* test/ruby/test_refinement.rb: fix some tests to use neithershugo
2012-12-06* eval.c (ruby_Init_refinement): a new function to enableshugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-13* eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-11* eval.c (top_using): remove Kernel#using, and add main.using instead.shugo
2012-11-11* eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-11-07* eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo
2012-11-03* test/ruby/test_refinement.rb (test_new_method_by_send,shugo
2012-11-02* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo
2012-11-02* string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo
2012-11-01* eval.c (rb_using_module): using should be used indirectly.shugo
2012-10-30* eval.c (rb_mod_refine): fix the error message when no block isshugo
2012-10-08* eval.c (rb_mod_refinements): new method Module#refinements.shugo
2012-09-29* vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo
2012-09-28* vm_method.c (search_method): copy refinement iclasses to searchshugo
2012-09-27* eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo
2012-08-07* vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoidshugo
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo