1. 25 Jun, 2019 9 commits
  2. 24 Jun, 2019 1 commit
  3. 23 Jun, 2019 4 commits
  4. 22 Jun, 2019 5 commits
  5. 21 Jun, 2019 1 commit
  6. 20 Jun, 2019 1 commit
  7. 19 Jun, 2019 1 commit
  8. 18 Jun, 2019 4 commits
  9. 17 Jun, 2019 8 commits
  10. 16 Jun, 2019 1 commit
  11. 15 Jun, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Fix index in error message of `Struct#[]` · 9e378b45
      KOBAYASHI Shuji authored
      Before this patch:
      
        $ bin/mruby -e 'Struct.new(:a,:b).new[-3]'
        #=> offset -1 too small for struct(size:2) (IndexError)
      
      After this patch (same as Ruby):
      
        $ bin/mruby -e 'Struct.new(:a,:b).new[-3]'
        #=> offset -3 too small for struct(size:2) (IndexError)
      9e378b45
  12. 14 Jun, 2019 2 commits
  13. 13 Jun, 2019 2 commits