aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_basicinstructions.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* * test/ruby/test_basicinstructions.rb: add a test to check accessko12016-04-131-0/+22
* test/ruby: suppress parser warningsnobu2016-02-191-5/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* test_basicinstructions.rb: implementation definednobu2013-02-071-0/+2
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* * vm_insnhelper.c: attr_writer should return its argument [Bug #7773]marcandre2013-02-061-1/+12
* never evaluatednobu2012-07-051-1/+3
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-151-1/+6
* supress warnings.akr2010-01-251-3/+3
* * compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu2009-09-051-0/+25
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-2/+8
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-17/+38
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-6/+6
* * test/ruby/test_basicinstructions.rb: updated for new classmatz2007-11-091-6/+6
* * test/ruby/test_basicinstructions.rb: fix old tests.ko12007-08-171-3/+3
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-051-1/+1
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-151-2/+2
* * Merge YARVko12006-12-311-0/+628