An error occurred fetching the project authors.
  1. 11 Jan, 2021 1 commit
  2. 19 Dec, 2020 1 commit
  3. 12 Oct, 2020 9 commits
  4. 29 Jun, 2020 1 commit
  5. 27 Jun, 2020 2 commits
  6. 26 Jun, 2020 1 commit
  7. 26 Sep, 2019 1 commit
  8. 27 Aug, 2019 1 commit
  9. 26 Aug, 2019 1 commit
  10. 24 Jul, 2019 1 commit
  11. 22 Jul, 2019 1 commit
  12. 13 Jul, 2019 1 commit
  13. 19 Nov, 2018 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      Remove implicit conversion using `to_int` method. · afca99a4
      Yukihiro "Matz" Matsumoto authored
      The ISO standard does not include implicit type conversion using
      `to_int`. This implicit conversion often causes vulnerability.
      There will be no more attacks like #4120.
      
      In addition, we have added internal convenience method `__to_int` which
      does type check and conversion (from floats).
      afca99a4
  14. 07 Sep, 2018 1 commit
  15. 27 Jul, 2017 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      Embed small size array elements in the heap. · f26d00d9
      Yukihiro "Matz" Matsumoto authored
      It reduces the memory consumption and sometimes improve the
      performance as well.  For example, the consumed memory size
      of `bench/bm_ao_render.rb` is reduced from 1.2GB to 1GB, and
      its total execution time become 18.795 sec from 22.229 sec.
      f26d00d9
  16. 02 Feb, 2017 1 commit
  17. 23 Nov, 2016 1 commit
  18. 20 Jan, 2016 1 commit
  19. 27 Nov, 2015 1 commit
  20. 21 Oct, 2015 1 commit
  21. 20 Oct, 2015 1 commit
  22. 12 Sep, 2014 1 commit
  23. 20 Aug, 2014 1 commit
  24. 12 Jul, 2014 1 commit
  25. 11 Jul, 2014 1 commit
  26. 10 May, 2014 1 commit
  27. 30 Apr, 2014 1 commit
  28. 08 Mar, 2014 3 commits
  29. 05 Mar, 2014 1 commit