Age | Commit message (Expand) | Author |
---|
2020-01-28 | support multi-run for ruby/test_basicinstructions.rb | Koichi Sasada |
2018-04-17 | Remove the old disabled assertions for 1.8/1.9 | mame |
2016-05-17 | Use Integer instead of Fixnum and Bignum. | akr |
2016-04-13 | * test/ruby/test_basicinstructions.rb: add a test to check access | ko1 |
2016-02-19 | test/ruby: suppress parser warnings | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2013-02-07 | test_basicinstructions.rb: fix typo | nobu |
2013-02-07 | test_basicinstructions.rb: implementation defined | nobu |
2013-02-07 | test_basicinstructions.rb: fix typo | nobu |
2013-02-06 | * vm_insnhelper.c: attr_writer should return its argument [Bug #7773] | marcandre |
2012-07-05 | never evaluated | nobu |
2012-02-15 | * insns.def (splatarray): make new array if flag is set. | nobu |
2010-01-25 | supress warnings. | akr |
2009-09-05 | * compile.c (iseq_compile_each): op_asgn to aref should return rhs. | nobu |
2009-09-05 | * compile.c (iseq_compile_each): &&= and ||= should return rhs. | nobu |
2009-09-05 | * compile.c (iseq_compile_each): &&= and ||= should return rhs. | nobu |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2007-11-09 | * test/ruby/test_basicinstructions.rb: updated for new class | matz |
2007-08-17 | * test/ruby/test_basicinstructions.rb: fix old tests. | ko1 |
2007-07-05 | * test/ruby/test_basicinstructions.rb: remove an assertion using | ko1 |
2007-06-15 | * vm.c (th_yield_setup_args): |v| should work as |v,|. | ko1 |
2006-12-31 | * Merge YARV | ko1 |