1. 09 Oct, 2021 3 commits
  2. 08 Oct, 2021 2 commits
  3. 07 Oct, 2021 1 commit
  4. 05 Oct, 2021 1 commit
  5. 04 Oct, 2021 2 commits
  6. 03 Oct, 2021 2 commits
  7. 02 Oct, 2021 2 commits
  8. 01 Oct, 2021 1 commit
  9. 30 Sep, 2021 3 commits
  10. 28 Sep, 2021 2 commits
  11. 27 Sep, 2021 1 commit
  12. 26 Sep, 2021 1 commit
  13. 25 Sep, 2021 1 commit
  14. 24 Sep, 2021 4 commits
  15. 23 Sep, 2021 2 commits
  16. 22 Sep, 2021 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      error.c: stop calling `initialize` from VM exceptions. · fd7896e5
      Yukihiro "Matz" Matsumoto authored
      The invocation of `initialize` hook can cause infinite recursion too
      easily. We stop invoking the method for safety, at the cost of less
      flexibility.
      
      The `initialize` methods (e.g. ones defined in `mrblib/10error.rb`) are
      called only from `NoMethodError.new(args..)` forms.
      fd7896e5
  17. 21 Sep, 2021 1 commit
  18. 20 Sep, 2021 9 commits
  19. 19 Sep, 2021 1 commit