aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* * test_jump.rb, test_knownbug.rb: seems to be fixed.usa2007-09-012-11/+11
* * bootstraptest/test_knownbug.rb: add new test. [ruby-dev:31698]usa2007-09-011-0/+10
* * eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz2007-09-012-8/+7
* * parse.y (assignable_gen): ignore already erred names.nobu2007-08-302-10/+7
* add test for [ruby-dev:31609].akr2007-08-291-0/+8
* * parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu2007-08-292-16/+16
* * insnhelper.ci (vm_call_method): fix to relaxant safe level checkko12007-08-251-0/+41
* add test for [ruby-dev:31507].akr2007-08-251-1/+8
* * compile.c (compile_massign_opt): fix to skip massign optimizationko12007-08-241-0/+8
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-4/+4
* * compile.c, insns.def, parse.y: fix massign order. This changeko12007-08-232-1/+1
* test for [ruby-dev:31592].akr2007-08-221-0/+1
* * bootstraptest/test_knownbug.rb:ko12007-08-221-0/+0
* * bootstraptest/test_knwonbug.rb: added. This file will containko12007-08-222-2/+9
* * bootstraptest/runner.rb (in_temporary_working_directory):akr2007-08-221-1/+0
* add test for [ruby-dev:31522].akr2007-08-221-0/+2
* * compile.c (iseq_compile_each): fix to allow self.x=ko12007-08-181-0/+10
* * bootstraptest/test_exception.rb: add escape character ("\") forko12007-08-181-1/+1
* add test for [ruby-dev:31472].akr2007-08-181-0/+9
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-181-0/+9
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-171-0/+44
* * bootstraptest/runner.rb (in_temporary_working_directory): useakr2007-08-171-6/+42
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-161-0/+7
* * compile.c (iseq_compile_each): fix next/redo stack consistency.ko12007-08-161-15/+78
* add test for [ruby-dev:31437].akr2007-08-161-0/+7
* * parse.y: fix rules around f_margs. "make test" passes all tests.ko12007-08-151-8/+21
* * bootstraptest/runner.rb (assert_check): don't call newtest.akr2007-08-141-1/+2
* * bootstraptest/runner.rb (assert_check): new method.akr2007-08-142-15/+31
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-0/+23
* * thread.c (rb_thread_raise): check if target thread isko12007-08-121-0/+14
* * compile.c (iseq_peephole_optimize): fix peephole optimizationko12007-08-121-2/+4
* add a test: def m() yield end; p m {|((*))|}.akr2007-08-061-1/+7
* * parse.y (value_expr_gen): fix to cause "void value expression"ko12007-08-061-2/+2
* * bootstraptest/runner.rb (assert_equal): add additionalko12007-08-061-5/+5
* * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu2007-07-201-1/+1
* * bootstraptest/test_syntax.rb: SEGV tests for syntax.nobu2007-07-201-0/+20
* * bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu2007-07-201-2/+8
* add test for [ruby-dev:31153].akr2007-07-131-0/+9
* add test for [ruby-dev:31160].akr2007-07-131-0/+8
* * bootstraptest/test_flip.rb: new test for flip-flop operator.nobu2007-07-101-0/+1
* fix typo.akr2007-07-071-1/+1
* * parse.y: fix node construction (around f_margs).ko12007-07-071-0/+31
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-071-0/+8
* * bootstraptest/runner.rb: fix load path.ko12007-07-061-4/+9
* * bootstraptest/runner.rb: added --quiet option.nobu2007-07-061-5/+13
* * insns.def: remove unused code.ko12007-07-051-0/+3
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-051-0/+2
* * compile.c (compile_array, iseq_compile_each): fix about arrayko12007-07-031-0/+1
* * compile.c (compile_array): ignore NODE_ZARRAY.ko12007-07-031-0/+15
* * compile.c (iseq_compile_each): support v[&b]= type method call.ko12007-07-031-0/+19