summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2015-12-31test_module.rb: sort constantsnobu
2015-12-30* test/ruby/test_module.rb (test_classpath): r53376 may changenaruse
2015-12-30object.c: fix prepend cmpnobu
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-12-17* vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-28encoding for inspectnobu
2015-10-26Add string argument test casesnobu
2015-10-26Replace tab with 8 spaces [Fix GH-1068]nobu
2015-09-27class.c: refine error messagesnobu
2015-09-16variable.c: fail if frozennobu
2015-08-04* test/ruby/test_module.rb: should not expect a method table ordering.ko1
2015-07-30variable.c: Module#deprecate_constantnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28test_redefinition_mismatchnobu
2015-06-02* test/ruby/test_module.rb: Do not assume class variable order.eregon
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-22test_parse.rb: move assertionsnobu
2015-05-21* vm_method.c: Remove private attribute warning [Bug #10967]zzak
2015-03-06vm_eval.c: next super class from the originalnobu
2015-02-28variable.c: preserve name encoding of subclassnobu
2015-01-20test_module.rb: more testsnobu
2015-01-19class.c: prepend for each classesnobu
2015-01-06* test/ruby/test_method.rb: Add test for &-coersion of anheadius
2015-01-02* test/ruby/test_module.rb: Refactor invalid testcase.hsbt
2014-11-18test_module.rb: fix encodingnobu
2014-11-17object.c: fix error messagenobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-20test_module.rb: test with UTF-8nobu
2014-10-20vm_insnhelper.c: preserve encodingnobu
2014-09-25object.c (rb_class_real): do not dereference 0 VALUEnormal
2014-09-19class.c: do not freeze meta-meta-classnobu
2014-07-20* test/ruby/test_module.rb: Bump up timeout inheadius
2014-05-08class.c: always clear tables firstnobu
2014-03-05* test/ruby: get rid of warnings.usa
2014-02-26envutil.rb: move labeled_module and labeled_classnobu
2014-02-21class.c: do nothing if copying selfnobu
2014-02-05parse.y: symbol names must be ascii-compatiblenobu
2014-01-17eval.c: singleton class constantsnobu
2013-12-14object.c: check const namesnobu
2013-12-14object.c: nested path const_defined?nobu
2013-12-14object.c: fix typonobu
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test_module.rb: quote namenobu