1. 15 Mar, 2019 6 commits
  2. 14 Mar, 2019 6 commits
  3. 13 Mar, 2019 7 commits
  4. 12 Mar, 2019 10 commits
  5. 11 Mar, 2019 4 commits
  6. 10 Mar, 2019 6 commits
  7. 09 Mar, 2019 1 commit
    • Pablo Galindo's avatar
      Rework integer overflow path in math.prod and add more tests (GH-11809) · 0411411c
      Pablo Galindo authored
      The overflow check was relying on undefined behaviour as it was using the result of the multiplication to do the check, and once the overflow has already happened, any operation on the result is undefined behaviour.
      
      Some extra checks that exercise code paths related to this are also added.
      0411411c